summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_imap_generic.php
AgeCommit message (Collapse)Author
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
2010-10-26- Improve pre-auth and auth capabilities handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4137 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-26- Fix auth capabilty checks ignore welcome banner CAPABILITY string (#1487081)alec
git-svn-id: https://svn.roundcube.net/trunk@4136 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-25- Add basic IMAP LIST's \Noselect option support (mark unselectable folders ↵alec
as virtual, etc.) git-svn-id: https://svn.roundcube.net/trunk@4132 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-25- Simplify some code, add some commentsalec
git-svn-id: https://svn.roundcube.net/trunk@4130 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-25- Small improvements in NAMESPACE handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4129 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-25- Improve performance by reading optional capability response from AUTHENTICATEalec
git-svn-id: https://svn.roundcube.net/trunk@4128 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-23- Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)alec
git-svn-id: https://svn.roundcube.net/trunk@4126 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22- Add support for IMAP proxy authentication (#1486690)alec
git-svn-id: https://svn.roundcube.net/trunk@4124 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22- Add SASL-IR support (RFC 4959)alec
- Add LOGINDISABLED support (RFC 2595) - Add support for AUTH=PLAIN authentication to IMAP git-svn-id: https://svn.roundcube.net/trunk@4122 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22- Add LIST-STATUS support in rcube_imap_generic class (RFC5819)alec
git-svn-id: https://svn.roundcube.net/trunk@4120 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Improve performance of messages counting using ESEARCH extension (RFC4731)alec
git-svn-id: https://svn.roundcube.net/trunk@4118 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Improve performance of unseen messages counting, use STATUS instead of ↵alec
SELECT+SEARCH (#1487058) git-svn-id: https://svn.roundcube.net/trunk@4117 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-19- Simplify/improve LSUB/LIST/SELECT commands handlingalec
- Store UIDNEXT, UIDVALIDITY, UNSEEN values of selected folder git-svn-id: https://svn.roundcube.net/trunk@4109 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-19- Use unified command identifier (AXXXX)alec
- Use unified methods of command execution and response parsing git-svn-id: https://svn.roundcube.net/trunk@4108 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-19- Remove unused property rcube_mail_header::falec
git-svn-id: https://svn.roundcube.net/trunk@4106 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-19- Use better method for string escaping, don't add quotes when the string is ↵alec
a token git-svn-id: https://svn.roundcube.net/trunk@4105 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-18- Add ACL extension support into IMAP classes (RFC4314) ↵alec
- Add ANNOTATEMORE extension support into IMAP classes (draft-daboo-imap-annotatemore) - Add METADATA extension support into IMAP classes (RFC5464) git-svn-id: https://svn.roundcube.net/trunk@4102 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-17- Add LITERAL+ support (RFC2088)alec
git-svn-id: https://svn.roundcube.net/trunk@4099 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905alec
git-svn-id: https://svn.roundcube.net/trunk@4090 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- Improved IMAP errors handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4088 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Fix handling of backslash as IMAP delimiteralec
git-svn-id: https://svn.roundcube.net/trunk@4041 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Minimize FETCH response for messages listing (when caching is disabled)alec
git-svn-id: https://svn.roundcube.net/trunk@4035 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Add Reply-to-List feature (#1484252)alec
- Add Mail-Followup-To/Mail-Reply-To support (#1485547) git-svn-id: https://svn.roundcube.net/trunk@4032 208e9e7b-5314-0410-a742-e7e81cd9613c