summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/func.inc
AgeCommit message (Expand)Author
2008-09-19Create valid <a> tagsthomasb
2008-09-18Trim and abbreviate subjects in message listingthomasb
2008-09-17- code cleanup + fix for malformed html (#1485139)alec
2008-09-17- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)alec
2008-09-16- Added icons for forwarded/forwarded+replied messages (#1485257)alec
2008-09-16Fix typos + only add callback for style tags when safe-flag is setthomasb
2008-09-14- handle 'undisclosed-recipients in imap.incalec
2008-09-14- don't show 'To' header if contains only /^undisclosed-recipients[:;]*$/alec
2008-09-12- Fixed quota img height/width setting from template (#1484857)alec
2008-09-12Allow (sanitized) style elements in HTML messagesthomasb
2008-09-12- Added vertical splitter for folders list resizingalec
2008-09-06Don't wrap worwarded text; better wrap reply message textthomasb
2008-09-05showImages attribute is skin template is obsolte: now set in user prefsthomasb
2008-09-03- Fix Reply-To header displaying (#1485314)alec
2008-08-28- Added option 'quota_zero_as_unlimited' (#1484604)alec
2008-08-28- Write to log also sent MDN confirmation messagesalec
2008-08-22Remove mailto links from sender/recipient addresses in message list and wait ...thomasb
2008-08-21#1485287: allow underline in html charset for proper replacementalec
2008-08-14Added template object for current mailbox name (#1485256)thomasb
2008-07-22PHP bug #32547 workaround: remove <title> tag because of libxml2 library prob...alec
2008-07-22#1485200: fixed text/enriched displayingalec
2008-07-22Improve HTML sanitization with washtmlthomasb
2008-07-21- use long date format in print mode (#1485191)alec
2008-07-15Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)thomasb
2008-06-30- Added flag column on messages list (#1484623)alec
2008-06-24- Allow trash/junk subfolders to be purged (#1485085)alec
2008-06-20Indent with spaces and not tabsthomasb
2008-06-16#1484423: add <head> for malformed messages, washtml cannot work without thatalec
2008-06-14- Added option to disable displaying of attached images below the message bodyalec
2008-06-14More code cleanupthomasb
2008-06-09#1485110alec
2008-06-07Change meta-charset specififcation in HTML to UTF-8; no need for mb_convert_e...thomasb
2008-06-05Fix structure parsing and html output for multipart messagesthomasb
2008-06-05Fix fallback if no message strucutre is provided by the imap serverthomasb
2008-06-04Distinguish html and plaintext parts in messagy body displaythomasb
2008-06-04Chech for mb_convert_encoding first because mbstring is optional for RoundCub...thomasb
2008-05-29Replace our crappy html sanitization with the dom-based washtml script + fix ...thomasb
2008-05-21-typo (#1485079)alec
2008-05-21-fixed link (#1485077)alec
2008-05-21-fix: enable sorting when IMAP server not supports SORT capabilityalec
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ...thomasb
2008-05-13remove code obsoleted by fix to parse_attrib_stringestadtherr
2008-05-08- Corrected message headers decoding when charset isn't specified and improvedalec
2008-05-05- last commit fixalec
2008-05-05- Do charset conversion also for from/to column on messages listalec
2008-05-01- Fix BCC header reset (#1484997)alec
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some globa...thomasb
2008-04-25- movingmessage label could and should be added in mail task onlyalec
2008-04-23#1485003: s/rc_mail_mime/rcube_mail_mime/alec
2008-04-17- Fix non-RFC dates formatting (#1484901)alec