Age | Commit message (Expand) | Author |
2014-10-24 | Fix of really fix UNKNOWN-CTE handling | Bartlomiej Nogas |
2014-10-23 | Really fix UNKNOWN-CTE handling | Aleksander Machniak |
2014-10-23 | Fix handling of UNKNOWN-CTE response, try do decode content client-side (#149... | Aleksander Machniak |
2014-10-23 | Fix handling of base64-encoded attachments with extra spaces (#1490111) | Aleksander Machniak |
2014-10-04 | Fix setting flags on servers with no PERMANENTFLAGS response (#1490087) | Aleksander Machniak |
2014-09-23 | Fix another regression in metadata response parsing introduced in commit 9393... | Thomas Bruederli |
2014-09-22 | Fix get_metadata() function response, NIL response was introducing an shift | Bartlomiej Nogas |
2014-08-26 | Fix PERMANENTFLAGS checking in modFlag() | Aleksander Machniak |
2014-07-28 | Fix bug where $Forwarded flag was being set even if server didn't support it ... | Aleksander Machniak |
2014-07-14 | Fix "Illegal offset type" error (#1489985) | Aleksander Machniak |
2014-07-11 | Fix sorting messages by size on servers without SORT capability (#1489981) | Aleksander Machniak |
2014-06-24 | Extend get_quota() so it's possible to specify GETQUOTAROOT folder and return... | Aleksander Machniak |
2014-06-22 | Support LIST-MYRIGHTS extension in rcube_imap_generic (#1489665) | Aleksander Machniak |
2014-06-16 | Add config option to specify IMAP connection socket parameters - imap_conn_op... | Aleksander Machniak |
2014-06-01 | Change private vars/methods to protected | Aleksander Machniak |
2014-05-21 | Don't list empty (nil) metadata entries to save memory anc caching space | Thomas Bruederli |
2014-04-01 | Removed redundant default_folders config option (#1489737) | Aleksander Machniak |
2014-03-23 | Skip IMAP SORT request if folder is empty | Aleksander Machniak |
2014-02-19 | Declare LOGIN commands to be anonymized in debug logging | Thomas Bruederli |
2014-02-03 | Don't EVER log passwords | Thomas Bruederli |
2013-10-08 | Workaround cyrus-murder bug in SETANNOTATION arguments handling | Aleksander Machniak |
2013-08-29 | Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285) | Aleksander Machniak |
2013-08-04 | Merge pull request #100 from Dennis1993/patch-8 | Aleksander Machniak |
2013-07-30 | Fixed typo in comment | Aleksander Machniak |
2013-07-26 | Update rcube_imap_generic.php | Dennis1993 |
2013-07-10 | Simplified logic of finding non-existent but subscribed folders. Should be mo... | Aleksander Machniak |
2013-07-08 | Fix IMAP SETMETADATA parameters quoting (#1489231) | Aleksander Machniak |
2013-07-08 | Fix "could not load message" error on valid empty message body (#1489228) | Aleksander Machniak |
2013-07-04 | Fix parsing of square bracket characters in IMAP response strings (#1489223) | Aleksander Machniak |
2013-07-02 | Make possible to disable some (broken) IMAP extensions with imap_disable_caps... | Aleksander Machniak |
2013-06-28 | Fix parsing one-line FETCH response, e.g. "* 1 FETCH (UID 9844 BODY[2.4] NIL)" | Aleksander Machniak |
2013-06-25 | Performance improvement for searching in threaded mode. We can use | Aleksander Machniak |
2013-06-20 | Improve IMAP APPEND handling so it can read message (parts) from file pointer(s) | Aleksander Machniak |
2013-05-15 | Simplify/fix debug lines truncation | Aleksander Machniak |
2013-05-08 | Limit debug log entry (line) size to 4096 characters to prevent | Aleksander Machniak |
2013-05-07 | Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < ... | Aleksander Machniak |
2013-05-07 | Avoid uninitialized/unused variables | Aleksander Machniak |
2013-05-06 | Fix bugs caught by static analysis | Aleksander Machniak |
2013-04-29 | Fix handling untagged responses in IMAP FETCH - "could not load message" erro... | Aleksander Machniak |
2013-04-15 | Fix parsing invalid date string (#1489035) | Aleksander Machniak |
2013-04-03 | Fix possible header duplicates when using additional headers (#1489033) | Aleksander Machniak |
2013-03-15 | Fixed MOVE command result handling | Aleksander Machniak |
2013-03-08 | Support IMAP MOVE extension [RFC 6851] | Aleksander Machniak |
2013-01-25 | Send LOGOUT only when closing connection in logged state (#1487784) | Aleksander Machniak |
2012-12-27 | Workaround UW-IMAP bug where hierarchy separator is added to the shared folde... | Aleksander Machniak |
2012-12-22 | Add hint about possible disabled fsockopen() function on connection error | Aleksander Machniak |
2012-12-18 | Cleanup, remove file paths from doc | Aleksander Machniak |
2012-12-09 | Add support for IMAP BINARY (RFC3516) | Aleksander Machniak |
2012-11-29 | Fix broken message/part bodies when FETCH response contains more untagged lin... | Aleksander Machniak |
2012-11-28 | Use Delivered-To header as a last resort for identity selection (#1488840) | Aleksander Machniak |