summaryrefslogtreecommitdiff
path: root/program/steps/mail/show.inc
AgeCommit message (Collapse)Author
2009-01-28- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)alecpl
2009-01-17* bumping up copyright (happy new year ;-))till
2008-12-04- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)alecpl
2008-11-17- optimization: don't set first/last/prev/next uids in preview/print modealecpl
2008-11-13- Added message status filter + fixes for r2046 (searching with SORT)alecpl
2008-10-25- Don't send disposition notification receipts for messages marked as 'read' ↵alecpl
(#1485523)
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵svncommit
date parsing
2008-10-06#1485446: calculate message's ETAG including inline_images option (for ↵alecpl
multipart messages)
2008-10-05- removed deprecated rcube_add_label() and all usesalecpl
- code for 'show' action added in r1937 moved to show.inc
2008-10-03#1485442: set mailbox name in client env in mail/show actionalecpl
2008-09-29- #1485290: Fix unread counter when displaying cached massage in preview panelalecpl
- remove some empty lines in app.js
2008-09-19- added set_message, set_message_icon and set_message_status functionsalecpl
- icon setting more unified + some small fixes/typos - get rid of *_from_preview() functions (Thomas, don't be mad, it was truly tested ;))
2008-09-12Add link to open message in new window + tweaked some header stylesthomascube
2008-09-05Also report errors when automatically sending receipt messagesthomascube
2008-09-04- Truncate very long (above 50 characters) attachment filenames when displayingalecpl
2008-08-18Prevent from including empty templatethomascube
2008-08-14Added template object for current mailbox name (#1485256)thomascube
2008-07-15Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)thomascube
2008-06-15- Added option to select skin in user preferences (#1485031)alecpl
- template_exists() moved to rcube_template class
2008-06-14Bugfix: call msg->set_safe() before checking msg->is_savethomascube
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-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomascube
from array to object
2008-05-08- Corrected message headers decoding when charset isn't specified and improvedalecpl
support for native languages (#1485050, #1485048)
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomascube
global vars
2008-04-13- reverted r1295alecpl
- disable caching for unseen messages to allow marking as read remarked messages
2008-04-13- added seen flag value to etag, so it allows to mark again remarked messagesalecpl
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomascube
devel-vnext branch
2008-04-11#1484972: optimization: mark as read in one action with preview, deleted ↵alecpl
redundant quota reads
2008-03-21Add configurable default charset for message decodingthomascube
2008-02-11Fix caching issuethomascube
2008-02-06Remember decision to display images for a certain message during session ↵thomascube
(#1484754)
2008-02-04Make sending of read receipts configurablethomascube
2008-02-02Simplified fix for remembering searches when viewing message + Don't ask for ↵thomascube
MDN confirmations on drafted messages (#1484691)
2008-01-31Remember search results (closes #1483883).svncommit
2007-12-13Regard mdn flag in etag for cachingthomascube
2007-12-10New class rcube_user + send message disposition notificationthomascube
2007-11-29Track message disposition notification flag and headersthomascube
2007-11-25Fixed some potential security risks + updatedd changelogthomascube
2007-08-10Some bugfixes, security issues + minor improvementsthomascube
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomascube
2007-03-01Solved wrong caching of message preview (#1484153, #1484236)thomascube
2007-02-16Better input checking on GET and POST varsthomascube
2007-01-07Applied patch for preview caching (closes #1484186)thomascube
2006-12-20New (strict) quoting for all kind of stringsthomascube
2006-12-06Preview pane and marking as read (#1484132)thomascube
2006-12-01Introducing preview pane and conditional skin tagsthomascube
2006-11-21Add first and last buttons.svncommit
2006-09-01Improved message parsing and HTML validationthomascube
2006-08-18Re-built message parsing (Bug #1327068)thomascube