Commit Graph

62 Commits

Author SHA1 Message Date
alecpl
dd0ae6297b - Improve space-stuffing handling in format=flowed messages (#1487861) 2011-04-08 07:08:30 +00:00
alecpl
b389252f2b - Fix handling of attachments with invalid content type (#1487767) 2011-02-09 12:33:07 +00:00
alecpl
89d19c4e61 - Small code improvements related to r4487 2011-02-04 08:23:45 +00:00
alecpl
02b6e614ca - Fix handling of non-image attachments in multipart/related messages (#1487750) 2011-02-03 18:59:59 +00:00
thomascube
f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 2011-01-12 18:25:02 +00:00
alecpl
fd371a519d - Fix attachments of type message/rfc822 are not listed on attachments list 2010-11-29 09:54:15 +00:00
alecpl
63f9dee62d - Add workaround for MSOE's multipart/related messages with non-related attachments 2010-11-26 12:41:16 +00:00
alecpl
8794f16c62 - Fix handling of attachments when Content-Disposition is not inline nor attachment (#1487051) 2010-10-20 12:24:21 +00:00
alecpl
2ae58f1b67 - Fix content-type name regexp according to RFC4288.4.2 2010-10-20 11:27:39 +00:00
alecpl
8bac7e988f - Allow underline in content-type name, per comments in #1487051 2010-10-20 11:12:28 +00:00
alecpl
f22ea7ba18 - Support SMTP Delivery Status Notifications - RFC3461 (#1486142) 2010-10-07 08:52:05 +00:00
alecpl
868deb5dab - Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message (#1485840) 2010-10-06 17:15:38 +00:00
alecpl
103ddcde87 - Minimize FETCH response for messages listing (when caching is disabled) 2010-10-04 18:09:26 +00:00
alecpl
e25a357d95 - Add Reply-to-List feature (#1484252)
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
2010-10-04 12:27:06 +00:00
alecpl
5c461bada9 - Update phpdoc (#1486958) 2010-09-29 16:47:05 +00:00
alecpl
6d1ae078c9 - Fix format=flowed: don't space-stuff empty lines (#1487018) 2010-09-29 09:23:55 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
f12d218831 - small fix for format=flowed parsing 2010-09-14 10:32:36 +00:00
alecpl
99b8c1e2ac - Fix format=flowed handling (#1486989) + small improvements in plain messages parsing 2010-09-14 08:40:51 +00:00
alecpl
618cb0d8dd - Don't trim spaces from the end of line when converting to format=flowed 2010-09-10 13:22:54 +00:00
alecpl
1a2f8375de - add message_part_structure hook also for text parts of mixed messages 2010-08-12 07:11:28 +00:00
alecpl
eef0dae865 - Last commit fix 2010-08-06 13:22:20 +00:00
alecpl
5ced9ca075 - Replace message_part_encrypted hook with more generic message_part_structure 2010-08-06 13:14:26 +00:00
alecpl
3e58bf2062 - Fix handling of messages with Content-Type: application/* and no filename (#1484050) 2010-06-30 09:44:33 +00:00
alecpl
f19d86b96d - Fix attachment filenames broken with TNEF decoder using long filenames (#1486795)
- Use tnef_decoder class from Horde
2010-06-15 06:53:28 +00:00
alecpl
64e3e80743 - Fix some IMAP errors handling when opening the message (#1485443) 2010-06-08 12:46:05 +00:00
alecpl
648db37e68 - Fix related parts aren't displayed when got mimetype other than image/* (#1486432) 2010-06-04 13:29:48 +00:00
alecpl
d311d809d6 - Fix forwarding of messages with winmail attachments
- 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
2010-05-28 09:38:41 +00:00
thomascube
6b6f2e83de Display and send messages with format=flowed (#1484370), fixes word wrapping issues (#1486543) 2010-05-20 21:28:30 +00:00
alecpl
c1439f925d - Fix message/rfc822 attachments containing only attachments are not parsed properly (#1486743) 2010-05-20 07:10:42 +00:00
alecpl
373747becc - Fix listing of attachments of some types e.g. "x-epoc/x-sisx-app" (#1486653) 2010-04-23 13:05:21 +00:00
alecpl
638fb8a972 - fix $Id$ keyword 2010-01-18 19:15:28 +00:00
alecpl
aa16b4af8f - Improved handling of message parts of type message/rfc822 (fixed e.g. inline images in multipart/alternative messages attached as message/rfc822) 2009-12-23 08:01:39 +00:00
alecpl
efe5a55c4c - added comment 2009-12-04 10:53:20 +00:00
alecpl
19d6a89342 - fix r3150 (better detection that message/rfc822 should be displayed as message/aternative) 2009-12-04 10:50:00 +00:00
alecpl
3815e050e0 - Fix displaying nested message parts (#1486246) 2009-12-03 09:54:38 +00:00
alecpl
1d7e4d314d - allow '+' character in mimetype name (#1486239) 2009-10-24 17:04:22 +00:00
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