summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_imap.php
AgeCommit message (Collapse)Author
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alec
git-svn-id: https://svn.roundcube.net/trunk@5034 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alec
git-svn-id: https://svn.roundcube.net/trunk@5033 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-01- Improved detection of folder rename possibility and its handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4996 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27- Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, ↵alec
fixes #1488007 git-svn-id: https://svn.roundcube.net/trunk@4980 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27- Delay imap cache initialization, fixes problem with cache cleanup on login ↵alec
(where user ID wasn't set on init time) git-svn-id: https://svn.roundcube.net/trunk@4978 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-06- Fix handling of other users namespace rootsalec
git-svn-id: https://svn.roundcube.net/trunk@4911 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-04- Fix lack of Cc and Reply-To headers on messages list, add them to default ↵alec
headers list (#1487989) git-svn-id: https://svn.roundcube.net/trunk@4905 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-27- Fix PHP warning in mailbox_info(),alec
- Set namespace/delimiter in constructor (this way some methods could be used before connecting to IMAP server) git-svn-id: https://svn.roundcube.net/trunk@4879 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-23- Add rcube_imap::mailbox_info()alec
git-svn-id: https://svn.roundcube.net/trunk@4875 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-21- Fix s/pattern/prefix/ in clear_cache()alec
git-svn-id: https://svn.roundcube.net/trunk@4799 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Re-designed cache, fixes memcache/apc issuesalec
git-svn-id: https://svn.roundcube.net/trunk@4794 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Clear properly mailboxes cache on folder subscription changealec
git-svn-id: https://svn.roundcube.net/trunk@4792 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18- Add APC support in rcube_cachealec
git-svn-id: https://svn.roundcube.net/trunk@4785 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-18- Added general rcube_cache class with memcache support ↵alec
- Improved caching performance by skipping writes of unchanged data - Option enable_caching replaced by imap_cache and messages_cache options git-svn-id: https://svn.roundcube.net/trunk@4783 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-17- Clear mailboxes.* cache when new mailbox is createdalec
git-svn-id: https://svn.roundcube.net/trunk@4778 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-17- Make update_cahce() method to be publicly availablealec
git-svn-id: https://svn.roundcube.net/trunk@4777 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13- Add forward-as-attachment featurealec
git-svn-id: https://svn.roundcube.net/trunk@4761 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was ↵alec
called the same result was returned, no matter what was the 1st and 2nd argument) git-svn-id: https://svn.roundcube.net/trunk@4743 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Fixed ANNOTATEMORE supportalec
git-svn-id: https://svn.roundcube.net/trunk@4741 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Use dot as a separator in cache key name (for consistency)alec
git-svn-id: https://svn.roundcube.net/trunk@4737 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Add possibility (for plugins) to filter folders lists by some additional ↵alec
criteria (e.g. folder type) git-svn-id: https://svn.roundcube.net/trunk@4735 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alec
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637) git-svn-id: https://svn.roundcube.net/trunk@4733 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-08- Fix bug where default_charset was not used for text messages (#1487836)alec
git-svn-id: https://svn.roundcube.net/trunk@4633 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-03- Fix handling of mime-encoded words with non-integral number of octets in a ↵alec
word (#1487801) git-svn-id: https://svn.roundcube.net/trunk@4591 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display ↵alec
folder's namespace, modify edit form fields according to MYRIGHTS) git-svn-id: https://svn.roundcube.net/trunk@4581 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-09- Use IMAP's ID extension (RFC2971) to print more info into debug log alec
git-svn-id: https://svn.roundcube.net/trunk@4512 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-29Check mime headers before attempt to parse them (#1487745); broken since r4421thomasb
git-svn-id: https://svn.roundcube.net/trunk@4468 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-20- Fix handling of comments inside an email address spec. (#1487673)alec
git-svn-id: https://svn.roundcube.net/trunk@4433 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-17- Workaround for setting charset in case of malformed bodystructure response ↵alec
(#1487700) git-svn-id: https://svn.roundcube.net/trunk@4421 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-04- Use improved get_capability() syntax, saves CAPABILITY call in some casesalec
git-svn-id: https://svn.roundcube.net/trunk@4389 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-30- Fix handling of INBOX when personal namespace prefix is non-empty (#1487657)alec
git-svn-id: https://svn.roundcube.net/trunk@4380 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-27- Fix namespaces handling (#1487649) alec
git-svn-id: https://svn.roundcube.net/trunk@4369 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-23- Add debug handler support in rcube_imap_genericalec
git-svn-id: https://svn.roundcube.net/trunk@4367 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-17- Make possible to overwrite server's namespaces with imap_ns_* optionsalec
git-svn-id: https://svn.roundcube.net/trunk@4344 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-14- Fix charset conversion for text attachments without charset specification ↵alec
(#1487634) git-svn-id: https://svn.roundcube.net/trunk@4340 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-09- Add username and IP address to log message on unsuccessful login (#1487626)alec
git-svn-id: https://svn.roundcube.net/trunk@4326 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-08- Better support for READ-ONLY and NOPERM responses handling (#1487083)alec
- Add confirmation message on purge/expunge commands response - Fix CLOSE was called on unselected mailbox git-svn-id: https://svn.roundcube.net/trunk@4321 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-07- Fix closeConnection() call in rcube_imap::reconnect()alec
git-svn-id: https://svn.roundcube.net/trunk@4312 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-07- Get rid of IMAP connection message tracingalec
git-svn-id: https://svn.roundcube.net/trunk@4311 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-06- Improve performance of folder rename and delete actions. Don't get list of ↵alec
all folders when we need only children of the specified folder. git-svn-id: https://svn.roundcube.net/trunk@4310 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-03- Removed temp debug codealec
git-svn-id: https://svn.roundcube.net/trunk@4307 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-03- Improve performance of moving or copying of all messages in a folder (use ↵alec
CLOSE intead of EXPUNGE) - Code cleanup + added more phpdoc comments git-svn-id: https://svn.roundcube.net/trunk@4306 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-03- New Folder Manager UIalec
- Fix invalid Request when creating a folder (#1487443) - Add folder size and quota indicator in folder manager (#1485780) - Add possibility to move a subfolder into root folder (#1486791) git-svn-id: https://svn.roundcube.net/trunk@4304 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Add check to other cases, toothomasb
git-svn-id: https://svn.roundcube.net/trunk@4264 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE commandthomasb
git-svn-id: https://svn.roundcube.net/trunk@4263 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24- Small code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@4255 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-23- Fix PHP warning: check if array isn't empty before using max()alec
git-svn-id: https://svn.roundcube.net/trunk@4254 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-18- Add threads() result checkingalec
git-svn-id: https://svn.roundcube.net/trunk@4233 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- More fixes for folders with name "0"alec
git-svn-id: https://svn.roundcube.net/trunk@4220 208e9e7b-5314-0410-a742-e7e81cd9613c