summaryrefslogtreecommitdiff
path: root/program/include/rcube_message.php
AgeCommit message (Collapse)Author
2008-07-22Improve HTML sanitization with washtmlthomascube
2008-06-14Complete 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-29Replace our crappy html sanitization with the dom-based washtml script + fix ↵thomascube
inline message parts + remove old code + add some doc comments
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomascube
from array to object