Commit Graph

2129 Commits

Author SHA1 Message Date
alecpl
e275ce6e8d - updated bundled Net_Socket to 1.0.9 2008-12-18 19:12:37 +00:00
alecpl
d78c4174ca updated bundled Net_SMTP to 1.3.1 2008-12-18 18:34:50 +00:00
alecpl
b751d5609f #1485157: fix DIGEST-MD5 authentication 2008-12-18 18:22:25 +00:00
alecpl
78928070c5 - Support multiple quota values in QUOTAROOT resonse (#1485626) 2008-12-18 12:00:06 +00:00
alecpl
7d2afc9d4a - oops, remove console call 2008-12-18 10:20:02 +00:00
alecpl
44ea3fd478 - Fix STARTTLS before AUTH in SMTP connection (#1484883) 2008-12-18 10:15:39 +00:00
alecpl
781f341b21 #1485607: fix charset setting for attachments when sending the message 2008-12-16 12:37:05 +00:00
alecpl
f50cc72cbb #1485618: fix code injection vulnerability 2008-12-12 08:02:33 +00:00
alecpl
81c7b2cd11 - comment console() call 2008-12-11 08:31:43 +00:00
alecpl
030c848b0d - Performance: allow setting imap rootdir and delimiter before connect (#1485172) 2008-12-11 08:30:00 +00:00
alecpl
4189ccf44a - comment out setcharset() use in sqlite and mssql drivers (http://cvs.php.net/viewvc.cgi/pear/MDB2/MDB2/Driver/mssql.php?r1=1.177&r2=1.178) 2008-12-03 14:48:26 +00:00
alecpl
7342d7ef8c - re-fix r2095 2008-11-28 08:53:48 +00:00
thomascube
9c314bc268 Fix call-time pass-by-reference warnings 2008-11-23 12:34:37 +00:00
alecpl
9b9f2674c8 - optimize iil_C_FetchHeaders() to use only one FETCH command 2008-11-20 20:10:03 +00:00
alecpl
300fc65a46 - Better HTML entities conversion in html2text (#1485519) 2008-11-20 10:29:34 +00:00
alecpl
322b79db06 - Speed up raw message body handling (call FETCH only once for the whole message insteade of twice for headers and body) 2008-11-20 08:46:59 +00:00
alecpl
f14ac8cefe - last change fix 2008-11-19 17:16:43 +00:00
alecpl
ceb52fe074 - Fix handling of some malformed messages (#1484438) 2008-11-19 14:33:35 +00:00
alecpl
e2e745fb4e - don't use SORT when SEARCH is better (sort field not specified) 2008-11-15 14:29:45 +00:00
alecpl
697cc52cff - fixes for status filter
- don't call search second time if first call returns empty (array) result
2008-11-14 11:18:00 +00:00
alecpl
0803fb007e - Use SORT for searching on servers with SORT capability 2008-11-12 09:28:12 +00:00
alecpl
68af648117 - Fix empty file sending (#1485389) 2008-11-06 17:50:38 +00:00
alecpl
f35a226447 #1485534: fix (multiple) PRE conversion 2008-11-03 08:01:04 +00:00
alecpl
d2993ee4db - added BYE response simple support to prevent from endless loops in imap.inc (#1483956) 2008-10-30 09:17:36 +00:00
svncommit
c9ca6ada03 added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing 2008-10-25 00:01:45 +00:00
alecpl
effc35fdbe #1485513: another MDB2 package fix in _skipDelimitedStrings() 2008-10-22 07:40:04 +00:00
alecpl
1ad39efbf4 #1485504: fix _skipDelimitedStrings() 2008-10-20 06:41:54 +00:00
alecpl
8e2a5a76d1 #1485504: applied two patches from MDB2's repository 2008-10-18 21:17:36 +00:00
alecpl
7ae46f2b1d - fixed iil_C_Sort() to support very long and/or divided responses (#1485283) 2008-10-09 09:48:10 +00:00
alecpl
2b4bae16a9 - Fix imap searching on ISMail (#1485466) 2008-10-08 13:26:42 +00:00
alecpl
f7028b2079 - small improvement: don't use implode to check array elements 2008-09-29 11:46:21 +00:00
alecpl
ffae15e5fc - Added 'mime_param_folding' option with possibility to choose
long/non-ascii attachment names encoding eg. to be readable
  in MS Outlook/OE (#1485320)
- Added "advanced options" feature in User Preferences
2008-09-29 07:38:16 +00:00
alecpl
09f19e675f - Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096) 2008-09-25 17:20:40 +00:00
alecpl
7f62581c10 - Smart Tags and NOBR tag support in html messages (#1485363, #1485327) 2008-09-17 07:47:32 +00:00
thomascube
a47acc56c6 Allow content of HTML head sections to be processes 2008-09-16 13:06:20 +00:00
alecpl
81b573d98a - Reduced memory footprint when forwarding attachments (#1485345)
- Fixed endless loop in iil_C_HandlePartBody()
- rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part()
2008-09-16 08:49:28 +00:00
alecpl
109314c7d1 - handle 'undisclosed-recipients in imap.inc 2008-09-14 09:19:29 +00:00
thomascube
c505e59a6d Respect Content-Location headers in multipart/related messages (#1484946) 2008-09-05 09:29:06 +00:00
alecpl
5ec762a085 -fixed r1733 change 2008-09-05 07:05:29 +00:00
alecpl
e8a1b7ef8f - fix: don't encode short ascii names (http://pear.php.net/bugs/bug.php?id=14232) 2008-09-05 06:53:51 +00:00
alecpl
510ca2835b - fix for \" and \\ sequences in quoted strings 2008-09-04 11:02:22 +00:00
alecpl
76265efa73 - last change fix 2008-09-02 12:47:48 +00:00
alecpl
11ef977d13 - fixed and re-enabled (RFC3501 [7.1]) CAPABILITY optional response use 2008-09-02 12:29:31 +00:00
alecpl
e7f85bd274 - applied RC's patches after html2text update 2008-08-30 12:35:36 +00:00
alecpl
8ac6fd094a - Improved HTML to TXT conversion by html2text class update to version 1.0.0 2008-08-30 11:24:39 +00:00
alecpl
7789fddb79 - oops, fixed parse error from last change 2008-08-29 08:43:17 +00:00
alecpl
7353fab316 - Added PRE handling in html2text class (#1484740) 2008-08-29 08:40:21 +00:00
alecpl
876b15dcce - Added option 'quota_zero_as_unlimited' (#1484604) 2008-08-28 18:04:19 +00:00
alecpl
d5c539942e -removed flush() calls in iil_C_HandlePartBody() to prevent from memory leak (#1485187) 2008-08-26 07:48:09 +00:00
alecpl
9e8e5fa634 - Removed support for PEAR::DB driver 2008-08-26 07:21:50 +00:00