summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/show.inc
AgeCommit message (Collapse)Author
2009-02-18- Fix html body washing on reply/forward + fix attachments handling (#1485676)alec
git-svn-id: https://svn.roundcube.net/trunk@2301 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-28- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)alec
git-svn-id: https://svn.roundcube.net/trunk@2263 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-04- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)alec
git-svn-id: https://svn.roundcube.net/trunk@2115 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-17- optimization: don't set first/last/prev/next uids in preview/print modealec
git-svn-id: https://svn.roundcube.net/trunk@2061 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-13- Added message status filter + fixes for r2046 (searching with SORT)alec
git-svn-id: https://svn.roundcube.net/trunk@2049 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-25- Don't send disposition notification receipts for messages marked as 'read' ↵alec
(#1485523) git-svn-id: https://svn.roundcube.net/trunk@2010 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵estadtherr
date parsing git-svn-id: https://svn.roundcube.net/trunk@2009 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-06#1485446: calculate message's ETAG including inline_images option (for ↵alec
multipart messages) git-svn-id: https://svn.roundcube.net/trunk@1947 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-05- removed deprecated rcube_add_label() and all usesalec
- code for 'show' action added in r1937 moved to show.inc git-svn-id: https://svn.roundcube.net/trunk@1939 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03#1485442: set mailbox name in client env in mail/show actionalec
git-svn-id: https://svn.roundcube.net/trunk@1928 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-29- #1485290: Fix unread counter when displaying cached massage in preview panelalec
- remove some empty lines in app.js git-svn-id: https://svn.roundcube.net/trunk@1900 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19- added set_message, set_message_icon and set_message_status functionsalec
- icon setting more unified + some small fixes/typos - get rid of *_from_preview() functions (Thomas, don't be mad, it was truly tested ;)) git-svn-id: https://svn.roundcube.net/trunk@1848 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Add link to open message in new window + tweaked some header stylesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1767 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Also report errors when automatically sending receipt messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1745 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-04- Truncate very long (above 50 characters) attachment filenames when displayingalec
git-svn-id: https://svn.roundcube.net/trunk@1729 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-18Prevent from including empty templatethomasb
git-svn-id: https://svn.roundcube.net/trunk@1659 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-14Added template object for current mailbox name (#1485256)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1647 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-15Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1590 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-15- Added option to select skin in user preferences (#1485031)alec
- template_exists() moved to rcube_template class git-svn-id: https://svn.roundcube.net/trunk@1539 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14Bugfix: call msg->set_safe() before checking msg->is_savethomasb
git-svn-id: https://svn.roundcube.net/trunk@1535 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14Complete implementation of #1484601: add link for saving sender to address ↵thomasb
book and reload message git-svn-id: https://svn.roundcube.net/trunk@1534 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-13- Added option to display images in messages from known senders (#1484601)alec
git-svn-id: https://svn.roundcube.net/trunk@1525 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomasb
from array to object git-svn-id: https://svn.roundcube.net/trunk@1400 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-08- Corrected message headers decoding when charset isn't specified and improvedalec
support for native languages (#1485050, #1485048) git-svn-id: https://svn.roundcube.net/trunk@1366 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomasb
global vars git-svn-id: https://svn.roundcube.net/trunk@1344 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-13- reverted r1295alec
- disable caching for unseen messages to allow marking as read remarked messages git-svn-id: https://svn.roundcube.net/trunk@1296 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-13- added seen flag value to etag, so it allows to mark again remarked messagesalec
git-svn-id: https://svn.roundcube.net/trunk@1295 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-11#1484972: optimization: mark as read in one action with preview, deleted ↵alec
redundant quota reads git-svn-id: https://svn.roundcube.net/trunk@1285 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-21Add configurable default charset for message decodingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1195 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-11Fix caching issuethomasb
git-svn-id: https://svn.roundcube.net/trunk@1046 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-06Remember decision to display images for a certain message during session ↵thomasb
(#1484754) git-svn-id: https://svn.roundcube.net/trunk@1023 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-04Make sending of read receipts configurablethomasb
git-svn-id: https://svn.roundcube.net/trunk@1013 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02Simplified fix for remembering searches when viewing message + Don't ask for ↵thomasb
MDN confirmations on drafted messages (#1484691) git-svn-id: https://svn.roundcube.net/trunk@996 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-31Remember search results (closes #1483883).robin
git-svn-id: https://svn.roundcube.net/trunk@976 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-13Regard mdn flag in etag for cachingthomasb
git-svn-id: https://svn.roundcube.net/trunk@942 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10New class rcube_user + send message disposition notificationthomasb
git-svn-id: https://svn.roundcube.net/trunk@938 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-29Track message disposition notification flag and headersthomasb
git-svn-id: https://svn.roundcube.net/trunk@933 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fixed some potential security risks + updatedd changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@930 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Some bugfixes, security issues + minor improvementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@668 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@543 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-01Solved wrong caching of message preview (#1484153, #1484236)thomasb
git-svn-id: https://svn.roundcube.net/trunk@500 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-02-16Better input checking on GET and POST varsthomasb
git-svn-id: https://svn.roundcube.net/trunk@483 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-01-07Applied patch for preview caching (closes #1484186)thomasb
git-svn-id: https://svn.roundcube.net/trunk@449 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-20New (strict) quoting for all kind of stringsthomasb
git-svn-id: https://svn.roundcube.net/trunk@419 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-06Preview pane and marking as read (#1484132)thomasb
git-svn-id: https://svn.roundcube.net/trunk@400 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-12-01Introducing preview pane and conditional skin tagsthomasb
git-svn-id: https://svn.roundcube.net/trunk@388 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-11-21Add first and last buttons.robin
git-svn-id: https://svn.roundcube.net/trunk@374 208e9e7b-5314-0410-a742-e7e81cd9613c
2006-09-01Improved message parsing and HTML validationthomasb
git-svn-id: https://svn.roundcube.net/trunk@330 208e9e7b-5314-0410-a742-e7e81cd9613c