summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
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
2010-05-20- Fix message/rfc822 attachments containing only attachments are not parsed ↵alec
properly (#1486743) git-svn-id: https://svn.roundcube.net/trunk@3639 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-19- Fix %00 character in winmail.dat attachments names (#1486738)alec
git-svn-id: https://svn.roundcube.net/trunk@3634 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-19- Fix in timezone setting (#1486183)alec
git-svn-id: https://svn.roundcube.net/trunk@3633 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-19- Fix handling errors of folder deletion (#1486705)alec
git-svn-id: https://svn.roundcube.net/trunk@3632 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Fix typo in last commitalec
git-svn-id: https://svn.roundcube.net/trunk@3630 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Parse untagged CAPABILITY response for LOGIN command (#1486742)alec
git-svn-id: https://svn.roundcube.net/trunk@3629 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalec
git-svn-id: https://svn.roundcube.net/trunk@3627 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-13- remove debug codealec
git-svn-id: https://svn.roundcube.net/trunk@3615 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-13- Extend contact groups support (#1486682) alec
git-svn-id: https://svn.roundcube.net/trunk@3614 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-12- Fix check-recent action issues and performance (#1486526)alec
- Fix messages order after checking for recent (#1484664) - Fix messages copying - Reset check-recent interval after check-recent by hand git-svn-id: https://svn.roundcube.net/trunk@3612 208e9e7b-5314-0410-a742-e7e81cd9613c