summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_imap_generic.php
AgeCommit message (Expand)Author
2014-10-24Fix of really fix UNKNOWN-CTE handlingBartlomiej Nogas
2014-10-24Fix compatibility with PHP 5.2. in rcube_imap_generic (#1490115)Aleksander Machniak
2014-10-23Really fix UNKNOWN-CTE handlingAleksander Machniak
2014-10-23Fix handling of UNKNOWN-CTE response, try do decode content client-side (#149...Aleksander Machniak
2014-10-23Fix handling of base64-encoded attachments with extra spaces (#1490111)Aleksander Machniak
2014-10-04Fix setting flags on servers with no PERMANENTFLAGS response (#1490087)Aleksander Machniak
2014-09-01Add config option to specify IMAP connection socket parameters - imap_conn_op...Aleksander Machniak
2014-08-26Fix PERMANENTFLAGS checking in modFlag()Aleksander Machniak
2014-07-28Fix bug where $Forwarded flag was being set even if server didn't support it ...Aleksander Machniak
2014-07-11Fix sorting messages by size on servers without SORT capability (#1489981)Aleksander Machniak
2014-05-12Declare LOGIN commands to be anonymized in debug loggingThomas Bruederli
2014-05-12Don't EVER log passwordsThomas Bruederli
2013-10-08Workaround cyrus-murder bug in SETANNOTATION arguments handlingAleksander Machniak
2013-08-29Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)Aleksander Machniak
2013-08-04Merge pull request #100 from Dennis1993/patch-8Aleksander Machniak
2013-07-30Fixed typo in commentAleksander Machniak
2013-07-26Update rcube_imap_generic.phpDennis1993
2013-07-10Simplified logic of finding non-existent but subscribed folders. Should be mo...Aleksander Machniak
2013-07-08Fix IMAP SETMETADATA parameters quoting (#1489231)Aleksander Machniak
2013-07-08Fix "could not load message" error on valid empty message body (#1489228)Aleksander Machniak
2013-07-04Fix parsing of square bracket characters in IMAP response strings (#1489223)Aleksander Machniak
2013-07-02Make possible to disable some (broken) IMAP extensions with imap_disable_caps...Aleksander Machniak
2013-06-28Fix parsing one-line FETCH response, e.g. "* 1 FETCH (UID 9844 BODY[2.4] NIL)"Aleksander Machniak
2013-06-25Performance improvement for searching in threaded mode. We can useAleksander Machniak
2013-06-20Improve IMAP APPEND handling so it can read message (parts) from file pointer(s)Aleksander Machniak
2013-05-15Simplify/fix debug lines truncationAleksander Machniak
2013-05-08Limit debug log entry (line) size to 4096 characters to preventAleksander Machniak
2013-05-07Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < ...Aleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-04-29Fix handling untagged responses in IMAP FETCH - "could not load message" erro...Aleksander Machniak
2013-04-15Fix parsing invalid date string (#1489035)Aleksander Machniak
2013-04-03Fix possible header duplicates when using additional headers (#1489033)Aleksander Machniak
2013-03-15Fixed MOVE command result handlingAleksander Machniak
2013-03-08Support IMAP MOVE extension [RFC 6851]Aleksander Machniak
2013-01-25Send LOGOUT only when closing connection in logged state (#1487784)Aleksander Machniak
2012-12-27Workaround UW-IMAP bug where hierarchy separator is added to the shared folde...Aleksander Machniak
2012-12-22Add hint about possible disabled fsockopen() function on connection errorAleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-09Add support for IMAP BINARY (RFC3516)Aleksander Machniak
2012-11-29Fix broken message/part bodies when FETCH response contains more untagged lin...Aleksander Machniak
2012-11-28Use Delivered-To header as a last resort for identity selection (#1488840)Aleksander Machniak
2012-11-27Add argument to fetch message parts only partially. Can be used for content m...Thomas Bruederli
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak