summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_message.php
AgeCommit message (Collapse)Author
2012-04-16- Replace some references to rcmail with rcubealec
git-svn-id: https://svn.roundcube.net/trunk@6092 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-13- Add 3rd argument to rcube_message::get_part_content() to skip charset ↵alec
conversion git-svn-id: https://svn.roundcube.net/trunk@6074 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-13- Merge devel-framework branch, resolved conflictsalec
git-svn-id: https://svn.roundcube.net/trunk@6073 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-27Map renamed methods for backwards compatibilitythomasb
git-svn-id: https://svn.roundcube.net/trunk@5917 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-08- Fix issue where some text from original message was missing on reply ↵alec
(#1488340) git-svn-id: https://svn.roundcube.net/trunk@5864 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-25Add lib for server side mime parsing (to be used by non-imap storage ↵thomasb
backends or as fallback if imap server doesn't provide a proper structure) git-svn-id: https://svn.roundcube.net/trunk@5823 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@5781 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-05- Exclude MIME functionality from rcube_imap class into rcube_mime classalec
git-svn-id: https://svn.roundcube.net/trunk@5716 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5509 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-27Fix inline display of image attachmentsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5371 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21- Fix lost info for encrypted messagesalec
git-svn-id: https://svn.roundcube.net/trunk@5257 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Fix displaying multipart/alternative messages with only one part (#1487938)alec
git-svn-id: https://svn.roundcube.net/trunk@5191 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alec
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method git-svn-id: https://svn.roundcube.net/trunk@5190 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-30- Fix handling of attachments inside message/rfc822 parts (#1488026)alec
git-svn-id: https://svn.roundcube.net/trunk@5149 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-08- Improve space-stuffing handling in format=flowed messages (#1487861) alec
git-svn-id: https://svn.roundcube.net/trunk@4636 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-09- Fix handling of attachments with invalid content type (#1487767)alec
git-svn-id: https://svn.roundcube.net/trunk@4515 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-04- Small code improvements related to r4487alec
git-svn-id: https://svn.roundcube.net/trunk@4491 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-03- Fix handling of non-image attachments in multipart/related messages ↵alec
(#1487750) git-svn-id: https://svn.roundcube.net/trunk@4487 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-29- Fix attachments of type message/rfc822 are not listed on attachments listalec
git-svn-id: https://svn.roundcube.net/trunk@4288 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-26- Add workaround for MSOE's multipart/related messages with non-related ↵alec
attachments git-svn-id: https://svn.roundcube.net/trunk@4274 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Fix handling of attachments when Content-Disposition is not inline nor ↵alec
attachment (#1487051) git-svn-id: https://svn.roundcube.net/trunk@4116 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Fix content-type name regexp according to RFC4288.4.2alec
git-svn-id: https://svn.roundcube.net/trunk@4114 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Allow underline in content-type name, per comments in #1487051alec
git-svn-id: https://svn.roundcube.net/trunk@4112 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alec
git-svn-id: https://svn.roundcube.net/trunk@4059 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Make htmleditor option behaviour consistent, add option to use HTML on ↵alec
reply to HTML message (#1485840) git-svn-id: https://svn.roundcube.net/trunk@4054 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Minimize FETCH response for messages listing (when caching is disabled)alec
git-svn-id: https://svn.roundcube.net/trunk@4035 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Add Reply-to-List feature (#1484252)alec
- Add Mail-Followup-To/Mail-Reply-To support (#1485547) git-svn-id: https://svn.roundcube.net/trunk@4032 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Update phpdoc (#1486958)alec
git-svn-id: https://svn.roundcube.net/trunk@4015 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Fix format=flowed: don't space-stuff empty lines (#1487018)alec
git-svn-id: https://svn.roundcube.net/trunk@3999 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-14- small fix for format=flowed parsingalec
git-svn-id: https://svn.roundcube.net/trunk@3964 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-14- Fix format=flowed handling (#1486989) + small improvements in plain ↵alec
messages parsing git-svn-id: https://svn.roundcube.net/trunk@3962 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-10- Don't trim spaces from the end of line when converting to format=flowedalec
git-svn-id: https://svn.roundcube.net/trunk@3959 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-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-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-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-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-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-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-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- 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-04-23- Fix listing of attachments of some types e.g. "x-epoc/x-sisx-app" (#1486653)alec
git-svn-id: https://svn.roundcube.net/trunk@3557 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-18- fix $Id$ keywordalec
git-svn-id: https://svn.roundcube.net/trunk@3212 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-23- Improved handling of message parts of type message/rfc822 (fixed e.g. ↵alec
inline images in multipart/alternative messages attached as message/rfc822) git-svn-id: https://svn.roundcube.net/trunk@3186 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-04- added commentalec
git-svn-id: https://svn.roundcube.net/trunk@3159 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-04- fix r3150 (better detection that message/rfc822 should be displayed as ↵alec
message/aternative) git-svn-id: https://svn.roundcube.net/trunk@3158 208e9e7b-5314-0410-a742-e7e81cd9613c