Commit Graph

25 Commits

Author SHA1 Message Date
thomascube
0816567dac Only allow images as 'inline' parts; list other parts as attachments if they have a valid mime type 2009-08-27 08:08:27 +00:00
thomascube
330ef6ca44 Create plugin hook for encrypted message parts + add size property to text part in order to display it 2009-07-31 08:55:56 +00:00
alecpl
b26e1d23a0 - fix related attachments without linking to message part are not listed (#1485984) 2009-07-20 16:54:42 +00:00
alecpl
b0d56e93f5 - simple fix for malformed Content-Disposition (#1485965) 2009-07-06 17:44:35 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
19d1b28c56 - Fix replying to message with html attachment (#1485676) 2009-02-13 18:44:03 +00:00
thomascube
21b160f38c Added TNEF support to decode MS Outlook (winmail.dat) attachments 2009-02-08 20:38:54 +00:00
alecpl
9b4aaa79d3 - Fix displaying of alternative-inside-alternative messages (#1485713) 2009-02-03 07:40:26 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
alecpl
7a229b9e33 - Improve messages display performance 2009-01-08 12:40:18 +00:00
alecpl
9e8a1756b7 #1485616: read content-id/content-location only for multipart/related type 2008-12-08 19:42:31 +00:00
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 2008-12-01 20:15:50 +00:00
till
193fb42fa1 * added docblock for ctr 2008-11-15 15:33:26 +00:00
svncommit
c9ca6ada03 added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing 2008-10-25 00:01:45 +00:00
thomascube
ae579cee86 Also list message/rfc822 parts as attachment if a filename is specified 2008-09-18 20:48:04 +00:00
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()
2008-09-16 08:49:28 +00:00
thomascube
6695db83ca Allow application/pgp parts to be displayed (#1484753) 2008-09-05 10:55:52 +00:00
thomascube
c505e59a6d Respect Content-Location headers in multipart/related messages (#1484946) 2008-09-05 09:29:06 +00:00
alecpl
82bac871fa - fixed typo 2008-09-02 13:43:37 +00:00
thomascube
21e724153e Improve HTML sanitization with washtml 2008-07-22 08:01:42 +00:00
thomascube
62e43d2c1a Complete implementation of #1484601: add link for saving sender to address book and reload message 2008-06-14 17:35:26 +00:00
alecpl
712b30dd2d - Added option to display images in messages from known senders (#1484601) 2008-06-13 12:57:52 +00:00
alecpl
5d6ec21f9f -typo in get_header() 2008-06-04 07:05:47 +00:00
thomascube
45f56c1c40 Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments 2008-05-29 16:10:42 +00:00
thomascube
8fa58e72a3 New class rcube_message representing a mail message; changed global $MESSAGE from array to object 2008-05-17 17:46:43 +00:00