summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2010-08-25- Fix SMTP test in Installer (#1486952)alec
git-svn-id: https://svn.roundcube.net/trunk@3906 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-23- Don't add date to log when using syslogalec
git-svn-id: https://svn.roundcube.net/trunk@3901 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-12- add message_part_structure hook also for text parts of mixed messagesalec
git-svn-id: https://svn.roundcube.net/trunk@3892 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-10- Improve email regexp in mailto: links handler (#1486808)alec
git-svn-id: https://svn.roundcube.net/trunk@3888 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-09- Removed /i from regexpalec
git-svn-id: https://svn.roundcube.net/trunk@3886 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-09- Improve handling of single-part messages with bogus BODYSTRUCTURE (#1486898)alec
git-svn-id: https://svn.roundcube.net/trunk@3885 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-09- Rename hooks: contact_save -> contact_update, identity_save -> ↵alec
identity_update, delete_identity -> identity_delete - Print warning to the log about deprecated hook names usage git-svn-id: https://svn.roundcube.net/trunk@3883 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-08- Small improvement in SELECT response parsingalec
git-svn-id: https://svn.roundcube.net/trunk@3882 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-08- Improved performance of LIST/LSUB response parsingalec
git-svn-id: https://svn.roundcube.net/trunk@3881 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-07Fix unit tests + update versionthomasb
git-svn-id: https://svn.roundcube.net/trunk@3879 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-06- Fix strpos() usage (#1486458)alec
git-svn-id: https://svn.roundcube.net/trunk@3875 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-06- Add 'language' parameter in 'user_create' hook (#1486896)alec
git-svn-id: https://svn.roundcube.net/trunk@3874 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-06- Last commit fixalec
git-svn-id: https://svn.roundcube.net/trunk@3873 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-06- Replace message_part_encrypted hook with more generic message_part_structurealec
git-svn-id: https://svn.roundcube.net/trunk@3872 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-05- Fix: rcube_user::get_username() doesn't take mail_domain setting into ↵alec
account (#1486895) git-svn-id: https://svn.roundcube.net/trunk@3870 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-04- Replace chop() with rtrim(), small improvements in fetchHeaders()alec
git-svn-id: https://svn.roundcube.net/trunk@3866 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-04- Support vCards without or with an empty FNalec
git-svn-id: https://svn.roundcube.net/trunk@3863 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-30- Performance fix: Determine real mimetype of message/rfc822 part from ↵alec
bodystructure instead of fetched headers git-svn-id: https://svn.roundcube.net/trunk@3843 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-30- Fix message structure parsing when it lacks optional fields (#1486881)alec
git-svn-id: https://svn.roundcube.net/trunk@3842 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alec
list (old names are supported without errors nor warnings) git-svn-id: https://svn.roundcube.net/trunk@3840 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-28- Fix performance in array_keys_recursive()alec
git-svn-id: https://svn.roundcube.net/trunk@3833 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-28- Fix performance of threads parsingalec
git-svn-id: https://svn.roundcube.net/trunk@3832 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-26- Support HTTP_X_FORWARDED_PROTO header for HTTPS detecting (#1486866)alec
git-svn-id: https://svn.roundcube.net/trunk@3828 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-26- Fix double slash in plugin directory path (#1486872)alec
git-svn-id: https://svn.roundcube.net/trunk@3827 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-21Fix default IMAP port configuration (#1486864)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3819 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-08- Fix opening attachments on IE (#1486829)alec
git-svn-id: https://svn.roundcube.net/trunk@3812 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-30- Fix handling of messages with Content-Type: application/* and no filename ↵alec
(#1484050) git-svn-id: https://svn.roundcube.net/trunk@3795 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-20- Extended rcube_user::get_username (#1486707)alec
git-svn-id: https://svn.roundcube.net/trunk@3774 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-20- Add %dc variable support in base_dn/bind_dn config (#1486779)alec
git-svn-id: https://svn.roundcube.net/trunk@3773 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-19- Fix dot-atom expression in e-mail validation regexp (#1486808)alec
git-svn-id: https://svn.roundcube.net/trunk@3772 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-18Strip comments in css string + don't set font color to tagsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3760 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-17- Fix no-cache headers on https to prevent content caching by proxies (#1486798)alec
git-svn-id: https://svn.roundcube.net/trunk@3756 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-15- Fix attachment filenames broken with TNEF decoder using long filenames ↵alec
(#1486795) - Use tnef_decoder class from Horde git-svn-id: https://svn.roundcube.net/trunk@3752 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-10- Remove BOM (#1486785)alec
git-svn-id: https://svn.roundcube.net/trunk@3742 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-09 - Sanitize CSS universal selector from e-mails. Without this fix any ↵netbit
message can play with the CSS from entire mail window or mail preview frame. Test case: <style type="text/css">*{ background: #000; }</style> git-svn-id: https://svn.roundcube.net/trunk@3740 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-09- some improvements + added splitter in Identitiesalec
git-svn-id: https://svn.roundcube.net/trunk@3734 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-09- remove some debug codealec
git-svn-id: https://svn.roundcube.net/trunk@3731 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-09- Reverted r3725 changealec
git-svn-id: https://svn.roundcube.net/trunk@3730 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-08Bring back some previously removed linesthomasb
git-svn-id: https://svn.roundcube.net/trunk@3729 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-08Unify directory/mailbox list actionsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3728 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-08- Add real SMTP error description to displayed error messages (#1485927)alec
git-svn-id: https://svn.roundcube.net/trunk@3727 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-08- Fix some IMAP errors handling when opening the message (#1485443)alec
git-svn-id: https://svn.roundcube.net/trunk@3726 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-07- fix for initial capability responsealec
git-svn-id: https://svn.roundcube.net/trunk@3725 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-07- support dynamic hostname variables in 'username_domain' optionalec
git-svn-id: https://svn.roundcube.net/trunk@3724 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- fix parsing bodystructure of messages with "Content-Type: ↵alec
multipart/related; type=multipart/alternative" git-svn-id: https://svn.roundcube.net/trunk@3718 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- Fix related parts aren't displayed when got mimetype other than image/* ↵alec
(#1486432) git-svn-id: https://svn.roundcube.net/trunk@3716 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- Fix handling very long THREAD responsesalec
git-svn-id: https://svn.roundcube.net/trunk@3714 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- performance improvement: we can skip THREAD when folder is emptyalec
git-svn-id: https://svn.roundcube.net/trunk@3713 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- performance improvement: skip SEARCH command when mailbox is empty and ↵alec
SEARCH is called just after SELECT git-svn-id: https://svn.roundcube.net/trunk@3712 208e9e7b-5314-0410-a742-e7e81cd9613c