summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2010-11-27Remove development stuff and update versionsthomascube
2010-11-27Save session data with bas64 ecoding to make it more robust against garbage ↵thomascube
data (#1487136)
2010-11-26- Add workaround for MSOE's multipart/related messages with non-related ↵alecpl
attachments
2010-11-24Add check to other cases, toothomascube
2010-11-24Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE commandthomascube
2010-11-24Allow plugin templates to include local files (#1487133); make autocomplete ↵thomascube
on login screen configurable
2010-11-24- Temporarily commented out \Noselect flag checking in select(), because of ↵alecpl
problems with Courier
2010-11-24- Small code cleanupalecpl
2010-11-23- Fix PHP warning: check if array isn't empty before using max()alecpl
2010-11-19- Fix last change in rcube_html_editor()alecpl
2010-11-18- Add threads() result checkingalecpl
2010-11-18- Don't set attachment's charset in Content-type header (#1487122)alecpl
2010-11-16- Execute HTML editor initialization in page footer (#1487125)alecpl
2010-11-14- Re-fix handling of html entity strings in plain/text messagesalecpl
2010-11-12- More fixes for folders with name "0"alecpl
2010-11-12- Fix handling of folders with "<>" characters in namealecpl
2010-11-12- Fix handling of folders with name "0" (#1487119)alecpl
2010-11-11- Fix displaying of text/plain messages containing HTML entitiesalecpl
2010-11-10- Fix handling of message bodies (quoted-printable encoded) with NULL ↵alecpl
characters (#1486189)
2010-11-09- Fix lack of IMAP server response in logged error message when using ↵alecpl
AUTHENTICATE PLAIN with SASL-IR
2010-11-09- oops, fix parse error from last commitalecpl
2010-11-09- Add support for shared folders (#1403507)alecpl
2010-11-08- Fix operations on messages in unsubscribed folders (#1487107)alecpl
2010-11-07Support skins with old template namesthomascube
2010-11-07- Remove redundant directory separatoralecpl
2010-11-05- CS fixesalecpl
2010-11-05- Fix mailbox status checking when skip_deleted and threading are enabledalecpl
2010-11-04- Add possibility to force mailbox selection. There're situations where ↵alecpl
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- Skip conversion when input charset is BINARYalecpl
2010-11-04- remove charset=binary from content-typealecpl
2010-11-03- Use consistent naming (folder -> mailbox), fixed #1487101alecpl
2010-11-03- Added option imap_force_lsub for some buggy LIST-EXTENDED implementations ↵alecpl
(#1486225)
2010-11-02- Small code improvementsalecpl
2010-10-30- Improve performance by invoking STATUS command once for both MESSAGES and ↵alecpl
UNSEEN counters
2010-10-29- Improve performance of message cache status checking when skip_disabled=truealecpl
2010-10-29- Use consistent results from some functions, code cleanupalecpl
2010-10-29- Improve performance of setting IMAP flags using .SILENT suffixalecpl
2010-10-29- Fix address parsing for situation when encoded words are used inside ↵alecpl
quoted string (#1484961)
2010-10-29- Improve performance of clear_mailbox() when skip_deleted=truealecpl
2010-10-29- Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' propertyalecpl
- Plugin API: add possibility to disable plugin in framed mode, 'noframe' property
2010-10-28- Close properly IMAP connection when login failsalecpl
- Don't use LOGIN when server sent LOGINDISABLED
2010-10-28- Add SORT=DISPLAY support (RFC 5957)alecpl
2010-10-27- Add rcube_addressbook::get_record_groups() (#1487089)alecpl
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ↵alecpl
instead of SELECT
2010-10-27- Fix handling of URLs with semicolon (;) character (#1487088)alecpl
2010-10-26- Fix handling of URLs with tilde (~) character (#1487087)alecpl
2010-10-26- Add support for selection options from LIST-EXTENDED extension (RFC 5258) ↵alecpl
- Don't list subscribed but non-existent folders (#1486225) - Fix \Noselect handling performance (#1487082)
2010-10-26- Fix: don't return "empty" unlockalecpl
2010-10-26- Fix: Use internal instead of DB cache in message_index() and thread_index()alecpl
2010-10-26- Improve pre-auth and auth capabilities handlingalecpl