index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
rcube_message.php
Age
Commit message (
Expand
)
Author
2013-05-23
Fix fatal error when parsing UUencoded messages (#1489119)
Aleksander Machniak
2013-05-07
Avoid uninitialized/unused variables
Aleksander Machniak
2013-04-25
Extend fetched header block to 32K, require one of subjct, from or to headers
Thomas Bruederli
2013-04-10
Skip filename suffix check for embedded images; return blocked.gif instead of...
Thomas Bruederli
2013-04-06
Fix handling of invalid characters in message headers and output (#1489032)
Aleksander Machniak
2013-04-03
Remove "HTML message" from attachments list while viewing a message in text m...
Aleksander Machniak
2013-03-15
Fix storing 'safe' flag on a message. The key for session value should include
Aleksander Machniak
2013-03-15
Fix has_*_part() methods so they return same result no matter what
Aleksander Machniak
2013-03-14
Use $mime_parts not $parts in has_*_part() methods so detection is
Aleksander Machniak
2013-03-14
Added rcube_message::has_text_part(), simplified has_html_part() so it always
Aleksander Machniak
2013-03-13
Fix HTML part detection for some specific message structures (#1488992)
Aleksander Machniak
2013-03-08
Test content_id with isset instead of a true/false value.
Thijs Kinkhorst
2013-03-02
Display notice that message is encrypted also for application/pkcs7-mime mess...
Aleksander Machniak
2013-01-18
Don't rely on Subject header only
Thomas Bruederli
2013-01-14
Select 8 KB of message part for headers (to make sure we get them all)
Thomas Bruederli
2012-12-30
Support "multipart/relative" as an alias for "multipart/related" type (#1488886)
Aleksander Machniak
2012-12-28
Unified attachments filenames handling for message parts without a filename
Aleksander Machniak
2012-12-26
Framework'ize html2text class
Aleksander Machniak
2012-12-19
Don't display message parts with unsupported text type, e.g. text/calendar
Aleksander Machniak
2012-12-19
Add unsupported alternative parts to attachments list (#1488870)
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-12-10
Nicely render headers of message/rfc822 parts
Thomas Bruederli
2012-11-27
Add argument to fetch message parts only partially. Can be used for content m...
Thomas Bruederli
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak