Commit Graph

2835 Commits

Author SHA1 Message Date
alecpl
00290a6032 - Add support for shared folders (#1403507) 2010-11-09 07:54:34 +00:00
alecpl
ec211b7592 - Changed timeout so non-error messages will disapear faster 2010-11-08 13:52:39 +00:00
alecpl
f94639f7bf - Improved r4191 bugfix 2010-11-08 13:21:41 +00:00
alecpl
3bb9b5212b - Fix operations on messages in unsubscribed folders (#1487107) 2010-11-08 12:55:48 +00:00
thomascube
7fcb56b5b6 Support skins with old template names 2010-11-07 12:44:54 +00:00
alecpl
f6642844e0 - Fix: loading message doesn't disapear after using 'load-images' action 2010-11-07 10:58:50 +00:00
alecpl
c296b810bc - Add option for minimum length of autocomplete's string (#1486428) 2010-11-07 08:36:52 +00:00
alecpl
cdf1ae0029 - Remove redundant directory separator 2010-11-07 07:50:16 +00:00
alecpl
c0ed783aa1 - CS fixes 2010-11-05 12:24:52 +00:00
alecpl
c26b398d56 - Fix mailbox status checking when skip_deleted and threading are enabled 2010-11-05 12:19:12 +00:00
alecpl
9be483ce0d - Enable autocomplete for all address fields 2010-11-05 11:53:36 +00:00
alecpl
cb105aa9f1 - Fix displaying long header names in message headers table
- Fix translation labels names for Mail-Followup-to and Mail-Reply-To
2010-11-05 11:01:15 +00:00
alecpl
93681d1e5e - Fix extra line added to the message body when using php mail function (#1487060) 2010-11-04 19:15:57 +00:00
alecpl
ac2c953021 - Remove leftover code 2010-11-04 14:09:47 +00:00
alecpl
30b30226e6 - Add possibility to force mailbox selection. There're situations where we're invoking
STATUS (for all messages count) and SELECT later for other operations. If we
  call SELECT first, the STATUS will be not needed.
2010-11-04 14:03:26 +00:00
alecpl
29b39739df - Improve responsiveness of messages displaying (#1486986) 2010-11-04 13:48:17 +00:00
alecpl
b8d8cbda45 - Skip conversion when input charset is BINARY 2010-11-04 13:05:29 +00:00
alecpl
bf13ba996c - remove charset=binary from content-type 2010-11-04 12:42:22 +00:00
alecpl
83ba22c77b - Unify template files naming 2010-11-04 09:59:55 +00:00
alecpl
1555ac6018 - Don't show confirmation message when marking message as read using delay (preview_pane_mark_read>0) 2010-11-04 07:41:06 +00:00
alecpl
8738e943db - Use consistent naming (folder -> mailbox), fixed #1487101 2010-11-03 14:40:35 +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
yllar
8f558fc624 updated some translations 2010-11-03 13:04:23 +00:00
alecpl
f75f65ce47 - Added option imap_force_lsub for some buggy LIST-EXTENDED implementations (#1486225) 2010-11-03 08:29:27 +00:00
alecpl
eeb85f4257 - Add option to place replies in the folder of the message being replied to (#1485945) 2010-11-02 14:53:54 +00:00
alecpl
a5e8e5df88 - Small code improvements 2010-11-02 14:31:27 +00:00
alecpl
6f096812c9 - Support contact's email addresses up to 255 characters long (#1487095)
- Added email format checks when saving contacts data
2010-11-02 09:27:03 +00:00
alecpl
36911ea111 - Improve performance by invoking STATUS command once for both MESSAGES and UNSEEN counters 2010-10-30 15:06:31 +00:00
alecpl
9ae29c9525 - Improve performance of message cache status checking when skip_disabled=true 2010-10-29 18:02:19 +00:00
alecpl
93272ea91b - Use consistent results from some functions, code cleanup 2010-10-29 12:41:11 +00:00
alecpl
c309cd8928 - Improve performance of setting IMAP flags using .SILENT suffix 2010-10-29 12:18:05 +00:00
alecpl
7bdd3e22b5 - Fix address parsing for situation when encoded words are used inside quoted string (#1484961) 2010-10-29 10:50:53 +00:00
alecpl
01bdfd327c - Improve performance of clear_mailbox() when skip_deleted=true 2010-10-29 10:27:22 +00:00
alecpl
2cd443315d - Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' property
- Plugin API: add possibility to disable plugin in framed mode, 'noframe' property
2010-10-29 08:42:28 +00:00
alecpl
f0638be52a - Close properly IMAP connection when login fails
- Don't use LOGIN when server sent LOGINDISABLED
2010-10-28 16:35:49 +00:00
alecpl
77327e252a - Add SORT=DISPLAY support (RFC 5957) 2010-10-28 07:34:27 +00:00
alecpl
a79417d4ef - Plugin API: added 'contact_form' hook
- Re-designed contact frame using Tabs
2010-10-28 07:10:11 +00:00
alecpl
022bcd1132 - When contacts search returns no rows display message of type 'notice' instead of 'warning' 2010-10-27 12:45:51 +00:00
alecpl
f48a94cb50 - Remove Close buttons in googiespell popups 2010-10-27 11:06:39 +00:00
alecpl
d808ba6e1d - Hide loading message when preview pane is being "emptied" (#1487077) 2010-10-27 10:16:28 +00:00
alecpl
5f27a762af - Revert r4135: allow Tab (auto)completion 2010-10-27 07:48:20 +00:00
alecpl
b393e54247 - Add rcube_addressbook::get_record_groups() (#1487089) 2010-10-27 07:23:57 +00:00
alecpl
36ed9d7ec6 - Improve performance of rcube_imap_generic::countMessages() using STATUS instead of SELECT 2010-10-27 06:53:11 +00:00
alecpl
d21a05b481 - Fix handling of URLs with semicolon (;) character (#1487088) 2010-10-27 06:25:13 +00:00
alecpl
acd9bdd25b - Fix handling of URLs with tilde (~) character (#1487087) 2010-10-26 17:41:16 +00:00
alecpl
3870bec7ff - Add support for selection options from LIST-EXTENDED extension (RFC 5258)
- Don't list subscribed but non-existent folders (#1486225)
- Fix \Noselect handling performance (#1487082)
2010-10-26 13:44:39 +00:00
alecpl
10a6fc58e6 - Fix: don't return "empty" unlock 2010-10-26 13:20:34 +00:00
alecpl
fa2173cefe - Fix: Use internal instead of DB cache in message_index() and thread_index() 2010-10-26 12:17:55 +00:00
alecpl
4757608097 - Improve pre-auth and auth capabilities handling 2010-10-26 08:43:23 +00:00
alecpl
3353fdcbb4 - Fix auth capabilty checks ignore welcome banner CAPABILITY string (#1487081) 2010-10-26 08:30:50 +00:00