summaryrefslogtreecommitdiff
path: root/roundcubemail/program/lib
AgeCommit message (Collapse)Author
2009-09-09- fix bug in r2929 commit (#1486107)alec
git-svn-id: https://svn.roundcube.net/trunk@2938 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-07- Fix roundcube hangs on empty inbox with bincimapd (#1486093)alec
git-svn-id: https://svn.roundcube.net/trunk@2929 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-05- Fix wrong headers for IE on servers without $_SERVER['HTTPS'] (#1485926)alec
- Force IE style headers for attachments in non-HTTPS session, 'use_https' option (#1485655) git-svn-id: https://svn.roundcube.net/trunk@2927 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-01- fix displaying attachments with backslash in filename (#1486076)alec
git-svn-id: https://svn.roundcube.net/trunk@2902 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-01- fix r2883 change (server command continuation response could be "+ ↵alec
Something..." not only "+ OK") git-svn-id: https://svn.roundcube.net/trunk@2897 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-28- Fix endless loop on error response for APPEND command (#1486060)alec
git-svn-id: https://svn.roundcube.net/trunk@2883 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-27- Fix Date sorting problem with Courier IMAP server (#1486065)alec
git-svn-id: https://svn.roundcube.net/trunk@2879 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-19Added # to washtml's regex for safe links (some list digests have tables of ↵ksteinhoff
contents that use internal links). git-svn-id: https://svn.roundcube.net/trunk@2863 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-06- Updated PEAR::Auth_SASL to 1.0.3 versionalec
git-svn-id: https://svn.roundcube.net/trunk@2841 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-02- Add rcube_imap::unset_flag (#1486017)alec
git-svn-id: https://svn.roundcube.net/trunk@2826 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-31better solution for HTML washing encoding issueestadtherr
git-svn-id: https://svn.roundcube.net/trunk@2816 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-30- Fix endless loop in iil_C_Login() with Courier IMAP (#1486010)alec
git-svn-id: https://svn.roundcube.net/trunk@2814 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-30fix washing of HTML encoded in something other than UTF-8estadtherr
git-svn-id: https://svn.roundcube.net/trunk@2810 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-28- Fix displaying of HTML messages with unknown/malformed tags (#1486003)alec
- Some other changes for styled HTML display git-svn-id: https://svn.roundcube.net/trunk@2802 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-17- Fix HTML messages output with empty block elements (#1485974)alec
git-svn-id: https://svn.roundcube.net/trunk@2759 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-14- fix debug output from iil_C_Append() + some more connection errors handlersalec
git-svn-id: https://svn.roundcube.net/trunk@2749 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-14- update PEAR::Net_SMTP to 1.3.3 versionalec
git-svn-id: https://svn.roundcube.net/trunk@2748 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-12- small code improvements + possible bugs fixesalec
git-svn-id: https://svn.roundcube.net/trunk@2740 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-11- small code improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@2739 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-11- few fixes for last commitsalec
git-svn-id: https://svn.roundcube.net/trunk@2738 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-11- Performance improvements by use UID commands (#1485690)alec
git-svn-id: https://svn.roundcube.net/trunk@2735 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-09- simplify 'utf8' class use, make rcube_charset_convert() 5x faster on ↵alec
systems without mbstring and iconv installed git-svn-id: https://svn.roundcube.net/trunk@2729 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-07- Added 'imap_debug' option, described 'sql_debug' option in config filealec
git-svn-id: https://svn.roundcube.net/trunk@2719 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-07- Support %h variable in 'smtp_server' option (#1485766)alec
git-svn-id: https://svn.roundcube.net/trunk@2717 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-06- Show SMTP errors in browser (#1485927)alec
git-svn-id: https://svn.roundcube.net/trunk@2713 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-03- Allow WBR tag in HTML message (#1485960)alec
git-svn-id: https://svn.roundcube.net/trunk@2708 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-21- Fix empty Date header issue (#1485923) + some cleanupsalec
git-svn-id: https://svn.roundcube.net/trunk@2671 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-20- typo (#1485933)alec
git-svn-id: https://svn.roundcube.net/trunk@2663 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-17- grrrr, typo againalec
git-svn-id: https://svn.roundcube.net/trunk@2650 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-17- typoalec
git-svn-id: https://svn.roundcube.net/trunk@2649 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-17- Fixed filename encoding according to RFC2231 (#1485875)alec
git-svn-id: https://svn.roundcube.net/trunk@2648 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-10- Fixed many 'skip_deleted' issues (#1485634)alec
- Fixed messages list sorting on servers without SORT capability - some preformance improvements git-svn-id: https://svn.roundcube.net/trunk@2629 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-02- fix FETCH reply parsing (#1485891)alec
git-svn-id: https://svn.roundcube.net/trunk@2593 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-01- PHP-5.3 compat. fix (#1485880)alec
git-svn-id: https://svn.roundcube.net/trunk@2591 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-29- fix too many debug info ;)alec
git-svn-id: https://svn.roundcube.net/trunk@2570 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-29- re-fix #1485884alec
git-svn-id: https://svn.roundcube.net/trunk@2569 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-29- Fixed problem with double quote at the end of folder name (#1485884)alec
git-svn-id: https://svn.roundcube.net/trunk@2563 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-26- Support UID EXPUNGE: remove only moved/deleted messagesalec
git-svn-id: https://svn.roundcube.net/trunk@2540 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-25- small LF fix in quoted-printable convertionalec
git-svn-id: https://svn.roundcube.net/trunk@2533 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-22- handle startup response (#1484853)alec
git-svn-id: https://svn.roundcube.net/trunk@2521 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-20- remove not used icl_commons.inc filealec
git-svn-id: https://svn.roundcube.net/trunk@2504 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-14- fix uudecode (skip "begin XXX filename" header)alec
git-svn-id: https://svn.roundcube.net/trunk@2475 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-13- handle one convert_uudecode() warningalec
git-svn-id: https://svn.roundcube.net/trunk@2473 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-13- Support UUencode content encoding (#1485839)alec
git-svn-id: https://svn.roundcube.net/trunk@2471 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-10- prevent infinite loop on imap error in iil_C_HandlePartBody()alec
git-svn-id: https://svn.roundcube.net/trunk@2464 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-04- ereg -> pregalec
git-svn-id: https://svn.roundcube.net/trunk@2452 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-04- use preg_* instead of ereg* + removed caching functions alec
git-svn-id: https://svn.roundcube.net/trunk@2451 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-02- Use UID STORE/COPY commandsalec
git-svn-id: https://svn.roundcube.net/trunk@2448 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-14- Support STARTTLS in IMAP connection (#1485284)alec
git-svn-id: https://svn.roundcube.net/trunk@2388 208e9e7b-5314-0410-a742-e7e81cd9613c