Aleksander Machniak
2015-04-30 3aba794f70e9ddf5223d1c9c6f6f51856cdec13b
2015-04-30 Aleksander Machniak
Fix bug where messages count was not updated after message move/delete with...
blob@ 3aba79 commitdiff | diff to current
2014-10-24 Bartlomiej Nogas
Fix of really fix UNKNOWN-CTE handling
blob@ 281ca0 commitdiff | diff to current
2014-10-24 Aleksander Machniak
Fix compatibility with PHP 5.2. in rcube_imap_generic (#1490115)
blob@ 7653ed commitdiff | diff to current
2014-10-23 Aleksander Machniak
Really fix UNKNOWN-CTE handling
blob@ a23c23 commitdiff | diff to current
2014-10-23 Aleksander Machniak
Fix handling of UNKNOWN-CTE response, try do decode content client-side (#1...
blob@ 89984d commitdiff | diff to current
2014-10-23 Aleksander Machniak
Fix handling of base64-encoded attachments with extra spaces (#1490111)
blob@ 4efc69 commitdiff | diff to current
2014-10-04 Aleksander Machniak
Fix setting flags on servers with no PERMANENTFLAGS response (#1490087)
blob@ 0d6c67 commitdiff | diff to current
2014-06-16 Aleksander Machniak
Add config option to specify IMAP connection socket parameters - imap_conn_...
blob@ 3b55da commitdiff | diff to current
2014-08-26 Aleksander Machniak
Fix PERMANENTFLAGS checking in modFlag()
blob@ 4922eb commitdiff | diff to current
2014-07-28 Aleksander Machniak
Fix bug where $Forwarded flag was being set even if server didn't support i...
blob@ 057444 commitdiff | diff to current
2014-07-11 Aleksander Machniak
Fix sorting messages by size on servers without SORT capability (#1489981)
blob@ a8282f commitdiff | diff to current
2014-02-19 Thomas Bruederli
Declare LOGIN commands to be anonymized in debug logging
blob@ 0b70f5 commitdiff | diff to current
2014-02-03 Thomas Bruederli
Don't EVER log passwords
blob@ 0d9ccf commitdiff | diff to current
2013-10-08 Aleksander Machniak
Workaround cyrus-murder bug in SETANNOTATION arguments handling
blob@ 5251ec commitdiff | diff to current
2013-08-29 Aleksander Machniak
Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285) Added...
blob@ 05da15 commitdiff | diff to current
2013-08-05 Aleksander Machniak
Merge pull request #100 from Dennis1993/patch-8
blob@ 17239f commitdiff | diff to current
2013-07-30 Aleksander Machniak
Fixed typo in comment
blob@ 80112d commitdiff | diff to current
2013-07-26 Dennis1993
Update rcube_imap_generic.php
blob@ ac1fa9 commitdiff | diff to current
2013-07-10 Aleksander Machniak
Simplified logic of finding non-existent but subscribed folders. Should be ...
blob@ bd2846 commitdiff | diff to current
2013-07-08 Aleksander Machniak
Fix IMAP SETMETADATA parameters quoting (#1489231)
blob@ cc02a9 commitdiff | diff to current
2013-07-08 Aleksander Machniak
Fix "could not load message" error on valid empty message body (#1489228)
blob@ 8acf62 commitdiff | diff to current
2013-07-04 Aleksander Machniak
Fix parsing of square bracket characters in IMAP response strings (#1489223)
blob@ 6e57fb commitdiff | diff to current
2013-07-02 Aleksander Machniak
Make possible to disable some (broken) IMAP extensions with imap_disable_ca...
blob@ ed3e51 commitdiff | diff to current
2013-06-28 Aleksander Machniak
Fix parsing one-line FETCH response, e.g. "* 1 FETCH (UID 9844 BODY[2.4] NIL)"
blob@ 7045bb commitdiff | diff to current
2013-06-25 Aleksander Machniak
Performance improvement for searching in threaded mode. We can use cached i...
blob@ 855c85 commitdiff | diff to current
2013-06-20 Aleksander Machniak
Improve IMAP APPEND handling so it can read message (parts) from file point...
blob@ d76472 commitdiff | diff to current
2013-05-15 Aleksander Machniak
Simplify/fix debug lines truncation
blob@ 43079d commitdiff | diff to current
2013-05-08 Aleksander Machniak
Limit debug log entry (line) size to 4096 characters to prevent memory_limi...
blob@ 9b8d22 commitdiff | diff to current
2013-05-07 Aleksander Machniak
Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout ...
blob@ 95b90b commitdiff | diff to current
2013-05-07 Aleksander Machniak
Avoid uninitialized/unused variables
blob@ 3725cf commitdiff | diff to current
2013-05-06 Aleksander Machniak
Fix bugs caught by static analysis
blob@ c027ba commitdiff | diff to current
2013-04-29 Aleksander Machniak
Fix handling untagged responses in IMAP FETCH - "could not load message" er...
blob@ c6f5ad commitdiff | diff to current
2013-04-15 Aleksander Machniak
Fix parsing invalid date string (#1489035)
blob@ b7570f commitdiff | diff to current
2013-04-03 Aleksander Machniak
Fix possible header duplicates when using additional headers (#1489033)
blob@ 99edf8 commitdiff | diff to current
2013-03-15 Aleksander Machniak
Fixed MOVE command result handling
blob@ ea98ec commitdiff | diff to current
2013-03-08 Aleksander Machniak
Support IMAP MOVE extension [RFC 6851]
blob@ d9dc32 commitdiff | diff to current
2013-01-25 Aleksander Machniak
Send LOGOUT only when closing connection in logged state (#1487784)
blob@ 18372a commitdiff | diff to current
2012-12-27 Aleksander Machniak
Workaround UW-IMAP bug where hierarchy separator is added to the shared fol...
blob@ 2b80d5 commitdiff | diff to current
2012-12-22 Aleksander Machniak
Add hint about possible disabled fsockopen() function on connection error
blob@ 7d88e6 commitdiff | diff to current
2012-12-18 Aleksander Machniak
Cleanup, remove file paths from doc
blob@ d2534c commitdiff | diff to current
2012-12-09 Aleksander Machniak
Add support for IMAP BINARY (RFC3516)
blob@ 4f1c88 commitdiff | diff to current
2012-11-29 Aleksander Machniak
Fix broken message/part bodies when FETCH response contains more untagged l...
blob@ 7eb780 commitdiff | diff to current
2012-11-28 Aleksander Machniak
Use Delivered-To header as a last resort for identity selection (#1488840)
blob@ 30cc01 commitdiff | diff to current
2012-11-27 Thomas Bruederli
Add argument to fetch message parts only partially. Can be used for content...
blob@ dff2c7 commitdiff | diff to current
2012-11-21 Aleksander Machniak
Framework files moved to lib/Roundcube
blob@ ba6f21 commitdiff | diff to current
first | « prev | next »