summaryrefslogtreecommitdiff
path: root/program/lib
AgeCommit message (Collapse)Author
2009-03-06- Fix FETCH result parsing for servers returning flags at the end of result ↵alecpl
(#1485763)
2009-03-06- Fix errors handling in IMAP command continuations (#1485762)alecpl
2009-02-27Changed code style for better diffsthomascube
2009-02-08Added TNEF support to decode MS Outlook (winmail.dat) attachmentsthomascube
2009-02-08- Fix "value continuation" MIME headers by adding required semicolon (#1485727)alecpl
2009-02-06- Fix some base64 encoded attachments handling (#1485725)alecpl
2009-02-05- Support NGINX as IMAP backend: better BAD response handling (#1485720)alecpl
2009-01-28- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)alecpl
2009-01-21- Fix html entities replacement (related to r2186)alecpl
2009-01-20Treat 'background' attributes the same way as 'src' (another XSS vulnerability)thomascube
2009-01-18#1484467: fix problems with backslash as imap hierarchy delimiteralecpl
2009-01-08- Improve messages display performancealecpl
2009-01-07- fix: set default auth method to 'check' not 'plain'alecpl
2009-01-05Add required parameters to raise_error() calls.svncommit
2008-12-22#1485640: http://pear.php.net/bugs/bug.php?id=13032alecpl
#1485640: html2text: move html_entity_decode() after preg_replace()
2008-12-22- fix internal date parsingalecpl
2008-12-18- updated bundled Net_Socket to 1.0.9alecpl
2008-12-18updated bundled Net_SMTP to 1.3.1alecpl
2008-12-18#1485157: fix DIGEST-MD5 authenticationalecpl
2008-12-18- Support multiple quota values in QUOTAROOT resonse (#1485626)alecpl
2008-12-18- oops, remove console callalecpl
2008-12-18- Fix STARTTLS before AUTH in SMTP connection (#1484883)alecpl
2008-12-16#1485607: fix charset setting for attachments when sending the messagealecpl
2008-12-12#1485618: fix code injection vulnerabilityalecpl
2008-12-11- comment console() callalecpl
2008-12-11- Performance: allow setting imap rootdir and delimiter before connect ↵alecpl
(#1485172)
2008-12-03- comment out setcharset() use in sqlite and mssql drivers ↵alecpl
(http://cvs.php.net/viewvc.cgi/pear/MDB2/MDB2/Driver/mssql.php?r1=1.177&r2=1.178)
2008-11-28- re-fix r2095alecpl
2008-11-23Fix call-time pass-by-reference warningsthomascube
2008-11-20- optimize iil_C_FetchHeaders() to use only one FETCH commandalecpl
2008-11-20- Better HTML entities conversion in html2text (#1485519)alecpl
2008-11-20- Speed up raw message body handling (call FETCH only once for the whole ↵alecpl
message insteade of twice for headers and body)
2008-11-19- last change fixalecpl
2008-11-19- Fix handling of some malformed messages (#1484438)alecpl
2008-11-15- don't use SORT when SEARCH is better (sort field not specified)alecpl
2008-11-14- fixes for status filteralecpl
- don't call search second time if first call returns empty (array) result
2008-11-12- Use SORT for searching on servers with SORT capabilityalecpl
2008-11-06- Fix empty file sending (#1485389)alecpl
2008-11-03#1485534: fix (multiple) PRE conversionalecpl
2008-10-30- added BYE response simple support to prevent from endless loops in ↵alecpl
imap.inc (#1483956)
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵svncommit
date parsing
2008-10-22#1485513: another MDB2 package fix in _skipDelimitedStrings()alecpl
2008-10-20#1485504: fix _skipDelimitedStrings()alecpl
2008-10-18#1485504: applied two patches from MDB2's repositoryalecpl
2008-10-09- fixed iil_C_Sort() to support very long and/or divided responses (#1485283)alecpl
2008-10-08- Fix imap searching on ISMail (#1485466)alecpl
2008-09-29- small improvement: don't use implode to check array elementsalecpl
2008-09-29- Added 'mime_param_folding' option with possibility to choosealecpl
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences
2008-09-25- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)alecpl
2008-09-17- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)alecpl