thomascube
2011-08-19 d43d4bcf44a1feae4274e51f41ce9625147f9f85
2011-08-19 thomascube
Backporting r5092, r5095, r5096 to release-0.6 branch
blob@ d43d4b commitdiff | diff to current
2011-08-18 thomascube
Backport changes from r5084 to r5090 to release branch
blob@ b6cd45 commitdiff | diff to current
2011-08-09 alecpl
- Fix handling of email addresses with quoted local part (#1487939)
blob@ 218589 commitdiff | diff to current
2011-08-09 alecpl
- Fix handling of email addresses with quoted local part (#1487939)
blob@ 6d0ada commitdiff | diff to current
2011-08-01 alecpl
- Improved detection of folder rename possibility and its handling
blob@ 1cd362 commitdiff | diff to current
2011-07-27 alecpl
- Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, fix...
blob@ 733ed0 commitdiff | diff to current
2011-07-27 alecpl
- Delay imap cache initialization, fixes problem with cache cleanup on logi...
blob@ 341d96 commitdiff | diff to current
2011-07-06 alecpl
- Fix handling of other users namespace roots
blob@ 922016 commitdiff | diff to current
2011-07-04 alecpl
- Fix lack of Cc and Reply-To headers on messages list, add them to default...
blob@ 8bce65 commitdiff | diff to current
2011-06-27 alecpl
- Fix PHP warning in mailbox_info(), - Set namespace/delimiter in construct...
blob@ 68070e commitdiff | diff to current
2011-06-23 alecpl
- Add rcube_imap::mailbox_info()
blob@ 25e6a0 commitdiff | diff to current
2011-05-21 alecpl
- Fix s/pattern/prefix/ in clear_cache()
blob@ bc8c2c commitdiff | diff to current
2011-05-20 alecpl
- Re-designed cache, fixes memcache/apc issues
blob@ ccc059 commitdiff | diff to current
2011-05-20 alecpl
- Clear properly mailboxes cache on folder subscription change
blob@ 3253b2 commitdiff | diff to current
2011-05-18 alecpl
- Add APC support in rcube_cache
blob@ 8edb3d commitdiff | diff to current
2011-05-18 alecpl
- Added general rcube_cache class with memcache support ...
blob@ 5cf5ee commitdiff | diff to current
2011-05-17 alecpl
- Clear mailboxes.* cache when new mailbox is created
blob@ 392589 commitdiff | diff to current
2011-05-17 alecpl
- Make update_cahce() method to be publicly available
blob@ 1f385b commitdiff | diff to current
2011-05-13 alecpl
- Add forward-as-attachment feature
blob@ a208a4 commitdiff | diff to current
2011-05-09 alecpl
- Fix possible ambiguity in folders caching (when list_mailboxes() was call...
blob@ ac3ad6 commitdiff | diff to current
2011-05-06 alecpl
- Fixed ANNOTATEMORE support
blob@ e22740 commitdiff | diff to current
2011-05-06 alecpl
- Use dot as a separator in cache key name (for consistency)
blob@ 091b02 commitdiff | diff to current
2011-05-06 alecpl
- Add possibility (for plugins) to filter folders lists by some additional ...
blob@ 94bdcc commitdiff | diff to current
2011-05-05 alecpl
- Fix problems with subfolders of INBOX folder on some IMAP servers (#14877...
blob@ d08333 commitdiff | diff to current
2011-04-08 alecpl
- Fix bug where default_charset was not used for text messages (#1487836)
blob@ 8abc17 commitdiff | diff to current
2011-03-03 alecpl
- Fix handling of mime-encoded words with non-integral number of octets in ...
blob@ 8df56e commitdiff | diff to current
2011-02-28 alecpl
- Add simple ACL rights/namespace handling in folder manager (display folde...
blob@ bbce3e commitdiff | diff to current
2011-02-09 alecpl
- Use IMAP's ID extension (RFC2971) to print more info into debug log
blob@ 890eae commitdiff | diff to current
2011-01-29 thomascube
Check mime headers before attempt to parse them (#1487745); broken since r4421
blob@ d755ea commitdiff | diff to current
2011-01-20 alecpl
- Fix handling of comments inside an email address spec. (#1487673)
blob@ 6c68cb commitdiff | diff to current
2011-01-17 alecpl
- Workaround for setting charset in case of malformed bodystructure respons...
blob@ 824144 commitdiff | diff to current
2011-01-12 thomascube
Bumbed version; Roundcube development is not Switzerland only
blob@ f5e7b3 commitdiff | diff to current
2011-01-04 alecpl
- Use improved get_capability() syntax, saves CAPABILITY call in some cases
blob@ 600bb1 commitdiff | diff to current
2010-12-30 alecpl
- Fix handling of INBOX when personal namespace prefix is non-empty (#1487657)
blob@ a36e1e commitdiff | diff to current
2010-12-27 alecpl
- Fix namespaces handling (#1487649)
blob@ 1c7b94 commitdiff | diff to current
2010-12-23 alecpl
- Add debug handler support in rcube_imap_generic
blob@ 7f1da4 commitdiff | diff to current
2010-12-17 alecpl
- Make possible to overwrite server's namespaces with imap_ns_* options
blob@ 02491a commitdiff | diff to current
2010-12-14 alecpl
- Fix charset conversion for text attachments without charset specification...
blob@ 9840ab commitdiff | diff to current
2010-12-09 alecpl
- Add username and IP address to log message on unsuccessful login (#1487626)
blob@ ad399a commitdiff | diff to current
2010-12-08 alecpl
- Better support for READ-ONLY and NOPERM responses handling (#1487083) - A...
blob@ 90f81a commitdiff | diff to current
2010-12-07 alecpl
- Fix closeConnection() call in rcube_imap::reconnect()
blob@ dd8354 commitdiff | diff to current
2010-12-07 alecpl
- Get rid of IMAP connection message tracing
blob@ d7e83d commitdiff | diff to current
2010-12-06 alecpl
- Improve performance of folder rename and delete actions. Don't get list o...
blob@ 0e1194 commitdiff | diff to current
2010-12-03 alecpl
- Removed temp debug code
blob@ 9e81b5 commitdiff | diff to current
2010-12-03 alecpl
- Improve performance of moving or copying of all messages in a folder (use...
blob@ e232ac commitdiff | diff to current
2010-12-03 alecpl
- New Folder Manager UI - Fix invalid Request when creating a folder (#1487...
blob@ af3c04 commitdiff | diff to current
2010-11-24 thomascube
Add check to other cases, too
blob@ f5e5ee commitdiff | diff to current
2010-11-24 thomascube
Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE command
blob@ e31afb commitdiff | diff to current
2010-11-24 alecpl
- Small code cleanup
blob@ d1a988 commitdiff | diff to current
2010-11-23 alecpl
- Fix PHP warning: check if array isn't empty before using max()
blob@ 617623 commitdiff | diff to current
first | « prev | next »