Commit Graph

65 Commits (71f72f928b2e637471268416131841b4ddca2bd0)

Author SHA1 Message Date
alecpl 9e8a1756b7 #1485616: read content-id/content-location only for multipart/related type 16 years ago
thomascube ffbf910df9 Insert meta content-type at top of the html head + add both content-id and content-location of related parts to replacement table 16 years ago
till 193fb42fa1 * added docblock for ctr 16 years ago
svncommit c9ca6ada03 added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing 16 years ago
thomascube ae579cee86 Also list message/rfc822 parts as attachment if a filename is specified 16 years ago
alecpl 81b573d98a - Reduced memory footprint when forwarding attachments (#1485345)
- Fixed endless loop in iil_C_HandlePartBody()
- rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part()
16 years ago
thomascube 6695db83ca Allow application/pgp parts to be displayed (#1484753) 16 years ago
thomascube c505e59a6d Respect Content-Location headers in multipart/related messages (#1484946) 16 years ago
alecpl 82bac871fa - fixed typo 16 years ago
thomascube 21e724153e Improve HTML sanitization with washtml 16 years ago
thomascube 62e43d2c1a Complete implementation of #1484601: add link for saving sender to address book and reload message 17 years ago
alecpl 712b30dd2d - Added option to display images in messages from known senders (#1484601) 17 years ago
alecpl 5d6ec21f9f -typo in get_header() 17 years ago
thomascube 45f56c1c40 Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments 17 years ago
thomascube 8fa58e72a3 New class rcube_message representing a mail message; changed global $MESSAGE from array to object 17 years ago