alecpl
2011-06-27 68070e448c6c8cd09faa75fd70ff11bfea764cc1
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
2010-11-18 alecpl
- Add threads() result checking
blob@ e9a974 commitdiff | diff to current
2010-11-12 alecpl
- More fixes for folders with name "0"
blob@ 5d2389 commitdiff | diff to current
2010-11-12 alecpl
- Fix handling of folders with name "0" (#1487119)
blob@ 448409 commitdiff | diff to current
2010-11-09 alecpl
- oops, fix parse error from last commit
blob@ ad5881 commitdiff | diff to current
2010-11-09 alecpl
- Add support for shared folders (#1403507)
blob@ 00290a commitdiff | diff to current
2010-11-08 alecpl
- Fix operations on messages in unsubscribed folders (#1487107)
blob@ 3bb9b5 commitdiff | diff to current
2010-11-05 alecpl
- Fix mailbox status checking when skip_deleted and threading are enabled
blob@ c26b39 commitdiff | diff to current
2010-11-04 alecpl
- Add possibility to force mailbox selection. There're situations where we'...
blob@ 30b302 commitdiff | diff to current
2010-11-03 alecpl
- Added option imap_force_lsub for some buggy LIST-EXTENDED implementations...
blob@ f75f65 commitdiff | diff to current
first | « prev | next »