summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
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
2010-06-04- Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH responsealec
git-svn-id: https://svn.roundcube.net/trunk@3711 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- Fix: don't call FETCH when THREADS returns empty resultalec
git-svn-id: https://svn.roundcube.net/trunk@3709 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)alec
git-svn-id: https://svn.roundcube.net/trunk@3701 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03Allow plugins to register their own tasksthomasb
git-svn-id: https://svn.roundcube.net/trunk@3700 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-02- Performance improvement in add_to_group()alec
git-svn-id: https://svn.roundcube.net/trunk@3698 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-28- Add 'imap_timeout' option (#1486760)alec
git-svn-id: https://svn.roundcube.net/trunk@3684 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-28- Fix forwarding of messages with winmail attachmentsalec
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message - Fix handling of uuencoded attachments in message body (#1485839) - Extend rc_mime_content_type() to work with string buffer git-svn-id: https://svn.roundcube.net/trunk@3680 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26- Redesigned how rcube_contacts handles table namesalec
git-svn-id: https://svn.roundcube.net/trunk@3670 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26Allow derived classes of rcube_contacts to override table and sequence namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@3668 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26- Fix raise_error() in Installer (#1486756)alec
git-svn-id: https://svn.roundcube.net/trunk@3666 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26- fix error message on SMTP oversize error (#1486754)alec
git-svn-id: https://svn.roundcube.net/trunk@3665 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-22- Added list_mailboxes hook in rcube_imap::list_unsubscribed() (#1486668)alec
git-svn-id: https://svn.roundcube.net/trunk@3653 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-21Bump trunk versionthomasb
git-svn-id: https://svn.roundcube.net/trunk@3649 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20Don't wrap quoted lines at allthomasb
git-svn-id: https://svn.roundcube.net/trunk@3645 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20Display and send messages with format=flowed (#1484370), fixes word wrapping ↵thomasb
issues (#1486543) git-svn-id: https://svn.roundcube.net/trunk@3644 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20- remove html2text hack from autoloader (don't need it anymore)alec
git-svn-id: https://svn.roundcube.net/trunk@3643 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20- Moved error.inc to /utilsalec
- Removed bugs.inc (content copied into main.inc) git-svn-id: https://svn.roundcube.net/trunk@3641 208e9e7b-5314-0410-a742-e7e81cd9613c