Commit Graph

259 Commits

Author SHA1 Message Date
alecpl
33423a5570 - Fix issue where some text from original message was missing on reply (#1488340) 2012-02-08 12:54:49 +00:00
thomascube
fc7b5b8283 Get rid of global $__skin_path variable (#1488336) 2012-02-03 11:12:35 +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
eeb73cc21a Implement address book widget on compose screen 2012-01-05 16:07:27 +00:00
alecpl
1c4f23d6e5 - Exclude MIME functionality from rcube_imap class into rcube_mime class 2012-01-05 11:25:42 +00:00
alecpl
7152f59f04 - Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override' 2012-01-01 18:52:30 +00:00
alecpl
89c30a00a7 - Don't load jqueryui plugin, it's required now by default
- Move datepicker's date format setting to the plugin
2012-01-01 12:26:08 +00:00
thomascube
a84bfa356a Fix upload form handling 2011-12-22 16:35:38 +00:00
thomascube
f94e442469 Add more classes and options to HTML elements for better styleability 2011-12-16 18:38:59 +00:00
alecpl
a90ad2840f - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 2011-12-07 11:39:36 +00:00
alecpl
b6da0b76af - Remove deprecated global $IMAP variable usage (#1488148) 2011-12-07 10:41:15 +00:00
alecpl
7e263ea204 - Add option to set default font for HTML message (#1484137) 2011-12-07 09:35:29 +00:00
thomascube
ac9ba4480d Replace prompt() with jQuery UI dialog (#1485135) 2011-12-05 12:29:55 +00:00
alecpl
4360276d9b - Add $_SESSION['mailto'] variable cleanup 2011-12-02 14:56:17 +00:00
alecpl
2a7bf36c73 - Fix compose from addressbook, broken in r5521 2011-12-02 14:31:53 +00:00
alecpl
72ff6ae884 - Simplified compose session data handling, no need for session->cleanup() 2011-12-01 11:06:27 +00:00
alecpl
5aeeebad56 - Fix regression in setting recipient to self when replying to a Sent message (#1487074) 2011-11-15 11:22:40 +00:00
thomascube
81f5dd7774 Consider replication delays in session storage 2011-11-09 13:40:23 +00:00
thomascube
62c8618744 Make email recipients separator configurable + suppress dupes in auto-completion 2011-11-08 18:50:08 +00:00
thomascube
e750d1b816 Restrict folders list to write-only in selectors for special folders and save-message-to option 2011-09-30 15:22:08 +00:00
alecpl
90a6aff022 - Fix bug where when replying always the last identity is used (#1488101) 2011-09-27 06:59:59 +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
thomascube
06dc9838e0 Fix session race conditions when composing new messages 2011-09-16 17:53:35 +00:00
alecpl
f5c1085fbd - Localize (full) forwarded message header (#1488058) 2011-09-07 08:45:08 +00:00
alecpl
66df084203 - Merge devel-spellcheck branch:
- Added spellchecker exceptions dictionary (shared or per-user)
  - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-09-06 13:39:45 +00:00
alecpl
13d45dfbda - Localize forwarded message header (#1488058)
- pl_PL update
- Fix label: databaserror -> dberror
2011-08-28 09:47:15 +00:00
alecpl
8015bb9431 - Followup to r5097, fix: match From with full address spec. 2011-08-19 10:11:03 +00:00
alecpl
4436b43480 - Fixed selecting identity on reply/forward (#1487981) 2011-08-19 10:07:41 +00:00
alecpl
fe0cb657f1 - Add client-side checking of uploaded files size 2011-08-16 12:11:21 +00:00
thomascube
f2ff370215 Recalculate date when replying to a message and localize the cite header (#1487675) 2011-08-10 11:09:16 +00:00
alecpl
efc24a5fb3 - Fix handling Mail-Reply-To header in Reply All action 2011-08-09 08:44:21 +00:00
alecpl
0213f8d4dd - Added optional "multithreading" autocomplete feature 2011-07-25 10:49:39 +00:00
alecpl
f52c4f441f - Simplify undo message, add dots at the end of messages 2011-07-21 11:15:18 +00:00
alecpl
4171c59bd7 - Add optional textual upload progress indicator (#1486039) 2011-07-04 11:40:02 +00:00
alecpl
a208a4fa68 - Add forward-as-attachment feature 2011-05-13 16:29:19 +00:00
alecpl
94bdcce081 - Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type) 2011-05-06 08:14:48 +00:00
alecpl
1abb97fe1b - Add 'uploadingmany' message translation 2011-05-03 08:27:15 +00:00
alecpl
7fc056c3ff - Enable multiselection for attachments uploading in capable browsers (#1485969) 2011-05-03 08:18:40 +00:00
thomascube
fc072bfdb3 Don't decode recipent strings submitted by address book 2011-04-12 07:27:59 +00:00
thomascube
4591de7018 Prepare for multiple concurrent compose windows 2011-03-10 20:21:21 +00:00
alecpl
da142bb598 - Replying to a sent message puts the old recipient as the new recipient (#1487074)
- Set compose header fields before skin objects' functions are being used, don't depend on the order of fields
2011-02-15 10:09:14 +00:00
alecpl
e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 2011-02-03 13:58:07 +00:00
thomascube
8c57f5977d Don't decode already decoded from header 2011-02-02 18:36:16 +00:00
thomascube
0501b637a3 Merge branch devel-addressbook (r4193:4382) back into trunk 2011-01-18 18:00:57 +00:00
thomascube
f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 2011-01-12 18:25:02 +00:00
alecpl
3ee5a7200a - Improved Mail-Reply-To and Mail-Followup-To headers handling 2010-12-09 19:10:44 +00:00
alecpl
72b807aa6a - Fix empty sender in reply prefix (#1487454) 2010-12-08 07:36:26 +00:00
alecpl
cc5ae9e337 - Fix last commit 2010-11-19 09:45:05 +00:00
alecpl
d2b8840a0e - Fix handling of custom "_from" in sendmail (#1487132)
- Small fix in displaying Sender input field
2010-11-19 08:45:19 +00:00