Commit Graph

809 Commits

Author SHA1 Message Date
alecpl
a03c98092f - fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox set)
- performance: add option to not checking MAXUID in messagecount()
2010-04-23 11:47:24 +00:00
alecpl
b80a97adb0 - fix dublicated 'show' action after contact creation 2010-04-22 13:39:13 +00:00
alecpl
c287f34bd3 - Fix setting spellcheck languages with extended codes (#1486605) 2010-04-19 11:59:06 +00:00
alecpl
da8f11ce16 - Fix messages list scrolling in FF3.6 (#1486472)
- Fix quicksearch input focus (#1486637)
- Small code cleanup + improvements
2010-04-15 11:28:15 +00:00
thomascube
8e3a6039cf Assign newly created contacts to the active group (#1486626) and fix group selection display (#1486619) 2010-04-13 07:24:09 +00:00
alecpl
6b01133063 - Fix regression in disposition-notification (#1486623) 2010-04-12 11:12:37 +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
814905ca87 Let plugins modify the Sent folder when composing (#1486548) 2010-04-09 08:38:20 +00:00
thomascube
53d6261619 Fix group expansion which was lost in r3457 + apply patch for autocompletion timeouts from #1486059 2010-04-07 15:53:48 +00:00
thomascube
d1851ba77b Configurable limit of address group members 2010-04-06 06:40:45 +00:00
alecpl
751b22b41f - Added optional (max_recipients) support to restrict total number of recipients per message (#1484542) 2010-04-02 13:53:39 +00:00
thomascube
65c8764b19 Add client-side events when adding/removing groups 2010-04-01 06:52:48 +00:00
thomascube
1d773d7141 Fix typo 2010-04-01 06:40:32 +00:00
thomascube
aa12df20e4 Add server-side plugin hooks to address group functions + better action names 2010-04-01 06:39:06 +00:00
thomascube
c0297f4172 Asynchronously expand contact groups + skip count queries in autocompletion mode + check for the existance of contactgroups table 2010-03-31 15:23:22 +00:00
thomascube
3baa72a62f Implement group renaming/deleting + use more consistent names for commands and actions (#1486587) 2010-03-31 14:53:02 +00:00
alecpl
6f31b356b2 - fix save/delete draft message with enabled threading (#1486596)
- performance improvement using UID SEARCH intead of SEARCH + FETCH
- re-fix r3445
2010-03-31 07:14:32 +00:00
alecpl
7a48e5539f - Re-organize editor buttons, add blockquote and search buttons
- Make possible to write inside or after a quoted html message (#1485476)
2010-03-28 17:52:34 +00:00
alecpl
ce467384e2 - Fix single space inserted on fwd/reply with top posting (#1486532) 2010-03-28 16:51:20 +00:00
thomascube
a61bbb24aa Added basic contact groups feature 2010-03-26 16:38:20 +00:00
alecpl
fb7ec576ab - Added possibility to select all messages in a folder (#1484756) 2010-03-25 16:29:02 +00:00
alecpl
b488c1d02d - improvements in rcmail_html4inline() 2010-03-24 10:06:23 +00:00
alecpl
5799531e3f - fix bug in css cleanup of html messages 2010-03-24 09:28:59 +00:00
alecpl
fdf8750708 - don't need to reload messages list on copy error 2010-03-24 08:24:30 +00:00
alecpl
1c9bd8c72e - removed unnecessary counting 2010-03-24 08:18:12 +00:00
alecpl
416bff5475 - Allow to override identity when composing a message (#1486466) 2010-03-23 10:01:32 +00:00
alecpl
63ab02a9f2 - hide threads related prefs when threads are not supported by IMAP server
- performance: don't load folders list when we don't need it
2010-03-19 20:18:23 +00:00
alecpl
258a043a31 - hide threads related stuff if threads are not supported 2010-03-19 14:18:44 +00:00
alecpl
9b3fdc25c1 - Implemented messages copying using drag&drop + SHIFT (#1484086) 2010-03-19 11:20:12 +00:00
alecpl
15e00bdf50 - Improved performance of folders operations (#1486525) + code cleanups 2010-03-18 13:02:18 +00:00
alecpl
b575fa9008 - Fix blocked.gif attachment is not attached to the message (#1486516) 2010-03-18 10:01:28 +00:00
alecpl
c16986be7f - use popupmenu style for attachments upload form
- move .popupmenu style definition to common.css
2010-03-17 18:21:07 +00:00
thomascube
f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 2010-03-17 12:24:09 +00:00
alecpl
b579f42b55 - fixes for proper handling of email addresses with form: "user"@domain.tld 2010-03-12 13:54:56 +00:00
alecpl
1baeb660eb - Improved check_email() 2010-03-12 12:59:56 +00:00
thomascube
bc404ffd41 Save draft information in one header; finally fixes #1486203 2010-03-11 22:44:43 +00:00
alecpl
a4cf4577b1 - Fix forwarding message omits CC header (#1486305) 2010-03-11 14:05:13 +00:00
alecpl
4d81544057 - messages list performance: build subject link on client side 2010-03-09 12:15:35 +00:00
alecpl
69a7d3127e - Improved charset replacement in html meta header (#1486542) 2010-03-09 11:23:35 +00:00
alecpl
5821ff5123 - Don't show a warning on html2text switch when textarea is empty
- Set properly select's value when html2text is aborted
2010-03-06 18:59:25 +00:00
alecpl
e55ab02682 - Add 'default_charset' option to user preferences (#1485451) 2010-03-05 12:05:05 +00:00
alecpl
b7f952248e - Add 'delete_always' option to user preferences 2010-03-05 10:18:01 +00:00
thomascube
b44b4d32e1 Allow outgoing_message_headers hook to abort message sending 2010-03-05 09:34:03 +00:00
alecpl
a039c626ee - Fix deleting all messages from last list page (#1486293) 2010-03-04 14:39:47 +00:00
thomascube
bbc8565e5a Flag original messages after sending a draft (#1486203) 2010-03-04 08:17:04 +00:00
thomascube
a96183883d Changed signature separator when top-posting (#1486330) 2010-03-04 07:39:53 +00:00
alecpl
44c57afde1 - remove temp console usage 2010-03-03 12:22:24 +00:00
thomascube
7910c0ff55 Remember search modifiers in user prefs (#1486146) + bring back the old defaults 2010-03-03 12:11:04 +00:00
alecpl
349bb1cc45 - fix order of messages added by check_recent 2010-03-03 08:41:37 +00:00
thomascube
7c9d922b96 New recent check based on UIDs 2010-03-02 21:27:53 +00:00