alecpl
eef0dae865
- Last commit fix
14 years ago
alecpl
5ced9ca075
- Replace message_part_encrypted hook with more generic message_part_structure
14 years ago
alecpl
3e58bf2062
- Fix handling of messages with Content-Type: application/* and no filename ( #1484050 )
15 years ago
alecpl
f19d86b96d
- Fix attachment filenames broken with TNEF decoder using long filenames ( #1486795 )
...
- Use tnef_decoder class from Horde
15 years ago
alecpl
64e3e80743
- Fix some IMAP errors handling when opening the message ( #1485443 )
15 years ago
alecpl
648db37e68
- Fix related parts aren't displayed when got mimetype other than image/* ( #1486432 )
15 years ago
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
15 years ago
thomascube
6b6f2e83de
Display and send messages with format=flowed ( #1484370 ), fixes word wrapping issues ( #1486543 )
15 years ago
alecpl
c1439f925d
- Fix message/rfc822 attachments containing only attachments are not parsed properly ( #1486743 )
15 years ago
alecpl
373747becc
- Fix listing of attachments of some types e.g. "x-epoc/x-sisx-app" ( #1486653 )
15 years ago
alecpl
638fb8a972
- fix $Id$ keyword
15 years ago
alecpl
aa16b4af8f
- Improved handling of message parts of type message/rfc822 (fixed e.g. inline images in multipart/alternative messages attached as message/rfc822)
15 years ago
alecpl
efe5a55c4c
- added comment
15 years ago
alecpl
19d6a89342
- fix r3150 (better detection that message/rfc822 should be displayed as message/aternative)
15 years ago
alecpl
3815e050e0
- Fix displaying nested message parts ( #1486246 )
15 years ago
alecpl
1d7e4d314d
- allow '+' character in mimetype name ( #1486239 )
15 years ago
thomascube
0816567dac
Only allow images as 'inline' parts; list other parts as attachments if they have a valid mime type
15 years ago
thomascube
330ef6ca44
Create plugin hook for encrypted message parts + add size property to text part in order to display it
15 years ago
alecpl
b26e1d23a0
- fix related attachments without linking to message part are not listed ( #1485984 )
16 years ago
alecpl
b0d56e93f5
- simple fix for malformed Content-Disposition ( #1485965 )
16 years ago
thomascube
cc97ea0559
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
16 years ago
alecpl
19d1b28c56
- Fix replying to message with html attachment ( #1485676 )
16 years ago
thomascube
21b160f38c
Added TNEF support to decode MS Outlook (winmail.dat) attachments
16 years ago
alecpl
9b4aaa79d3
- Fix displaying of alternative-inside-alternative messages ( #1485713 )
16 years ago
till
cbbef379a5
* bumping up copyright (happy new year ;-))
16 years ago
alecpl
7a229b9e33
- Improve messages display performance
16 years ago
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
17 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