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
/
include
/
rcube_message.php
Age
Commit message (
Collapse
)
Author
2008-11-15
* added docblock for ctr
till
2008-10-25
added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵
svncommit
date parsing
2008-09-18
Also list message/rfc822 parts as attachment if a filename is specified
thomascube
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-05
Allow application/pgp parts to be displayed (#1484753)
thomascube
2008-09-05
Respect Content-Location headers in multipart/related messages (#1484946)
thomascube
2008-09-02
- fixed typo
alecpl
2008-07-22
Improve HTML sanitization with washtml
thomascube
2008-06-14
Complete implementation of #1484601: add link for saving sender to address ↵
thomascube
book and reload message
2008-06-13
- Added option to display images in messages from known senders (#1484601)
alecpl
2008-06-04
-typo in get_header()
alecpl
2008-05-29
Replace our crappy html sanitization with the dom-based washtml script + fix ↵
thomascube
inline message parts + remove old code + add some doc comments
2008-05-17
New class rcube_message representing a mail message; changed global $MESSAGE ↵
thomascube
from array to object