thomascube
2012-02-11 f9a967763e2a4cc595b44f40ac1ca666b2a02af6
2012-01-27 alecpl
- Fix call to undefined method rcube_result_index::isError() (#1488328)
blob@ 1d7dcc commitdiff | diff to current
2012-01-27 alecpl
- Revert SORT=DISPLAY support, removed by mistake in r4160 (#1488327)
blob@ 3c71c6 commitdiff | diff to current
2012-01-18 thomascube
Changed license to GNU GPLv3+ with exceptions for skins and plugins
blob@ 7fe381 commitdiff | diff to current
2012-01-03 alecpl
- Prevent from PHP warnings
blob@ cc7544 commitdiff | diff to current
2011-12-14 alecpl
- Fix "Call to undefined method rcube_imap_generic::delete()" (#1488252)
blob@ a9ed78 commitdiff | diff to current
2011-12-08 alecpl
- More documentation + cleanup
blob@ e361bf commitdiff | diff to current
2011-12-07 alecpl
- Fixed issues with big memory allocation of IMAP results, improved a lot o...
blob@ 40c45e commitdiff | diff to current
2011-11-08 alecpl
- Improved _listMailboxes() performance and small parseResponse() improveme...
blob@ 923052 commitdiff | diff to current
2011-11-08 alecpl
- Fix so folders with \Noinferiors attribute aren't listed in parent select...
blob@ aa07b2 commitdiff | diff to current
2011-10-26 alecpl
- Fix getting message part data from structure, fixes r5363
blob@ 8a6503 commitdiff | diff to current
2011-10-24 alecpl
- Improve handling of situation when FETCH returns OK, but no data
blob@ 1ae119 commitdiff | diff to current
2011-10-11 alecpl
- Fix FETCH response parsing in fetchMIMEHeaders() method (first line of he...
blob@ 52c2aa commitdiff | diff to current
2011-10-03 alecpl
- Improved performance of draft saving by usage of APPENDUID response if av...
blob@ 765fde commitdiff | diff to current
2011-09-19 alecpl
- Allow setting connection options in imap_connect hook
blob@ e7e794 commitdiff | diff to current
2011-09-18 alecpl
- Cache synchronization using QRESYNC/CONDSTORE - Fixed message ID updates ...
blob@ 609d39 commitdiff | diff to current
2011-09-12 alecpl
- Fix handling of binary attachments encoded with quoted-printable (#1488065)
blob@ 66a3b0 commitdiff | diff to current
2011-09-07 alecpl
- Rewritten messages caching (merged devel-mcache branch): Indexes are st...
blob@ 80152b commitdiff | diff to current
2011-08-24 alecpl
- Added unique connection identifier to IMAP debug messages
blob@ 0c7fe2 commitdiff | diff to current
2011-08-22 alecpl
- Added 'priority' column on messages list
blob@ 7a2bad commitdiff | diff to current
2011-08-12 alecpl
- Revert r5046, the change will be applied to devel-mcache branch, where it...
blob@ f4c364 commitdiff | diff to current
2011-08-11 alecpl
- Added IMAP ENABLE (RFC5161) support - Removed deprecated @access comments
blob@ 077cfd commitdiff | diff to current
2011-07-06 alecpl
- Fix infinite loop in tokenizeResponse() when server returns atoms with fo...
blob@ 632528 commitdiff | diff to current
2011-07-04 alecpl
- Fix lack of Cc and Reply-To headers on messages list, add them to default...
blob@ 8bce65 commitdiff | diff to current
2011-06-27 alecpl
- Fix handling of untagged responses in LIST/LSUB response parser
blob@ 0891b1 commitdiff | diff to current
2011-05-07 alecpl
- Improved string literals handling
blob@ b5fb21 commitdiff | diff to current
2011-04-25 alecpl
- Fix ID command arguments (must be of type nstring)
blob@ 5c2f06 commitdiff | diff to current
2011-04-24 alecpl
- Fix ID command response handling
blob@ 1463a5 commitdiff | diff to current
2011-04-08 alecpl
- Added workaround for some IMAP server with broken STATUS response (#1487859)
blob@ 0ea947 commitdiff | diff to current
2011-04-08 alecpl
- Removed dependency on rcube_* functions, small improvements
blob@ f66f5f commitdiff | diff to current
2011-03-26 alecpl
- Remove unused rcube_mail_header class variables
blob@ c09e32 commitdiff | diff to current
2011-03-09 alecpl
- Add code for prevention from IMAP connection hangs when server closes soc...
blob@ 3e3981 commitdiff | diff to current
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
first | « prev | next »