summaryrefslogtreecommitdiff
path: root/program/lib
AgeCommit message (Expand)Author
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-03- Don't allow short form of empty <strong> tagalecpl
2010-07-29- Mail-Mime-1.8.0alecpl
2010-06-23- Improve parsing of styled empty tags in HTML messages (#1486812)alecpl
2010-06-22- Fix regular expression for HTML entitiesalecpl
2010-06-15- Fix attachment filenames broken with TNEF decoder using long filenames (#14...alecpl
2010-06-07- Fix RFC2397 handling in wash_style()alecpl
2010-06-03- Add line-break in place of <DIV> tag (#1486666)alecpl
2010-05-27- support base URL for inline imagesalecpl
2010-05-22- Add support for data URI scheme [RFC2397] (#1486740)alecpl
2010-05-21Fix double-addition of e-mail domain to content ID in HTML imagessvncommit
2010-05-19- Fix infinite loop when connection to DB fails using sqlsrv driver (#1486744)alecpl
2010-04-21- fix <span>0</span> (#1486645)alecpl
2010-04-12- Fix regression in disposition-notification (#1486623)alecpl
2010-04-01- create rcube_mime_struct class on Iloha's MIME (mime.inc) basisalecpl
2010-03-26- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)alecpl
2010-03-25- Added possibility to select all messages in a folder (#1484756)alecpl
2010-03-24- last commit fix: use reference in iil_C_ClearCapability(), probably not nee...alecpl
2010-03-24- Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750)alecpl
2010-03-24- small backend cleanup + support for operations on ALL messages in a folderalecpl
2010-03-23- Mail_Mime-1.6.2alecpl
2010-03-18- Improved performance of folders operations (#1486525) + code cleanupsalecpl
2010-03-18- Handle 'false' result from iil_C_* functions (#1486511)alecpl
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomascube
2010-03-12- Merge changes from MDB2's trunkalecpl
2010-03-11Save draft information in one header; finally fixes #1486203thomascube
2010-03-08- Mail_Mime 1.6.1alecpl
2010-03-08- Net_SMTP 1.4.2 with fix for #1486537alecpl
2010-03-04- fix syntax error (#1486533)alecpl
2010-03-04Flag original messages after sending a draft (#1486203)thomascube
2010-03-02New recent check based on UIDsthomascube
2010-02-28- Fix invalid font tags which cause HTML message rendering problems (#1486521)alecpl
2010-02-25- Fix encoding of Return-Receipt-To and Disposition-Notification-To headers (...alecpl
2010-02-20Another PHP 5.3 compatibility fix (similar to r2591)thomascube
2010-02-09- Fix attachment excessive memory use, support messages of any size (#1484660)alecpl
2010-02-04- Fix sorting by date of messages without date header on servers without SORT...alecpl
2010-01-26- Add support for MDB2's 'sqlsrv' driver (#1486395)alecpl
2010-01-25- Mail_MIME updatealecpl
2010-01-25- Net_SMTP 1.4.1alecpl
2010-01-20- Fix incompatybility with suhosin.executor.disable_emodifier (#1486321)alecpl
2010-01-19- Use PLAIN auth when CRAM fails and imap_auth_type='check' (#1486371)alecpl
2010-01-12- Fix to-text converting of HTML entities inside b/strong/th/hX tags (#1486422)alecpl
2009-12-23- Improved handling of message parts of type message/rfc822 (fixed e.g. inlin...alecpl
2009-12-21- remove Mail_MimeDecode package - we doesn't use italecpl
2009-12-03- Net_SMTP 1.3.4alecpl
2009-12-03- added feof() checks before fgets/freadalecpl
2009-11-26- code cleanup (mostly whitespaces)alecpl
2009-11-03- fix empty A tag handling (#1486272)alecpl
2009-11-02- Don't cut off attachment names when using non-RFC2231 encoding (#1485515)alecpl
2009-11-02- Fix imap_auth_type regression (#1486263)alecpl