summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_message.php
AgeCommit message (Collapse)Author
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
2009-12-03- Fix displaying nested message parts (#1486246)alec
git-svn-id: https://svn.roundcube.net/trunk@3150 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-24- allow '+' character in mimetype name (#1486239)alec
git-svn-id: https://svn.roundcube.net/trunk@3057 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-27Only allow images as 'inline' parts; list other parts as attachments if they ↵thomasb
have a valid mime type git-svn-id: https://svn.roundcube.net/trunk@2877 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-31Create plugin hook for encrypted message parts + add size property to text ↵thomasb
part in order to display it git-svn-id: https://svn.roundcube.net/trunk@2821 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-20- fix related attachments without linking to message part are not listed ↵alec
(#1485984) git-svn-id: https://svn.roundcube.net/trunk@2774 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-06- simple fix for malformed Content-Disposition (#1485965)alec
git-svn-id: https://svn.roundcube.net/trunk@2714 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-02-13- Fix replying to message with html attachment (#1485676)alec
git-svn-id: https://svn.roundcube.net/trunk@2294 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-08Added TNEF support to decode MS Outlook (winmail.dat) attachmentsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2282 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-03- Fix displaying of alternative-inside-alternative messages (#1485713)alec
git-svn-id: https://svn.roundcube.net/trunk@2270 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-08- Improve messages display performancealec
git-svn-id: https://svn.roundcube.net/trunk@2222 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-08#1485616: read content-id/content-location only for multipart/related typealec
git-svn-id: https://svn.roundcube.net/trunk@2135 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-01Insert meta content-type at top of the html head + add both content-id and ↵thomasb
content-location of related parts to replacement table git-svn-id: https://svn.roundcube.net/trunk@2106 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-15* added docblock for ctrtill
git-svn-id: https://svn.roundcube.net/trunk@2057 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵estadtherr
date parsing git-svn-id: https://svn.roundcube.net/trunk@2009 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Also list message/rfc822 parts as attachment if a filename is specifiedthomasb
git-svn-id: https://svn.roundcube.net/trunk@1837 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alec
- Fixed endless loop in iil_C_HandlePartBody() - rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part() git-svn-id: https://svn.roundcube.net/trunk@1800 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Allow application/pgp parts to be displayed (#1484753)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1743 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Respect Content-Location headers in multipart/related messages (#1484946)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1736 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-02- fixed typoalec
git-svn-id: https://svn.roundcube.net/trunk@1715 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-22Improve HTML sanitization with washtmlthomasb
git-svn-id: https://svn.roundcube.net/trunk@1603 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14Complete implementation of #1484601: add link for saving sender to address ↵thomasb
book and reload message git-svn-id: https://svn.roundcube.net/trunk@1534 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-13- Added option to display images in messages from known senders (#1484601)alec
git-svn-id: https://svn.roundcube.net/trunk@1525 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-04-typo in get_header()alec
git-svn-id: https://svn.roundcube.net/trunk@1468 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-29Replace our crappy html sanitization with the dom-based washtml script + fix ↵thomasb
inline message parts + remove old code + add some doc comments git-svn-id: https://svn.roundcube.net/trunk@1452 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomasb
from array to object git-svn-id: https://svn.roundcube.net/trunk@1400 208e9e7b-5314-0410-a742-e7e81cd9613c