Commit Graph

36 Commits

Author SHA1 Message Date
Aleksander Machniak
dc0b500e78 Removed redundant default_folders config option (#1489737)
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-04-01 19:27:07 +02:00
Aleksander Machniak
bee1e18966 Skip IMAP SORT request if folder is empty 2014-03-23 11:15:47 +01:00
Thomas Bruederli
128fd9861a Declare LOGIN commands to be anonymized in debug logging 2014-02-19 18:04:04 +01:00
Thomas Bruederli
774deaded1 Don't EVER log passwords 2014-02-03 15:34:55 +01:00
Aleksander Machniak
5251ec3e38 Workaround cyrus-murder bug in SETANNOTATION arguments handling 2013-10-08 19:10:47 +02:00
Aleksander Machniak
05da1577aa Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)
Added possibility to register flag mappings by a plugin.
2013-08-29 09:20:33 +02:00
Aleksander Machniak
17239fa522 Merge pull request #100 from Dennis1993/patch-8
Remove sensless version_compare()
2013-08-04 23:22:57 -07:00
Aleksander Machniak
80112d0749 Fixed typo in comment 2013-07-30 09:46:49 +02:00
Dennis1993
ac1fa98715 Update rcube_imap_generic.php
remove sensless version_compare(). Min PHP Version is 5.2.1 so is a check of PHP 5.1.0 sensless. So never occurs.
2013-07-26 13:35:10 +02:00
Aleksander Machniak
bd28469302 Simplified logic of finding non-existent but subscribed folders. Should be more reliable and (might be) faster now. 2013-07-10 12:34:38 +02:00
Aleksander Machniak
cc02a90f92 Fix IMAP SETMETADATA parameters quoting (#1489231) 2013-07-08 09:27:55 +02:00
Aleksander Machniak
8acf6204b1 Fix "could not load message" error on valid empty message body (#1489228) 2013-07-08 08:47:13 +02:00
Aleksander Machniak
6e57fb6b4c Fix parsing of square bracket characters in IMAP response strings (#1489223) 2013-07-04 08:45:41 +02:00
Aleksander Machniak
ed3e51f1b4 Make possible to disable some (broken) IMAP extensions with imap_disable_caps option (#1489184)
Add some notes in INSTALL about broken ESEARCH in uw-imap.
2013-07-02 14:49:48 +02:00
Aleksander Machniak
7045bb9c07 Fix parsing one-line FETCH response, e.g. "* 1 FETCH (UID 9844 BODY[2.4] NIL)" 2013-06-28 10:15:28 +02:00
Aleksander Machniak
855c85377d Performance improvement for searching in threaded mode. We can use
cached index now. Some other small improvements.
2013-06-25 08:57:03 +02:00
Aleksander Machniak
d764723142 Improve IMAP APPEND handling so it can read message (parts) from file pointer(s)
and make it less memory consuming
2013-06-20 14:17:33 +02:00
Aleksander Machniak
43079d8e2d Simplify/fix debug lines truncation 2013-05-15 13:20:48 +02:00
Aleksander Machniak
9b8d22ebe1 Limit debug log entry (line) size to 4096 characters to prevent
memory_limit/preformance issues when debug is enabled (imap, smtp, db)
2013-05-08 20:19:58 +02:00
Aleksander Machniak
95b90be8c2 Fix IMAP connection issue with default_socket_timeout < 0 and imap_timeout < 0 (#1489090) 2013-05-07 18:19:38 +02:00
Aleksander Machniak
3725cfb245 Avoid uninitialized/unused variables 2013-05-07 15:12:22 +02:00
Aleksander Machniak
c027ba7709 Fix bugs caught by static analysis 2013-05-06 12:07:05 +02:00
Aleksander Machniak
c6f5adbac3 Fix handling untagged responses in IMAP FETCH - "could not load message" error (#1489074) 2013-04-29 13:32:29 +02:00
Aleksander Machniak
b7570fb564 Fix parsing invalid date string (#1489035) 2013-04-15 14:57:05 +02:00
Aleksander Machniak
99edf8699a Fix possible header duplicates when using additional headers (#1489033) 2013-04-03 16:03:57 +02:00
Aleksander Machniak
ea98ec0939 Fixed MOVE command result handling 2013-03-15 10:50:26 +01:00
Aleksander Machniak
d9dc320a40 Support IMAP MOVE extension [RFC 6851] 2013-03-08 15:35:03 +01:00
Aleksander Machniak
18372a236d Send LOGOUT only when closing connection in logged state (#1487784) 2013-01-25 12:36:50 +01:00
Aleksander Machniak
2b80d5dbf2 Workaround UW-IMAP bug where hierarchy separator is added to the shared folder name (#1488879) 2012-12-27 10:25:36 +01:00
Aleksander Machniak
7d88e614ae Add hint about possible disabled fsockopen() function on connection error 2012-12-22 15:42:14 +01:00
Aleksander Machniak
d2534c63f2 Cleanup, remove file paths from doc 2012-12-18 09:07:00 +01:00
Aleksander Machniak
4f1c887eaa Add support for IMAP BINARY (RFC3516) 2012-12-09 12:12:27 +01:00
Aleksander Machniak
7eb7806b21 Fix broken message/part bodies when FETCH response contains more untagged lines (#1488836) 2012-11-29 13:51:49 +01:00
Aleksander Machniak
30cc01f89d Use Delivered-To header as a last resort for identity selection (#1488840) 2012-11-28 20:21:09 +01:00
Thomas Bruederli
dff2c713fb Add argument to fetch message parts only partially. Can be used for content mimetype detection without loading the entire file 2012-11-27 16:22:49 +01:00
Aleksander Machniak
ba6f21caeb Framework files moved to lib/Roundcube 2012-11-21 19:52:03 +01:00