alecpl
002189e3ab
- Fix drafts update issues when edited from preview pane ( #1488314 )
2012-01-19 07:33:32 +00:00
thomascube
7fe3811c65
Changed license to GNU GPLv3+ with exceptions for skins and plugins
2012-01-18 11:10:46 +00:00
thomascube
c321a955a7
Merged devel-framework branch (r5746:5779) back into trunk
2012-01-16 15:14:41 +00:00
thomascube
f94e442469
Add more classes and options to HTML elements for better styleability
2011-12-16 18:38:59 +00:00
thomascube
ce86f0f14f
Make string for unread count configureable by skin; add file type classes to attachments list
2011-12-11 18:12:33 +00:00
alecpl
b6da0b76af
- Remove deprecated global $IMAP variable usage ( #1488148 )
2011-12-07 10:41:15 +00:00
thomascube
57486f6e58
Content filter for embedded attachments to protect from XSS on IE<=8 ( #1487895 )
2011-11-29 10:16:42 +00:00
alecpl
46cdbf074e
- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts
2011-11-10 11:16:32 +00:00
alecpl
9e54e6fd45
- Make the whole PHP output non-cacheable ( #1487797 )
2011-09-23 10:11:27 +00:00
alecpl
609d3923d7
- Cache synchronization using QRESYNC/CONDSTORE
...
- Fixed message ID updates in cache
- Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
2011-09-18 09:02:35 +00:00
alecpl
80152b333c
- Rewritten messages caching (merged devel-mcache branch):
...
Indexes are stored in a separate table, so there's no need to store all messages in a folder
Added threads data caching
Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE
- Partial QRESYNC support
- Improved FETCH response handling
- Improvements in response tokenization method
2011-09-07 11:07:03 +00:00
thomascube
f7b58afb94
Make list of mimetypes that open in preview window configurable ( #1487625 )
2011-08-29 17:30:11 +00:00
alecpl
40a1860174
- Store user preferences in session when write-master is not available and session is stored in memcache, write them later
2011-05-23 11:03:52 +00:00
alecpl
a509bb677c
- Add option to set default action of Forward button to "Forward as attachment"
2011-05-16 13:53:08 +00:00
thomascube
f5e7b35307
Bumbed version; Roundcube development is not Switzerland only
2011-01-12 18:25:02 +00:00
alecpl
b46edc0f90
- Fix "Cannot use scalar value..." warning ( #1487066 )
2010-12-01 09:52:23 +00:00
alecpl
29b39739df
- Improve responsiveness of messages displaying ( #1486986 )
2010-11-04 13:48:17 +00:00
alecpl
83ba22c77b
- Unify template files naming
2010-11-04 09:59:55 +00:00
alecpl
c50d8872ce
- Add missing confirmation/error messages on contact/group/message actions ( #1486845 )
...
- Add 'loading' message on message move/copy/delete/mark actions
2010-11-03 14:19:48 +00:00
alecpl
80bc55e0dc
- Fix parent folder with unread subfolder not bold when message is open ( #1487078 )
2010-10-23 17:38:32 +00:00
alecpl
e0bd7054b7
- Add workaround for some Outlook's wrong content-types, per discussion in #1487051
2010-10-20 11:41:48 +00:00
alecpl
6c6bb09b15
- Add mdn_request=4
2010-10-06 07:23:17 +00:00
alecpl
e25a357d95
- Add Reply-to-List feature ( #1484252 )
...
- Add Mail-Followup-To/Mail-Reply-To support (#1485547 )
2010-10-04 12:27:06 +00:00
alecpl
a99968259d
- Add option to automatically send read notifications for known senders (1485883)
2010-09-29 12:56:10 +00:00
alecpl
0911facde9
- Truncate message subject when setting page title
2010-09-25 13:47:51 +00:00
alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
2010-09-25 13:03:53 +00:00
thomascube
eab71fdf7e
Remove accidentally committed debug code
2010-09-19 15:40:59 +00:00
thomascube
62c791f609
Prevent from saving a non-existing skin path in user prefs
2010-09-18 16:32:00 +00:00
alecpl
b25dfd0913
- removed PHP closing tag
2010-06-23 09:55:08 +00:00
alecpl
172e3346ca
- Added mailboxlist options menu in message page
2010-06-09 13:39:48 +00:00
alecpl
64e3e80743
- Fix some IMAP errors handling when opening the message ( #1485443 )
2010-06-08 12:46:05 +00:00
alecpl
c6427797b7
- fix unseen messages counter after unseen message preview
2010-05-03 18:27:38 +00:00
thomascube
bc4960108e
Option not to mark messages as read when viewed in preview pane ( #1485012 )
2010-04-09 15:12:40 +00:00
thomascube
f52c936f4d
Merged devel-threads branch (r3066:3364) back into trunk
2010-03-17 12:24:09 +00:00
alecpl
e7dde1f086
- small optimization
2010-01-29 13:51:23 +00:00
alecpl
ae9d5832ae
- Removed problematic browser-caching of messages
2010-01-22 08:07:45 +00:00
alecpl
11ea2ac890
- Fix delete in message view deletes permanently with flag_for_deletion=true ( #1486101 )
2009-09-08 08:04:17 +00:00
alecpl
e54bb72d30
- Added 'display_next' option
2009-07-31 09:07:54 +00:00
alecpl
ee258ce158
- performance fix: don't check mbstring functions existence too often
2009-07-23 12:12:27 +00:00
thomascube
d5515f64b6
Tabs!
2009-07-13 18:58:00 +00:00
alecpl
3536577bcb
- improve responsiveness by flushing template output asap, also set the \Seen flag after message page display
2009-07-13 11:22:28 +00:00
alecpl
65e8dff41f
- if message wasn't found in preview mode display separate template
2009-07-07 17:49:52 +00:00
alecpl
ca90a9c174
- handle smtp errors in show action (when mdn is send)
2009-07-07 17:29:45 +00:00
alecpl
59c027ba5f
- Fix message Etag generation for counter issues ( #1485623 )
2009-06-11 13:58:11 +00:00
alecpl
2dd7ee346f
- Fixed many 'skip_deleted' issues ( #1485634 )
...
- Fixed messages list sorting on servers without SORT capability
- some preformance improvements
2009-06-10 12:07:55 +00:00
thomascube
a25d3969a0
Re-enable the permalink command (allows one to choose right-click and open-in-new-tab)
2009-05-26 13:21:57 +00:00
alecpl
49dfb0047a
- Added message menu (some image needed), removed Print and Source buttons
...
- Added possibility to save message as .eml file (#1485861 )
2009-05-23 14:17:07 +00:00
thomascube
cc97ea0559
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
2009-04-19 17:44:29 +00:00
alecpl
ec603f7da6
- Fix html body washing on reply/forward + fix attachments handling ( #1485676 )
2009-02-18 19:15:36 +00:00
alecpl
5c771cb25e
- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag ( #1485706 )
2009-01-28 10:52:02 +00:00