summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_imap_generic.php
AgeCommit message (Collapse)Author
2011-07-06- Fix infinite loop in tokenizeResponse() when server returns atoms with ↵alec
forbidden characters git-svn-id: https://svn.roundcube.net/trunk@4914 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 handling of untagged responses in LIST/LSUB response parseralec
git-svn-id: https://svn.roundcube.net/trunk@4885 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-07- Improved string literals handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4742 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-25- Fix ID command arguments (must be of type nstring)alec
git-svn-id: https://svn.roundcube.net/trunk@4691 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-24- Fix ID command response handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4689 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-08- Added workaround for some IMAP server with broken STATUS response (#1487859)alec
git-svn-id: https://svn.roundcube.net/trunk@4634 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-08- Removed dependency on rcube_* functions, small improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@4632 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-26- Remove unused rcube_mail_header class variablesalec
git-svn-id: https://svn.roundcube.net/trunk@4618 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-09- Add code for prevention from IMAP connection hangs when server closes ↵alec
socket unexpectedly git-svn-id: https://svn.roundcube.net/trunk@4601 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-05- Fix some emails are not shown using Cyrus IMAP (#1487820)alec
git-svn-id: https://svn.roundcube.net/trunk@4592 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-17- Use addcslashes() instead of strtr() for string quotingalec
git-svn-id: https://svn.roundcube.net/trunk@4559 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-15- Use only one from IMAP authentication methods to prevent login delays ↵alec
(1487784) git-svn-id: https://svn.roundcube.net/trunk@4543 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-09- Add workaround for DBMail's bug ↵alec
http://www.dbmail.org/mantis/view.php?id=881 (#1487766) git-svn-id: https://svn.roundcube.net/trunk@4514 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-02-03- Convert Content-type to lowercase, fixes lack of attachment icon for some ↵alec
messages (#1487750) git-svn-id: https://svn.roundcube.net/trunk@4486 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-02- Fix parsing FETCH response for very long headers (#1487753)alec
git-svn-id: https://svn.roundcube.net/trunk@4479 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-21Use improved strtotime() function + reduce duplicated codethomasb
git-svn-id: https://svn.roundcube.net/trunk@4439 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-08- Fix fallback to LOGIN auth (broken in r4389)alec
git-svn-id: https://svn.roundcube.net/trunk@4399 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
2011-01-04- Extend getCapability() to return caps values or true/falsealec
git-svn-id: https://svn.roundcube.net/trunk@4388 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-03- Fix errors in getACL() and myRights()alec
git-svn-id: https://svn.roundcube.net/trunk@4384 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-28- Fix for ANNOTATEMORE drafts below 08 version (use quoted parameters)alec
git-svn-id: https://svn.roundcube.net/trunk@4373 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-27- Add handling of multifolder METADATA/ANNOTATION responsesalec
git-svn-id: https://svn.roundcube.net/trunk@4371 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-22- Fix handling (skipping) of unilateral untagged server responses (in ↵alec
THREAD/SORT/SEARCH commands) git-svn-id: https://svn.roundcube.net/trunk@4360 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-09- CS fixesalec
git-svn-id: https://svn.roundcube.net/trunk@4327 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- Fix handling of untagged responses for AUTHENTICATE command (#1487450) alec
git-svn-id: https://svn.roundcube.net/trunk@4322 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- Get rid of IMAP connection message tracingalec
git-svn-id: https://svn.roundcube.net/trunk@4311 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-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- Temporarily commented out \Noselect flag checking in select(), because of ↵alec
problems with Courier git-svn-id: https://svn.roundcube.net/trunk@4256 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of folders with name "0" (#1487119)alec
git-svn-id: https://svn.roundcube.net/trunk@4216 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-10- Fix handling of message bodies (quoted-printable encoded) with NULL ↵alec
characters (#1486189) git-svn-id: https://svn.roundcube.net/trunk@4207 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09- Fix lack of IMAP server response in logged error message when using ↵alec
AUTHENTICATE PLAIN with SASL-IR git-svn-id: https://svn.roundcube.net/trunk@4203 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-09- Add support for shared folders (#1403507)alec
git-svn-id: https://svn.roundcube.net/trunk@4198 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-05- CS fixesalec
git-svn-id: https://svn.roundcube.net/trunk@4187 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-03- Use consistent naming (folder -> mailbox), fixed #1487101alec
git-svn-id: https://svn.roundcube.net/trunk@4173 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-02- Small code improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@4168 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-30- Improve performance by invoking STATUS command once for both MESSAGES and ↵alec
UNSEEN counters git-svn-id: https://svn.roundcube.net/trunk@4163 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-29- Improve performance of message cache status checking when skip_disabled=truealec
git-svn-id: https://svn.roundcube.net/trunk@4162 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-29- Use consistent results from some functions, code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@4161 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-29- Improve performance of setting IMAP flags using .SILENT suffixalec
git-svn-id: https://svn.roundcube.net/trunk@4160 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-28- Close properly IMAP connection when login failsalec
- Don't use LOGIN when server sent LOGINDISABLED git-svn-id: https://svn.roundcube.net/trunk@4153 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-28- Add SORT=DISPLAY support (RFC 5957)alec
git-svn-id: https://svn.roundcube.net/trunk@4152 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ↵alec
instead of SELECT git-svn-id: https://svn.roundcube.net/trunk@4143 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-26- Add support for selection options from LIST-EXTENDED extension (RFC 5258) ↵alec
- Don't list subscribed but non-existent folders (#1486225) - Fix \Noselect handling performance (#1487082) git-svn-id: https://svn.roundcube.net/trunk@4140 208e9e7b-5314-0410-a742-e7e81cd9613c