summaryrefslogtreecommitdiff
path: root/program/include/rcube_imap_generic.php
AgeCommit message (Collapse)Author
2011-05-04- Apply fixes from trunk (up to r4728)alecpl
2011-05-04- Fix PHP warning on mistaken in_array() usage (#1487901)alecpl
2011-04-11- Apply fixes from trunkalecpl
2011-03-11- Applied fixes from trunkalecpl
2011-03-05- Applied some fixes from trunkalecpl
2011-02-16- Applied fixes from trunkalecpl
2011-02-09- Merged r4512, r4514, r4515alecpl
2011-02-09Apply more bugfixes from trunk for 0.5.1thomascube
2011-01-08- Fix fallback to LOGIN auth (broken in r4389)alecpl
2011-01-04- Use improved get_capability() syntax, saves CAPABILITY call in some casesalecpl
2011-01-04- Extend getCapability() to return caps values or true/falsealecpl
2011-01-03- Fix errors in getACL() and myRights()alecpl
2010-12-28- Fix for ANNOTATEMORE drafts below 08 version (use quoted parameters)alecpl
2010-12-27- Add handling of multifolder METADATA/ANNOTATION responsesalecpl
2010-12-23- Add debug handler support in rcube_imap_genericalecpl
2010-12-22- Fix handling (skipping) of unilateral untagged server responses (in ↵alecpl
THREAD/SORT/SEARCH commands)
2010-12-09- CS fixesalecpl
2010-12-09- Add username and IP address to log message on unsuccessful login (#1487626)alecpl
2010-12-08- Fix handling of untagged responses for AUTHENTICATE command (#1487450) alecpl
2010-12-08- Better support for READ-ONLY and NOPERM responses handling (#1487083)alecpl
- Add confirmation message on purge/expunge commands response - Fix CLOSE was called on unselected mailbox
2010-12-07- Get rid of IMAP connection message tracingalecpl
2010-12-03- Improve performance of moving or copying of all messages in a folder (use ↵alecpl
CLOSE intead of EXPUNGE) - Code cleanup + added more phpdoc comments
2010-11-24Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE commandthomascube
2010-11-24- Temporarily commented out \Noselect flag checking in select(), because of ↵alecpl
problems with Courier
2010-11-12- Fix handling of folders with name "0" (#1487119)alecpl
2010-11-10- Fix handling of message bodies (quoted-printable encoded) with NULL ↵alecpl
characters (#1486189)
2010-11-09- Fix lack of IMAP server response in logged error message when using ↵alecpl
AUTHENTICATE PLAIN with SASL-IR
2010-11-09- Add support for shared folders (#1403507)alecpl
2010-11-05- CS fixesalecpl
2010-11-03- Use consistent naming (folder -> mailbox), fixed #1487101alecpl
2010-11-02- Small code improvementsalecpl
2010-10-30- Improve performance by invoking STATUS command once for both MESSAGES and ↵alecpl
UNSEEN counters
2010-10-29- Improve performance of message cache status checking when skip_disabled=truealecpl
2010-10-29- Use consistent results from some functions, code cleanupalecpl
2010-10-29- Improve performance of setting IMAP flags using .SILENT suffixalecpl
2010-10-28- Close properly IMAP connection when login failsalecpl
- Don't use LOGIN when server sent LOGINDISABLED
2010-10-28- Add SORT=DISPLAY support (RFC 5957)alecpl
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ↵alecpl
instead of SELECT
2010-10-26- Add support for selection options from LIST-EXTENDED extension (RFC 5258) ↵alecpl
- Don't list subscribed but non-existent folders (#1486225) - Fix \Noselect handling performance (#1487082)
2010-10-26- Improve pre-auth and auth capabilities handlingalecpl
2010-10-26- Fix auth capabilty checks ignore welcome banner CAPABILITY string (#1487081)alecpl
2010-10-25- Add basic IMAP LIST's \Noselect option support (mark unselectable folders ↵alecpl
as virtual, etc.)
2010-10-25- Simplify some code, add some commentsalecpl
2010-10-25- Small improvements in NAMESPACE handlingalecpl
2010-10-25- Improve performance by reading optional capability response from AUTHENTICATEalecpl
2010-10-23- Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)alecpl
2010-10-22- Add support for IMAP proxy authentication (#1486690)alecpl
2010-10-22- Add SASL-IR support (RFC 4959)alecpl
- Add LOGINDISABLED support (RFC 2595) - Add support for AUTH=PLAIN authentication to IMAP
2010-10-22- Add LIST-STATUS support in rcube_imap_generic class (RFC5819)alecpl
2010-10-20- Improve performance of messages counting using ESEARCH extension (RFC4731)alecpl