Commit Graph

186 Commits (a2ee9f7eab5249ebf86131192404bb412480c546)

Author SHA1 Message Date
alecpl 80bc55e0dc - Fix parent folder with unread subfolder not bold when message is open (#1487078) 14 years ago
alecpl e0bd7054b7 - Add workaround for some Outlook's wrong content-types, per discussion in #1487051 14 years ago
alecpl 6c6bb09b15 - Add mdn_request=4 14 years ago
alecpl e25a357d95 - Add Reply-to-List feature (#1484252)
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
14 years ago
alecpl a99968259d - Add option to automatically send read notifications for known senders (1485883) 14 years ago
alecpl 0911facde9 - Truncate message subject when setting page title 14 years ago
alecpl e019f2d0f2 - s/RoundCube/Roundcube/ 14 years ago
thomascube eab71fdf7e Remove accidentally committed debug code 14 years ago
thomascube 62c791f609 Prevent from saving a non-existing skin path in user prefs 14 years ago
alecpl b25dfd0913 - removed PHP closing tag 14 years ago
alecpl 172e3346ca - Added mailboxlist options menu in message page 14 years ago
alecpl 64e3e80743 - Fix some IMAP errors handling when opening the message (#1485443) 14 years ago
alecpl c6427797b7 - fix unseen messages counter after unseen message preview 14 years ago
thomascube bc4960108e Option not to mark messages as read when viewed in preview pane (#1485012) 14 years ago
thomascube f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 14 years ago
alecpl e7dde1f086 - small optimization 15 years ago
alecpl ae9d5832ae - Removed problematic browser-caching of messages 15 years ago
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
thomascube ed54070eb5 Track message disposition notification flag and headers 17 years ago
thomascube c579961899 Fixed some potential security risks + updatedd changelog 17 years ago
thomascube 719a257f0c Some bugfixes, security issues + minor improvements 17 years ago
thomascube f1154163b0 Merged branch devel-addressbook from r443 back to trunk 17 years ago
thomascube ff52bee1a2 Solved wrong caching of message preview (#1484153, #1484236) 18 years ago
thomascube b3ce791561 Better input checking on GET and POST vars 18 years ago
thomascube 97c8d3377c Applied patch for preview caching (closes #1484186) 18 years ago
thomascube 2bca6e1da0 New (strict) quoting for all kind of strings 18 years ago
thomascube 1a98a6a5db Preview pane and marking as read (#1484132) 18 years ago
thomascube b19097058c Introducing preview pane and conditional skin tags 18 years ago
svncommit d170085600 Add first and last buttons. 18 years ago
thomascube ea206d3d92 Improved message parsing and HTML validation 18 years ago
thomascube 8d4bcda874 Re-built message parsing (Bug #1327068) 18 years ago
thomascube 078adf9da7 Improved usability (Ticket #1483807) and HTML validity; applied patch #1328032; fixed bug #1443200 18 years ago
thomascube e6f36058e7 Applied prev/next patch by Leonard Bouchet 18 years ago
thomascube 8c2e58b42e Minor improvements and bugfixes (see changelog) 19 years ago
thomascube b076a460e5 Finished message sorting and fixed some skin issues 19 years ago
thomascube 30233b8dfb Minor bugfixes and correction of confusing License notfications 19 years ago
thomascube 4e17e6c9db Initial revision 19 years ago