Commit Graph

193 Commits (11526305f506245af55e8ae7ea31faec49dfd98d)

Author SHA1 Message Date
thomascube 6972ccaf31 Changed code style for better diffs 17 years ago
thomascube 21b160f38c Added TNEF support to decode MS Outlook (winmail.dat) attachments 17 years ago
alecpl 0ea8d3a08e - Fix "value continuation" MIME headers by adding required semicolon (#1485727) 17 years ago
alecpl 5801afdf3e - Fix some base64 encoded attachments handling (#1485725) 17 years ago
alecpl 487edf8c62 - Support NGINX as IMAP backend: better BAD response handling (#1485720) 17 years ago
alecpl 5c771cb25e - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706) 17 years ago
alecpl 755900cd6a - Fix html entities replacement (related to r2186) 17 years ago
thomascube 4cc74f7269 Treat 'background' attributes the same way as 'src' (another XSS vulnerability) 17 years ago
alecpl b7c1685b2d #1484467: fix problems with backslash as imap hierarchy delimiter 17 years ago
alecpl 7a229b9e33 - Improve messages display performance 17 years ago
alecpl 46b48e6d34 - fix: set default auth method to 'check' not 'plain' 17 years ago
svncommit 6710a63617 Add required parameters to raise_error() calls. 17 years ago
alecpl 4e0419b9cb #1485640: http://pear.php.net/bugs/bug.php?id=13032
#1485640: html2text: move html_entity_decode() after preg_replace()
17 years ago
alecpl 0fc97c2833 - fix internal date parsing 17 years ago
alecpl e275ce6e8d - updated bundled Net_Socket to 1.0.9 17 years ago
alecpl d78c4174ca updated bundled Net_SMTP to 1.3.1 17 years ago
alecpl b751d5609f #1485157: fix DIGEST-MD5 authentication 17 years ago
alecpl 78928070c5 - Support multiple quota values in QUOTAROOT resonse (#1485626) 17 years ago
alecpl 7d2afc9d4a - oops, remove console call 17 years ago
alecpl 44ea3fd478 - Fix STARTTLS before AUTH in SMTP connection (#1484883) 17 years ago
alecpl 781f341b21 #1485607: fix charset setting for attachments when sending the message 17 years ago
alecpl f50cc72cbb #1485618: fix code injection vulnerability 17 years ago
alecpl 81c7b2cd11 - comment console() call 17 years ago
alecpl 030c848b0d - Performance: allow setting imap rootdir and delimiter before connect (#1485172) 17 years ago
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) 17 years ago
alecpl 7342d7ef8c - re-fix r2095 17 years ago
thomascube 9c314bc268 Fix call-time pass-by-reference warnings 17 years ago
alecpl 9b9f2674c8 - optimize iil_C_FetchHeaders() to use only one FETCH command 17 years ago
alecpl 300fc65a46 - Better HTML entities conversion in html2text (#1485519) 17 years ago
alecpl 322b79db06 - Speed up raw message body handling (call FETCH only once for the whole message insteade of twice for headers and body) 17 years ago
alecpl f14ac8cefe - last change fix 17 years ago
alecpl ceb52fe074 - Fix handling of some malformed messages (#1484438) 17 years ago
alecpl e2e745fb4e - don't use SORT when SEARCH is better (sort field not specified) 17 years ago
alecpl 697cc52cff - fixes for status filter
- don't call search second time if first call returns empty (array) result
17 years ago
alecpl 0803fb007e - Use SORT for searching on servers with SORT capability 17 years ago
alecpl 68af648117 - Fix empty file sending (#1485389) 17 years ago
alecpl f35a226447 #1485534: fix (multiple) PRE conversion 17 years ago
alecpl d2993ee4db - added BYE response simple support to prevent from endless loops in imap.inc (#1483956) 17 years ago
svncommit c9ca6ada03 added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing 17 years ago
alecpl effc35fdbe #1485513: another MDB2 package fix in _skipDelimitedStrings() 17 years ago
alecpl 1ad39efbf4 #1485504: fix _skipDelimitedStrings() 17 years ago
alecpl 8e2a5a76d1 #1485504: applied two patches from MDB2's repository 17 years ago
alecpl 7ae46f2b1d - fixed iil_C_Sort() to support very long and/or divided responses (#1485283) 17 years ago
alecpl 2b4bae16a9 - Fix imap searching on ISMail (#1485466) 17 years ago
alecpl f7028b2079 - small improvement: don't use implode to check array elements 18 years ago
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
18 years ago
alecpl 09f19e675f - Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096) 18 years ago
alecpl 7f62581c10 - Smart Tags and NOBR tag support in html messages (#1485363, #1485327) 18 years ago
thomascube a47acc56c6 Allow content of HTML head sections to be processes 18 years ago
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()
18 years ago