alecpl
2011-03-05 6a4bccb7965e281f0a9ef11b90cd71058924ca16
2011-03-05 alecpl
- Fix some emails are not shown using Cyrus IMAP (#1487820)
blob@ 6a4bcc commitdiff | diff to current
2011-02-17 alecpl
- Use addcslashes() instead of strtr() for string quoting
blob@ 261ea4 commitdiff | diff to current
2011-02-15 alecpl
- Use only one from IMAP authentication methods to prevent login delays (14...
blob@ ab0b51 commitdiff | diff to current
2011-02-09 alecpl
- Add workaround for DBMail's bug http://www.dbmail.org/mantis/view.php?id=...
blob@ 075ee6 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-02-03 alecpl
- Convert Content-type to lowercase, fixes lack of attachment icon for some...
blob@ 62481f commitdiff | diff to current
2011-02-02 alecpl
- Fix parsing FETCH response for very long headers (#1487753)
blob@ b2442d commitdiff | diff to current
2011-01-21 thomascube
Use improved strtotime() function + reduce duplicated code
blob@ 312784 commitdiff | diff to current
2011-01-12 thomascube
Bumbed version; Roundcube development is not Switzerland only
blob@ f5e7b3 commitdiff | diff to current
2011-01-08 alecpl
- Fix fallback to LOGIN auth (broken in r4389)
blob@ 808d16 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
2011-01-04 alecpl
- Extend getCapability() to return caps values or true/false
blob@ eabd44 commitdiff | diff to current
2011-01-03 alecpl
- Fix errors in getACL() and myRights()
blob@ aff04d commitdiff | diff to current
2010-12-28 alecpl
- Fix for ANNOTATEMORE drafts below 08 version (use quoted parameters)
blob@ f7221d commitdiff | diff to current
2010-12-27 alecpl
- Add handling of multifolder METADATA/ANNOTATION responses
blob@ 814baf commitdiff | diff to current
2010-12-23 alecpl
- Add debug handler support in rcube_imap_generic
blob@ 7f1da4 commitdiff | diff to current
2010-12-22 alecpl
- Fix handling (skipping) of unilateral untagged server responses (in THREA...
blob@ ab1bea commitdiff | diff to current
2010-12-09 alecpl
- CS fixes
blob@ c2c820 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
- Fix handling of untagged responses for AUTHENTICATE command (#1487450)
blob@ 406445 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
- Get rid of IMAP connection message tracing
blob@ d7e83d 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-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
- Temporarily commented out \Noselect flag checking in select(), because of...
blob@ 576b33 commitdiff | diff to current
2010-11-12 alecpl
- Fix handling of folders with name "0" (#1487119)
blob@ 448409 commitdiff | diff to current
2010-11-10 alecpl
- Fix handling of message bodies (quoted-printable encoded) with NULL chara...
blob@ ad3c27 commitdiff | diff to current
2010-11-09 alecpl
- Fix lack of IMAP server response in logged error message when using AUTHE...
blob@ d903fb commitdiff | diff to current
2010-11-09 alecpl
- Add support for shared folders (#1403507)
blob@ 00290a commitdiff | diff to current
2010-11-05 alecpl
- CS fixes
blob@ c0ed78 commitdiff | diff to current
2010-11-03 alecpl
- Use consistent naming (folder -> mailbox), fixed #1487101
blob@ 8738e9 commitdiff | diff to current
2010-11-02 alecpl
- Small code improvements
blob@ a5e8e5 commitdiff | diff to current
2010-10-30 alecpl
- Improve performance by invoking STATUS command once for both MESSAGES and...
blob@ 36911e commitdiff | diff to current
2010-10-29 alecpl
- Improve performance of message cache status checking when skip_disabled=true
blob@ 9ae29c commitdiff | diff to current
2010-10-29 alecpl
- Use consistent results from some functions, code cleanup
blob@ 93272e commitdiff | diff to current
2010-10-29 alecpl
- Improve performance of setting IMAP flags using .SILENT suffix
blob@ c309cd commitdiff | diff to current
2010-10-28 alecpl
- Close properly IMAP connection when login fails - Don't use LOGIN when se...
blob@ f0638b commitdiff | diff to current
2010-10-28 alecpl
- Add SORT=DISPLAY support (RFC 5957)
blob@ 77327e commitdiff | diff to current
2010-10-27 alecpl
- Improve performance of rcube_imap_generic::countMessages() using STATUS i...
blob@ 36ed9d commitdiff | diff to current
2010-10-26 alecpl
- Add support for selection options from LIST-EXTENDED extension (RFC 5258)...
blob@ 3870be commitdiff | diff to current
2010-10-26 alecpl
- Improve pre-auth and auth capabilities handling
blob@ 475760 commitdiff | diff to current
2010-10-26 alecpl
- Fix auth capabilty checks ignore welcome banner CAPABILITY string (#1487081)
blob@ 3353fd commitdiff | diff to current
2010-10-25 alecpl
- Add basic IMAP LIST's \Noselect option support (mark unselectable folders...
blob@ a5a4bf commitdiff | diff to current
2010-10-25 alecpl
- Simplify some code, add some comments
blob@ 2b4283 commitdiff | diff to current
2010-10-25 alecpl
- Small improvements in NAMESPACE handling
blob@ fc7a41 commitdiff | diff to current
2010-10-25 alecpl
- Improve performance by reading optional capability response from AUTHENTI...
blob@ 781f0c commitdiff | diff to current
2010-10-23 alecpl
- Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)
blob@ 4dd417 commitdiff | diff to current
2010-10-22 alecpl
- Add support for IMAP proxy authentication (#1486690)
blob@ a1fe6b commitdiff | diff to current
2010-10-22 alecpl
- Add SASL-IR support (RFC 4959) - Add LOGINDISABLED support (RFC 2595) - A...
blob@ 7bf255 commitdiff | diff to current
2010-10-22 alecpl
- Add LIST-STATUS support in rcube_imap_generic class (RFC5819)
blob@ 6a1603 commitdiff | diff to current
first | « prev | next »