Commit Graph

69 Commits (ebf8726eeaa507096ef28e776303b459c401a924)

Author SHA1 Message Date
alecpl 11ea2ac890 - Fix delete in message view deletes permanently with flag_for_deletion=true (#1486101) 15 years ago
alecpl e54bb72d30 - Added 'display_next' option 15 years ago
alecpl ee258ce158 - performance fix: don't check mbstring functions existence too often 15 years ago
thomascube d5515f64b6 Tabs! 15 years ago
alecpl 3536577bcb - improve responsiveness by flushing template output asap, also set the \Seen flag after message page display 15 years ago
alecpl 65e8dff41f - if message wasn't found in preview mode display separate template 15 years ago
alecpl ca90a9c174 - handle smtp errors in show action (when mdn is send) 15 years ago
alecpl 59c027ba5f - Fix message Etag generation for counter issues (#1485623) 15 years ago
alecpl 2dd7ee346f - Fixed many 'skip_deleted' issues (#1485634)
- Fixed messages list sorting on servers without SORT capability
- some preformance improvements
15 years ago
thomascube a25d3969a0 Re-enable the permalink command (allows one to choose right-click and open-in-new-tab) 15 years ago
alecpl 49dfb0047a - Added message menu (some image needed), removed Print and Source buttons
- Added possibility to save message as .eml file (#1485861)
15 years ago
thomascube cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 15 years ago
alecpl ec603f7da6 - Fix html body washing on reply/forward + fix attachments handling (#1485676) 16 years ago
alecpl 5c771cb25e - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706) 16 years ago
till cbbef379a5 * bumping up copyright (happy new year ;-)) 16 years ago
alecpl 2a41355776 - Added 'show_images' option, removed 'addrbook_show_images' (#1485597) 16 years ago
alecpl 14d953befc - optimization: don't set first/last/prev/next uids in preview/print mode 16 years ago
alecpl e538b3dc7d - Added message status filter + fixes for r2046 (searching with SORT) 16 years ago
alecpl 072fdef114 - Don't send disposition notification receipts for messages marked as 'read' (#1485523) 16 years ago
svncommit c9ca6ada03 added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing 16 years ago
alecpl a88792546f #1485446: calculate message's ETAG including inline_images option (for multipart messages) 16 years ago
alecpl 112c9133bb - removed deprecated rcube_add_label() and all uses
- code for 'show' action added in r1937 moved to show.inc
16 years ago
alecpl 2cc1cac772 #1485442: set mailbox name in client env in mail/show action 16 years ago
alecpl bf2f39ea6d - #1485290: Fix unread counter when displaying cached massage in preview panel
- remove some empty lines in app.js
16 years ago
alecpl 25c35c81e1 - added set_message, set_message_icon and set_message_status functions
- icon setting more unified + some small fixes/typos
- get rid of *_from_preview() functions
 (Thomas, don't be mad, it was truly tested ;))
16 years ago
thomascube 203ee44470 Add link to open message in new window + tweaked some header styles 16 years ago
thomascube 86d43ef6f5 Also report errors when automatically sending receipt messages 16 years ago
alecpl 30694e4a12 - Truncate very long (above 50 characters) attachment filenames when displaying 16 years ago
thomascube b469a19525 Prevent from including empty template 16 years ago
thomascube ac5d15de29 Added template object for current mailbox name (#1485256) 16 years ago
thomascube 5b3dd412d2 Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163) 16 years ago
alecpl e58df3adc9 - Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
16 years ago
thomascube ed42ff12e7 Bugfix: call msg->set_safe() before checking msg->is_save 16 years ago
thomascube 62e43d2c1a Complete implementation of #1484601: add link for saving sender to address book and reload message 16 years ago
alecpl 712b30dd2d - Added option to display images in messages from known senders (#1484601) 16 years ago
thomascube 8fa58e72a3 New class rcube_message representing a mail message; changed global $MESSAGE from array to object 16 years ago
alecpl 583850d00c - Corrected message headers decoding when charset isn't specified and improved
support for native languages (#1485050, #1485048)
16 years ago
thomascube 197601ef5f Next step: introduce the application class 'rcmail' and get rid of some global vars 16 years ago
alecpl 3f5cef8666 - reverted r1295
- disable caching for unseen messages to allow marking as read remarked messages
16 years ago
alecpl f21ebb47c7 - added seen flag value to etag, so it allows to mark again remarked messages 16 years ago
thomascube 47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 16 years ago
alecpl 6d2714b3b3 #1484972: optimization: mark as read in one action with preview, deleted redundant quota reads 16 years ago
thomascube 17b5fb797f Add configurable default charset for message decoding 17 years ago
thomascube ddbdb8516b Fix caching issue 17 years ago
thomascube 6726f0c369 Remember decision to display images for a certain message during session (#1484754) 17 years ago
thomascube 0ea884099a Make sending of read receipts configurable 17 years ago
thomascube df0da2e059 Simplified fix for remembering searches when viewing message + Don't ask for MDN confirmations on drafted messages (#1484691) 17 years ago
svncommit 1f020b588c Remember search results (closes #1483883). 17 years ago
thomascube 7db228aa9d Regard mdn flag in etag for caching 17 years ago
thomascube fba1f5ab81 New class rcube_user + send message disposition notification 17 years ago