Commit Graph

294 Commits

Author SHA1 Message Date
alecpl
fb7ec576ab - Added possibility to select all messages in a folder (#1484756) 2010-03-25 16:29:02 +00:00
alecpl
13540e089c - last commit fix: use reference in iil_C_ClearCapability(), probably not needed while we're in PHP5, but for consistance... 2010-03-24 14:55:40 +00:00
alecpl
d8c440c03f - Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750) 2010-03-24 14:45:49 +00:00
alecpl
cff88617c0 - small backend cleanup + support for operations on ALL messages in a folder 2010-03-24 11:27:44 +00:00
alecpl
9e8d8587d3 - Mail_Mime-1.6.2 2010-03-23 09:53:08 +00:00
alecpl
15e00bdf50 - Improved performance of folders operations (#1486525) + code cleanups 2010-03-18 13:02:18 +00:00
alecpl
1845fb6318 - Handle 'false' result from iil_C_* functions (#1486511) 2010-03-18 10:56:46 +00:00
thomascube
f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 2010-03-17 12:24:09 +00:00
alecpl
7244b4500e - Merge changes from MDB2's trunk 2010-03-12 08:13:59 +00:00
thomascube
bc404ffd41 Save draft information in one header; finally fixes #1486203 2010-03-11 22:44:43 +00:00
alecpl
be5133a6f3 - Mail_Mime 1.6.1 2010-03-08 07:28:20 +00:00
alecpl
cc2c83378c - Net_SMTP 1.4.2 with fix for #1486537 2010-03-08 07:13:09 +00:00
alecpl
c1db394bf1 - fix syntax error (#1486533) 2010-03-04 18:09:21 +00:00
thomascube
bbc8565e5a Flag original messages after sending a draft (#1486203) 2010-03-04 08:17:04 +00:00
thomascube
7c9d922b96 New recent check based on UIDs 2010-03-02 21:27:53 +00:00
alecpl
a72ad65724 - Fix invalid font tags which cause HTML message rendering problems (#1486521) 2010-02-28 08:07:45 +00:00
alecpl
e62346c9ba - Fix encoding of Return-Receipt-To and Disposition-Notification-To headers (1486515) 2010-02-25 12:43:21 +00:00
thomascube
6c609b925b Another PHP 5.3 compatibility fix (similar to r2591) 2010-02-20 17:38:12 +00:00
alecpl
91790e41f3 - Fix attachment excessive memory use, support messages of any size (#1484660) 2010-02-09 13:10:12 +00:00
alecpl
a79e5f14c1 - Fix sorting by date of messages without date header on servers without SORT (#1486286) 2010-02-04 14:34:19 +00:00
alecpl
2273d4117f - Add support for MDB2's 'sqlsrv' driver (#1486395) 2010-01-26 13:45:16 +00:00
alecpl
90fe6cbc35 - Mail_MIME update 2010-01-25 12:34:51 +00:00
alecpl
49d401bf57 - Net_SMTP 1.4.1 2010-01-25 08:54:32 +00:00
alecpl
091735615e - Fix incompatybility with suhosin.executor.disable_emodifier (#1486321)
- Update Mail_Mime package
2010-01-20 09:26:47 +00:00
alecpl
d6584f7206 - Use PLAIN auth when CRAM fails and imap_auth_type='check' (#1486371) 2010-01-19 13:17:48 +00:00
alecpl
da1722a587 - Fix to-text converting of HTML entities inside b/strong/th/hX tags (#1486422) 2010-01-12 07:46:22 +00:00
alecpl
aa16b4af8f - Improved handling of message parts of type message/rfc822 (fixed e.g. inline images in multipart/alternative messages attached as message/rfc822) 2009-12-23 08:01:39 +00:00
alecpl
be11a9fcfc - remove Mail_MimeDecode package - we doesn't use it 2009-12-21 13:05:13 +00:00
alecpl
67a081753f - Net_SMTP 1.3.4 2009-12-03 11:40:59 +00:00
alecpl
35b01b64f5 - added feof() checks before fgets/fread 2009-12-03 10:59:38 +00:00
alecpl
f7f9346feb - code cleanup (mostly whitespaces) 2009-11-26 11:11:27 +00:00
alecpl
7435e3bc32 - fix empty A tag handling (#1486272) 2009-11-03 17:41:54 +00:00
alecpl
31ddb5e5c2 - Don't cut off attachment names when using non-RFC2231 encoding (#1485515) 2009-11-02 08:35:10 +00:00
alecpl
598212252c - Fix imap_auth_type regression (#1486263) 2009-11-02 07:37:06 +00:00
alecpl
b7c3486b0d - lost PEAR5.php file 2009-10-29 09:27:55 +00:00
thomascube
87c7690ebf Upgrade PEAR class to version 1.9.0 2009-10-28 17:08:54 +00:00
alecpl
ab46578d98 - removed deprecated returning value of new by reference 2009-10-14 06:55:57 +00:00
alecpl
7fc0b94450 - improve Content-type header parsing 2009-10-05 09:26:33 +00:00
alecpl
fefed62caa - simple fix in iil_C_FetchHeaders to handle "* BYE" response 2009-10-02 17:12:51 +00:00
alecpl
1480e2f374 - fix corrupted attachments on forward (#1486193) 2009-10-02 07:22:33 +00:00
alecpl
bdab2c5faf - small code improvements 2009-09-20 10:25:14 +00:00
alecpl
587444f657 - Fix "Empty startup greeting" bug (#1486085) 2009-09-20 09:09:36 +00:00
alecpl
98728bdd37 - http://pear.php.net/bugs/bug.php?id=16624 2009-09-18 08:03:20 +00:00
svncommit
0f6e0e1d42 applied patch from PEAR bug #16508 2009-09-13 02:11:32 +00:00
alecpl
b2ee72695e - fix bug in r2929 commit (#1486107) 2009-09-09 12:56:47 +00:00
alecpl
4a63f1efaf - Fix roundcube hangs on empty inbox with bincimapd (#1486093) 2009-09-07 07:53:01 +00:00
alecpl
161c28dffc - Fix wrong headers for IE on servers without $_SERVER['HTTPS'] (#1485926)
- Force IE style headers for attachments in non-HTTPS session, 'use_https' option (#1485655)
2009-09-05 12:31:19 +00:00
alecpl
172552a9ed - fix displaying attachments with backslash in filename (#1486076) 2009-09-01 12:48:41 +00:00
alecpl
0c66285cf9 - fix r2883 change (server command continuation response could be "+ Something..." not only "+ OK") 2009-09-01 09:07:57 +00:00
alecpl
b8ae99a6b3 - Fix endless loop on error response for APPEND command (#1486060) 2009-08-28 08:29:46 +00:00