index
:
roundcube.git
css_sprites
local_0.8.6
local_0.9.0
nkinkade
npk
svn-trunk
A clone of the Roundcube Mail code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roundcubemail
/
program
/
include
/
rcube_imap_generic.php
Age
Commit message (
Expand
)
Author
2012-01-18
Changed license to GNU GPLv3+ with exceptions for skins and plugins
thomasb
2012-01-03
- Prevent from PHP warnings
alec
2011-12-14
- Fix "Call to undefined method rcube_imap_generic::delete()" (#1488252)
alec
2011-12-08
- More documentation + cleanup
alec
2011-12-07
- Fixed issues with big memory allocation of IMAP results, improved a lot of ...
alec
2011-11-08
- Improved _listMailboxes() performance and small parseResponse() improvement...
alec
2011-11-08
- Fix so folders with \Noinferiors attribute aren't listed in parent selector
alec
2011-10-26
- Fix getting message part data from structure, fixes r5363
alec
2011-10-24
- Improve handling of situation when FETCH returns OK, but no data
alec
2011-10-11
- Fix FETCH response parsing in fetchMIMEHeaders() method (first line of head...
alec
2011-10-03
- Improved performance of draft saving by usage of APPENDUID response if avai...
alec
2011-09-19
- Allow setting connection options in imap_connect hook
alec
2011-09-18
- Cache synchronization using QRESYNC/CONDSTORE
alec
2011-09-12
- Fix handling of binary attachments encoded with quoted-printable (#1488065)
alec
2011-09-07
- Rewritten messages caching (merged devel-mcache branch):
alec
2011-08-24
- Added unique connection identifier to IMAP debug messages
alec
2011-08-22
- Added 'priority' column on messages list
alec
2011-08-12
- Revert r5046, the change will be applied to devel-mcache branch, where it b...
alec
2011-08-11
- Added IMAP ENABLE (RFC5161) support
alec
2011-07-06
- Fix infinite loop in tokenizeResponse() when server returns atoms with forb...
alec
2011-07-04
- Fix lack of Cc and Reply-To headers on messages list, add them to default h...
alec
2011-06-27
- Fix handling of untagged responses in LIST/LSUB response parser
alec
2011-05-07
- Improved string literals handling
alec
2011-04-25
- Fix ID command arguments (must be of type nstring)
alec
2011-04-24
- Fix ID command response handling
alec
2011-04-08
- Added workaround for some IMAP server with broken STATUS response (#1487859)
alec
2011-04-08
- Removed dependency on rcube_* functions, small improvements
alec
2011-03-26
- Remove unused rcube_mail_header class variables
alec
2011-03-09
- Add code for prevention from IMAP connection hangs when server closes socke...
alec
2011-03-05
- Fix some emails are not shown using Cyrus IMAP (#1487820)
alec
2011-02-17
- Use addcslashes() instead of strtr() for string quoting
alec
2011-02-15
- Use only one from IMAP authentication methods to prevent login delays (1487...
alec
2011-02-09
- Add workaround for DBMail's bug http://www.dbmail.org/mantis/view.php?id=88...
alec
2011-02-09
- Use IMAP's ID extension (RFC2971) to print more info into debug log
alec
2011-02-03
- Convert Content-type to lowercase, fixes lack of attachment icon for some m...
alec
2011-02-02
- Fix parsing FETCH response for very long headers (#1487753)
alec
2011-01-21
Use improved strtotime() function + reduce duplicated code
thomasb
2011-01-12
Bumbed version; Roundcube development is not Switzerland only
thomasb
2011-01-08
- Fix fallback to LOGIN auth (broken in r4389)
alec
2011-01-04
- Use improved get_capability() syntax, saves CAPABILITY call in some cases
alec
2011-01-04
- Extend getCapability() to return caps values or true/false
alec
2011-01-03
- Fix errors in getACL() and myRights()
alec
2010-12-28
- Fix for ANNOTATEMORE drafts below 08 version (use quoted parameters)
alec
2010-12-27
- Add handling of multifolder METADATA/ANNOTATION responses
alec
2010-12-23
- Add debug handler support in rcube_imap_generic
alec
2010-12-22
- Fix handling (skipping) of unilateral untagged server responses (in THREAD/...
alec
2010-12-09
- CS fixes
alec
2010-12-09
- Add username and IP address to log message on unsuccessful login (#1487626)
alec
2010-12-08
- Fix handling of untagged responses for AUTHENTICATE command (#1487450)
alec
2010-12-08
- Better support for READ-ONLY and NOPERM responses handling (#1487083)
alec
[next]