Commit Graph

1158 Commits

Author SHA1 Message Date
thomascube
fbe24e9fa9 Allow plugin templates to include local files (#1487133); make autocomplete on login screen configurable 2010-11-24 11:56:15 +00:00
alecpl
576b330ebd - Temporarily commented out \Noselect flag checking in select(), because of problems with Courier 2010-11-24 11:55:55 +00:00
alecpl
d1a9885f21 - Small code cleanup 2010-11-24 07:38:02 +00:00
alecpl
617623fa79 - Fix PHP warning: check if array isn't empty before using max() 2010-11-23 19:26:11 +00:00
alecpl
11a61a8ab3 - Fix last change in rcube_html_editor() 2010-11-19 13:52:39 +00:00
alecpl
e9a974990e - Add threads() result checking 2010-11-18 14:24:47 +00:00
alecpl
0f9d8ca40d - Don't set attachment's charset in Content-type header (#1487122) 2010-11-18 10:34:10 +00:00
alecpl
4b410e2064 - Execute HTML editor initialization in page footer (#1487125) 2010-11-16 07:47:07 +00:00
alecpl
a4c970508b - Re-fix handling of html entity strings in plain/text messages 2010-11-14 10:09:14 +00:00
alecpl
5d238918a7 - More fixes for folders with name "0" 2010-11-12 14:43:33 +00:00
alecpl
b72e2f9a17 - Fix handling of folders with "<>" characters in name 2010-11-12 13:05:18 +00:00
alecpl
44840971e8 - Fix handling of folders with name "0" (#1487119) 2010-11-12 10:47:04 +00:00
alecpl
d2b27d1175 - Fix displaying of text/plain messages containing HTML entities 2010-11-11 13:39:10 +00:00
alecpl
ad3c273c91 - Fix handling of message bodies (quoted-printable encoded) with NULL characters (#1486189) 2010-11-10 08:15:41 +00:00
alecpl
d903fb4dd4 - Fix lack of IMAP server response in logged error message when using AUTHENTICATE PLAIN with SASL-IR 2010-11-09 13:49:31 +00:00
alecpl
ad5881162d - oops, fix parse error from last commit 2010-11-09 09:18:28 +00:00
alecpl
00290a6032 - Add support for shared folders (#1403507) 2010-11-09 07:54:34 +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
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
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
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
8738e943db - Use consistent naming (folder -> mailbox), fixed #1487101 2010-11-03 14:40:35 +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
a5e8e5df88 - Small code improvements 2010-11-02 14:31:27 +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
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
alecpl
a5a4bf46bd - Add basic IMAP LIST's \Noselect option support (mark unselectable folders as virtual, etc.) 2010-10-25 12:39:36 +00:00
alecpl
10f08e6ce0 - Fix setting 'virtual' flag for non-existing folders in some cases 2010-10-25 10:49:53 +00:00
alecpl
2b42838427 - Simplify some code, add some comments 2010-10-25 09:11:49 +00:00
alecpl
fc7a41f75e - Small improvements in NAMESPACE handling 2010-10-25 08:32:53 +00:00