summaryrefslogtreecommitdiff
path: root/program/include/rcube_message.php
AgeCommit message (Collapse)Author
2009-07-20- fix related attachments without linking to message part are not listed ↵alecpl
(#1485984)
2009-07-06- simple fix for malformed Content-Disposition (#1485965)alecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomascube
sample plugins)
2009-02-13- Fix replying to message with html attachment (#1485676)alecpl
2009-02-08Added TNEF support to decode MS Outlook (winmail.dat) attachmentsthomascube
2009-02-03- Fix displaying of alternative-inside-alternative messages (#1485713)alecpl
2009-01-17* bumping up copyright (happy new year ;-))till
2009-01-08- Improve messages display performancealecpl
2008-12-08#1485616: read content-id/content-location only for multipart/related typealecpl
2008-12-01Insert meta content-type at top of the html head + add both content-id and ↵thomascube
content-location of related parts to replacement table
2008-11-15* added docblock for ctrtill
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵svncommit
date parsing
2008-09-18Also list message/rfc822 parts as attachment if a filename is specifiedthomascube
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alecpl
- Fixed endless loop in iil_C_HandlePartBody() - rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part()
2008-09-05Allow application/pgp parts to be displayed (#1484753)thomascube
2008-09-05Respect Content-Location headers in multipart/related messages (#1484946)thomascube
2008-09-02- fixed typoalecpl
2008-07-22Improve HTML sanitization with washtmlthomascube
2008-06-14Complete implementation of #1484601: add link for saving sender to address ↵thomascube
book and reload message
2008-06-13- Added option to display images in messages from known senders (#1484601)alecpl
2008-06-04-typo in get_header()alecpl
2008-05-29Replace our crappy html sanitization with the dom-based washtml script + fix ↵thomascube
inline message parts + remove old code + add some doc comments
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomascube
from array to object