summaryrefslogtreecommitdiff
path: root/program/include/rcube_message.php
AgeCommit message (Collapse)Author
2010-11-29- Fix attachments of type message/rfc822 are not listed on attachments listalecpl
2010-11-26- Add workaround for MSOE's multipart/related messages with non-related ↵alecpl
attachments
2010-10-20- Fix handling of attachments when Content-Disposition is not inline nor ↵alecpl
attachment (#1487051)
2010-10-20- Fix content-type name regexp according to RFC4288.4.2alecpl
2010-10-20- Allow underline in content-type name, per comments in #1487051alecpl
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alecpl
2010-10-06- Make htmleditor option behaviour consistent, add option to use HTML on ↵alecpl
reply to HTML message (#1485840)
2010-10-04- Minimize FETCH response for messages listing (when caching is disabled)alecpl
2010-10-04- Add Reply-to-List feature (#1484252)alecpl
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
2010-09-29- Update phpdoc (#1486958)alecpl
2010-09-29- Fix format=flowed: don't space-stuff empty lines (#1487018)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-09-14- small fix for format=flowed parsingalecpl
2010-09-14- Fix format=flowed handling (#1486989) + small improvements in plain ↵alecpl
messages parsing
2010-09-10- Don't trim spaces from the end of line when converting to format=flowedalecpl
2010-08-12- add message_part_structure hook also for text parts of mixed messagesalecpl
2010-08-06- Last commit fixalecpl
2010-08-06- Replace message_part_encrypted hook with more generic message_part_structurealecpl
2010-06-30- Fix handling of messages with Content-Type: application/* and no filename ↵alecpl
(#1484050)
2010-06-15- Fix attachment filenames broken with TNEF decoder using long filenames ↵alecpl
(#1486795) - Use tnef_decoder class from Horde
2010-06-08- Fix some IMAP errors handling when opening the message (#1485443)alecpl
2010-06-04- Fix related parts aren't displayed when got mimetype other than image/* ↵alecpl
(#1486432)
2010-05-28- Fix forwarding of messages with winmail attachmentsalecpl
- 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-20Display and send messages with format=flowed (#1484370), fixes word wrapping ↵thomascube
issues (#1486543)
2010-05-20- Fix message/rfc822 attachments containing only attachments are not parsed ↵alecpl
properly (#1486743)
2010-04-23- Fix listing of attachments of some types e.g. "x-epoc/x-sisx-app" (#1486653)alecpl
2010-01-18- fix $Id$ keywordalecpl
2009-12-23- Improved handling of message parts of type message/rfc822 (fixed e.g. ↵alecpl
inline images in multipart/alternative messages attached as message/rfc822)
2009-12-04- added commentalecpl
2009-12-04- fix r3150 (better detection that message/rfc822 should be displayed as ↵alecpl
message/aternative)
2009-12-03- Fix displaying nested message parts (#1486246)alecpl
2009-10-24- allow '+' character in mimetype name (#1486239)alecpl
2009-08-27Only allow images as 'inline' parts; list other parts as attachments if they ↵thomascube
have a valid mime type
2009-07-31Create plugin hook for encrypted message parts + add size property to text ↵thomascube
part in order to display it
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