Aleksander Machniak
2016-05-05 4921c21cff15b9ba2a5a05b2145861b01c9e85d6
2016-05-05 Aleksander Machniak
Optimize SELECT response handling
blob@ 4921c2 commitdiff | diff to current
2016-04-02 Aleksander Machniak
CS fixes: Replace use of "bool ? true : false" with just "bool"
blob@ 6f2c00 commitdiff | diff to current
2016-03-28 Aleksander Machniak
Small code improvements
blob@ 746209 commitdiff | diff to current
2016-03-03 Aleksander Machniak
CS fixes
blob@ ca34ba commitdiff | diff to current
2016-01-08 Francis Russell
Make TLS method for IMAP parameterisable.
blob@ 8f71b1 commitdiff | diff to current
2016-01-07 Francis Russell
Enable use of TLSv1.1 and TLSv1.2 for IMAP.
blob@ 191a6a commitdiff | diff to current
2015-11-14 Aleksander Machniak
Use ternary operator where aplicable
blob@ 7e3298 commitdiff | diff to current
2015-10-22 Aleksander Machniak
Optimized some regular expressions
blob@ eca19d commitdiff | diff to current
2015-10-03 Aleksander Machniak
Some more CS fixes
blob@ 354cff commitdiff | diff to current
2015-10-03 Aleksander Machniak
Fix fetchMIMEHeaders() so it really works with multiple parts, various CS f...
blob@ 7fb0ae commitdiff | diff to current
2015-10-02 Aleksander Machniak
Code improvements: CS fixes, improved internal cache cleanup on folder sele...
blob@ 85f420 commitdiff | diff to current
2015-09-02 Aleksander Machniak
Added method to determine IMAP server vendor, for future use
blob@ 5eb9c7 commitdiff | diff to current
2015-08-30 Aleksander Machniak
CS fixes
blob@ 86b241 commitdiff | diff to current
2015-08-06 Aleksander Machniak
Added GSSAPI/Kerberos authentication plugin - krb_authentication
blob@ 1b8ca0 commitdiff | diff to current
2015-08-05 Aleksander Machniak
Small code improvements
blob@ 93e640 commitdiff | diff to current
2015-07-17 Aleksander Machniak
Fix multi-folder search result sorting by arrival date (#1490450)
blob@ 843643 commitdiff | diff to current
2015-06-07 Aleksander Machniak
CS fixes
blob@ a95874 commitdiff | diff to current
2015-04-30 Aleksander Machniak
Fix bug where messages count was not updated after message move/delete with...
blob@ 1422b0 commitdiff | diff to current
2015-04-03 Aleksander Machniak
Remove Kolab's hack for Cyrus Murder bug in SETANNOTATION - it's not needed...
blob@ 5a4f3f commitdiff | diff to current
2015-01-03 Aleksander Machniak
CS fixes
blob@ 7b9245 commitdiff | diff to current
2014-11-16 Aleksander Machniak
Code improvements and fixes (mostly unused variables and methods)
blob@ 9e4246 commitdiff | diff to current
2014-10-24 Bartlomiej Nogas
Fix of really fix UNKNOWN-CTE handling
blob@ a235f7 commitdiff | diff to current
2014-10-23 Aleksander Machniak
Really fix UNKNOWN-CTE handling
blob@ bf9c9b commitdiff | diff to current
2014-10-23 Aleksander Machniak
Fix handling of UNKNOWN-CTE response, try do decode content client-side (#1...
blob@ 81dab3 commitdiff | diff to current
2014-10-23 Aleksander Machniak
Fix handling of base64-encoded attachments with extra spaces (#1490111)
blob@ 9d9623 commitdiff | diff to current
2014-10-04 Aleksander Machniak
Fix setting flags on servers with no PERMANENTFLAGS response (#1490087)
blob@ 07fa81 commitdiff | diff to current
2014-09-23 Thomas Bruederli
Fix another regression in metadata response parsing introduced in commit 93...
blob@ 664680 commitdiff | diff to current
2014-09-22 Bartlomiej Nogas
Fix get_metadata() function response, NIL response was introducing an shift
blob@ 0d273c commitdiff | diff to current
2014-08-26 Aleksander Machniak
Fix PERMANENTFLAGS checking in modFlag()
blob@ 35b39c 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@ e15674 commitdiff | diff to current
2014-07-14 Aleksander Machniak
Fix "Illegal offset type" error (#1489985)
blob@ e0492d commitdiff | diff to current
2014-07-11 Aleksander Machniak
Fix sorting messages by size on servers without SORT capability (#1489981)
blob@ 4922e5 commitdiff | diff to current
2014-06-24 Aleksander Machniak
Extend get_quota() so it's possible to specify GETQUOTAROOT folder and retu...
blob@ 6fa1a0 commitdiff | diff to current
2014-06-22 Aleksander Machniak
Support LIST-MYRIGHTS extension in rcube_imap_generic (#1489665)
blob@ 07893b commitdiff | diff to current
2014-06-16 Aleksander Machniak
Add config option to specify IMAP connection socket parameters - imap_conn_...
blob@ 109bcc commitdiff | diff to current
2014-06-01 Aleksander Machniak
Change private vars/methods to protected
blob@ 232bcd commitdiff | diff to current
2014-05-21 Thomas Bruederli
Don't list empty (nil) metadata entries to save memory anc caching space
blob@ 939380 commitdiff | diff to current
2014-04-01 Aleksander Machniak
Removed redundant default_folders config option (#1489737) Implemented IMAP...
blob@ dc0b50 commitdiff | diff to current
2014-03-23 Aleksander Machniak
Skip IMAP SORT request if folder is empty
blob@ bee1e1 commitdiff | diff to current
2014-02-19 Thomas Bruederli
Declare LOGIN commands to be anonymized in debug logging
blob@ 128fd9 commitdiff | diff to current
2014-02-03 Thomas Bruederli
Don't EVER log passwords
blob@ 774dea 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
first | « prev | next »