Commit Graph

2129 Commits

Author SHA1 Message Date
alecpl
ce72e0125c - simplify 'utf8' class use, make rcube_charset_convert() 5x faster on systems without mbstring and iconv installed 2009-07-09 21:02:34 +00:00
alecpl
d559cba5f7 - Added 'imap_debug' option, described 'sql_debug' option in config file 2009-07-07 16:38:31 +00:00
alecpl
72cd3c1a76 - Support %h variable in 'smtp_server' option (#1485766) 2009-07-07 08:36:42 +00:00
alecpl
2818f8e9ed - Show SMTP errors in browser (#1485927) 2009-07-06 09:13:10 +00:00
alecpl
f7fff8f682 - Allow WBR tag in HTML message (#1485960) 2009-07-03 18:36:09 +00:00
alecpl
11b80e9e33 - Fix empty Date header issue (#1485923) + some cleanups 2009-06-21 10:03:42 +00:00
alecpl
2dbc2d787a - typo (#1485933) 2009-06-20 06:55:17 +00:00
alecpl
14f1c0fce2 - grrrr, typo again 2009-06-17 10:10:31 +00:00
alecpl
2e7ab6c5e1 - typo 2009-06-17 10:04:30 +00:00
alecpl
93c0be2e5a - Fixed filename encoding according to RFC2231 (#1485875) 2009-06-17 07:49:44 +00:00
alecpl
2dd7ee346f - Fixed many 'skip_deleted' issues (#1485634)
- Fixed messages list sorting on servers without SORT capability
- some preformance improvements
2009-06-10 12:07:55 +00:00
alecpl
07f0b94338 - fix FETCH reply parsing (#1485891) 2009-06-02 18:12:36 +00:00
alecpl
a36cf6d237 - PHP-5.3 compat. fix (#1485880) 2009-06-01 17:03:29 +00:00
alecpl
0eeee63413 - fix too many debug info ;) 2009-05-29 12:19:59 +00:00
alecpl
6bc59a726c - re-fix #1485884 2009-05-29 12:08:58 +00:00
alecpl
2ff8af15a4 - Fixed problem with double quote at the end of folder name (#1485884) 2009-05-29 09:12:10 +00:00
alecpl
8234b4c6bc - Support UID EXPUNGE: remove only moved/deleted messages 2009-05-26 08:50:10 +00:00
alecpl
eebfa5ed0b - small LF fix in quoted-printable convertion 2009-05-25 11:34:51 +00:00
alecpl
aa320ede4b - handle startup response (#1484853) 2009-05-22 10:45:01 +00:00
alecpl
2de7d74c2b - remove not used icl_commons.inc file 2009-05-20 09:03:14 +00:00
alecpl
b31a0af1f4 - fix uudecode (skip "begin XXX filename" header) 2009-05-14 06:39:10 +00:00
alecpl
6748044273 - handle one convert_uudecode() warning 2009-05-13 10:07:38 +00:00
alecpl
1c5be6f792 - Support UUencode content encoding (#1485839) 2009-05-13 07:09:49 +00:00
alecpl
4769ead5e8 - prevent infinite loop on imap error in iil_C_HandlePartBody() 2009-05-10 08:37:11 +00:00
alecpl
db5abc6c21 - ereg -> preg 2009-05-04 08:03:48 +00:00
alecpl
2f7405e3ce - use preg_* instead of ereg* + removed caching functions 2009-05-04 07:53:01 +00:00
alecpl
aeed58d5af - Use UID STORE/COPY commands 2009-05-02 19:19:39 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
f86e8f5faa - Support STARTTLS in IMAP connection (#1485284) 2009-04-14 07:35:12 +00:00
alecpl
157fcb81ea - re-fix last commmit 2009-04-08 06:30:14 +00:00
alecpl
803b1b7e34 - Fix opening attachment marks message as read (#1485803) 2009-04-08 06:21:43 +00:00
alecpl
5a3f5852aa - Fix compose window doesn't fit 1024x768 window (#1485396) 2009-04-05 09:48:07 +00:00
alecpl
dadb05b0af - Fix TNEF implementation bug (#1485773) 2009-03-27 15:22:43 +00:00
alecpl
200b162b1d - Fix 'mode' parameter in sqlite DSN (#1485772) 2009-03-11 12:44:33 +00:00
alecpl
55c2a4e23e - Fix FETCH result parsing for servers returning flags at the end of result (#1485763) 2009-03-06 09:12:41 +00:00
alecpl
25f779d2e9 - Fix errors handling in IMAP command continuations (#1485762) 2009-03-06 07:31:30 +00:00
thomascube
6972ccaf31 Changed code style for better diffs 2009-02-27 10:56:45 +00:00
thomascube
21b160f38c Added TNEF support to decode MS Outlook (winmail.dat) attachments 2009-02-08 20:38:54 +00:00
alecpl
0ea8d3a08e - Fix "value continuation" MIME headers by adding required semicolon (#1485727) 2009-02-08 17:05:23 +00:00
alecpl
5801afdf3e - Fix some base64 encoded attachments handling (#1485725) 2009-02-06 19:04:45 +00:00
alecpl
487edf8c62 - Support NGINX as IMAP backend: better BAD response handling (#1485720) 2009-02-05 17:43:54 +00:00
alecpl
5c771cb25e - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706) 2009-01-28 10:52:02 +00:00
alecpl
755900cd6a - Fix html entities replacement (related to r2186) 2009-01-21 07:55:09 +00:00
thomascube
4cc74f7269 Treat 'background' attributes the same way as 'src' (another XSS vulnerability) 2009-01-20 16:28:33 +00:00
alecpl
b7c1685b2d #1484467: fix problems with backslash as imap hierarchy delimiter 2009-01-18 10:58:32 +00:00
alecpl
7a229b9e33 - Improve messages display performance 2009-01-08 12:40:18 +00:00
alecpl
46b48e6d34 - fix: set default auth method to 'check' not 'plain' 2009-01-07 18:29:48 +00:00
svncommit
6710a63617 Add required parameters to raise_error() calls. 2009-01-05 10:13:08 +00:00
alecpl
4e0419b9cb #1485640: http://pear.php.net/bugs/bug.php?id=13032
#1485640: html2text: move html_entity_decode() after preg_replace()
2008-12-22 18:27:25 +00:00
alecpl
0fc97c2833 - fix internal date parsing 2008-12-22 07:56:12 +00:00