thomascube
2010-03-02 7c9d922b96f9a88b350d6e07f5bde84ccc40f9b0
2010-01-29 alecpl
- small optimization
blob@ e7dde1 commitdiff | diff to current
2010-01-22 alecpl
- Removed problematic browser-caching of messages
blob@ ae9d58 commitdiff | diff to current
2009-09-08 alecpl
- Fix delete in message view deletes permanently with flag_for_deletion=tru...
blob@ 11ea2a commitdiff | diff to current
2009-07-31 alecpl
- Added 'display_next' option
blob@ e54bb7 commitdiff | diff to current
2009-07-23 alecpl
- performance fix: don't check mbstring functions existence too often
blob@ ee258c commitdiff | diff to current
2009-07-13 thomascube
Tabs!
blob@ d5515f commitdiff | diff to current
2009-07-13 alecpl
- improve responsiveness by flushing template output asap, also set the \Se...
blob@ 353657 commitdiff | diff to current
2009-07-07 alecpl
- if message wasn't found in preview mode display separate template
blob@ 65e8df commitdiff | diff to current
2009-07-07 alecpl
- handle smtp errors in show action (when mdn is send)
blob@ ca90a9 commitdiff | diff to current
2009-06-11 alecpl
- Fix message Etag generation for counter issues (#1485623)
blob@ 59c027 commitdiff | diff to current
2009-06-10 alecpl
- Fixed many 'skip_deleted' issues (#1485634) - Fixed messages list sorting...
blob@ 2dd7ee commitdiff | diff to current
2009-05-26 thomascube
Re-enable the permalink command (allows one to choose right-click and open-...
blob@ a25d39 commitdiff | diff to current
2009-05-23 alecpl
- Added message menu (some image needed), removed Print and Source buttons ...
blob@ 49dfb0 commitdiff | diff to current
2009-04-19 thomascube
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting som...
blob@ cc97ea commitdiff | diff to current
2009-02-18 alecpl
- Fix html body washing on reply/forward + fix attachments handling (#1485676)
blob@ ec603f commitdiff | diff to current
2009-01-28 alecpl
- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
blob@ 5c771c commitdiff | diff to current
2009-01-16 till
* bumping up copyright (happy new year ;-))
blob@ cbbef3 commitdiff | diff to current
2008-12-04 alecpl
- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
blob@ 2a4135 commitdiff | diff to current
2008-11-17 alecpl
- optimization: don't set first/last/prev/next uids in preview/print mode
blob@ 14d953 commitdiff | diff to current
2008-11-13 alecpl
- Added message status filter + fixes for r2046 (searching with SORT)
blob@ e538b3 commitdiff | diff to current
2008-10-25 alecpl
- Don't send disposition notification receipts for messages marked as 'read...
blob@ 072fde commitdiff | diff to current
2008-10-24 svncommit
added obscure ASCII encoding aliases, added more error checking to RFC2822 ...
blob@ c9ca6a commitdiff | diff to current
2008-10-06 alecpl
#1485446: calculate message's ETAG including inline_images option (for mult...
blob@ a88792 commitdiff | diff to current
2008-10-05 alecpl
- removed deprecated rcube_add_label() and all uses - code for 'show' actio...
blob@ 112c91 commitdiff | diff to current
2008-10-03 alecpl
#1485442: set mailbox name in client env in mail/show action
blob@ 2cc1ca commitdiff | diff to current
2008-09-29 alecpl
- #1485290: Fix unread counter when displaying cached massage in preview pa...
blob@ bf2f39 commitdiff | diff to current
2008-09-19 alecpl
- added set_message, set_message_icon and set_message_status functions - ic...
blob@ 25c35c commitdiff | diff to current
2008-09-12 thomascube
Add link to open message in new window + tweaked some header styles
blob@ 203ee4 commitdiff | diff to current
2008-09-05 thomascube
Also report errors when automatically sending receipt messages
blob@ 86d43e commitdiff | diff to current
2008-09-04 alecpl
- Truncate very long (above 50 characters) attachment filenames when displa...
blob@ 30694e commitdiff | diff to current
2008-08-18 thomascube
Prevent from including empty template
blob@ b469a1 commitdiff | diff to current
2008-08-14 thomascube
Added template object for current mailbox name (#1485256)
blob@ ac5d15 commitdiff | diff to current
2008-07-15 thomascube
Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)
blob@ 5b3dd4 commitdiff | diff to current
2008-06-15 alecpl
- Added option to select skin in user preferences (#1485031) - template_exi...
blob@ e58df3 commitdiff | diff to current
2008-06-14 thomascube
Bugfix: call msg->set_safe() before checking msg->is_save
blob@ ed42ff commitdiff | diff to current
2008-06-14 thomascube
Complete implementation of #1484601: add link for saving sender to address ...
blob@ 62e43d commitdiff | diff to current
2008-06-13 alecpl
- Added option to display images in messages from known senders (#1484601)
blob@ 712b30 commitdiff | diff to current
2008-05-17 thomascube
New class rcube_message representing a mail message; changed global $MESSAG...
blob@ 8fa58e commitdiff | diff to current
2008-05-08 alecpl
- Corrected message headers decoding when charset isn't specified and impro...
blob@ 583850 commitdiff | diff to current
2008-04-30 thomascube
Next step: introduce the application class 'rcmail' and get rid of some glo...
blob@ 197601 commitdiff | diff to current
2008-04-13 alecpl
- reverted r1295 - disable caching for unseen messages to allow marking as ...
blob@ 3f5cef commitdiff | diff to current
2008-04-13 alecpl
- added seen flag value to etag, so it allows to mark again remarked messages
blob@ f21ebb commitdiff | diff to current
2008-04-12 thomascube
Changed codebase to PHP5 with autoloader + added some new classes from the ...
blob@ 47124c commitdiff | diff to current
2008-04-11 alecpl
#1484972: optimization: mark as read in one action with preview, deleted re...
blob@ 6d2714 commitdiff | diff to current
2008-03-21 thomascube
Add configurable default charset for message decoding
blob@ 17b5fb commitdiff | diff to current
2008-02-11 thomascube
Fix caching issue
blob@ ddbdb8 commitdiff | diff to current
2008-02-06 thomascube
Remember decision to display images for a certain message during session (#...
blob@ 6726f0 commitdiff | diff to current
2008-02-04 thomascube
Make sending of read receipts configurable
blob@ 0ea884 commitdiff | diff to current
2008-02-02 thomascube
Simplified fix for remembering searches when viewing message + Don't ask fo...
blob@ df0da2 commitdiff | diff to current
2008-01-31 svncommit
Remember search results (closes #1483883).
blob@ 1f020b commitdiff | diff to current
first | « prev | next »