summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Expand)Author
2010-12-03- Removed temp debug codealec
2010-12-03- Improve performance of moving or copying of all messages in a folder (use C...alec
2010-12-03- New Folder Manager UIalec
2010-12-01- Allow setting autocomplete attribute for all inputs separately (#1487313)alec
2010-11-30- Add 'login_lc' config option for case-insensitive authentication (#1487113)alec
2010-11-29- Fix attachments of type message/rfc822 are not listed on attachments listalec
2010-11-29- Handle PHP warning in decrypt function (#1485970)alec
2010-11-27Save session data with bas64 ecoding to make it more robust against garbage d...thomasb
2010-11-26- Add workaround for MSOE's multipart/related messages with non-related attac...alec
2010-11-24Add check to other cases, toothomasb
2010-11-24Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE commandthomasb
2010-11-24Allow plugin templates to include local files (#1487133); make autocomplete o...thomasb
2010-11-24- Temporarily commented out \Noselect flag checking in select(), because of p...alec
2010-11-24- Small code cleanupalec
2010-11-23- Fix PHP warning: check if array isn't empty before using max()alec
2010-11-19- Fix last change in rcube_html_editor()alec
2010-11-18- Add threads() result checkingalec
2010-11-18- Don't set attachment's charset in Content-type header (#1487122)alec
2010-11-16- Execute HTML editor initialization in page footer (#1487125)alec
2010-11-14- Re-fix handling of html entity strings in plain/text messagesalec
2010-11-12- More fixes for folders with name "0"alec
2010-11-12- Fix handling of folders with "<>" characters in namealec
2010-11-12- Fix handling of folders with name "0" (#1487119)alec
2010-11-11- Fix displaying of text/plain messages containing HTML entitiesalec
2010-11-10- Fix handling of message bodies (quoted-printable encoded) with NULL charact...alec
2010-11-09- Fix lack of IMAP server response in logged error message when using AUTHENT...alec
2010-11-09- oops, fix parse error from last commitalec
2010-11-09- Add support for shared folders (#1403507)alec
2010-11-08- Fix operations on messages in unsubscribed folders (#1487107)alec
2010-11-07Support skins with old template namesthomasb
2010-11-07- Remove redundant directory separatoralec
2010-11-05- CS fixesalec
2010-11-05- Fix mailbox status checking when skip_deleted and threading are enabledalec
2010-11-04- Add possibility to force mailbox selection. There're situations where we're...alec
2010-11-04- Skip conversion when input charset is BINARYalec
2010-11-04- remove charset=binary from content-typealec
2010-11-03- Use consistent naming (folder -> mailbox), fixed #1487101alec
2010-11-03- Added option imap_force_lsub for some buggy LIST-EXTENDED implementations (...alec
2010-11-02- Small code improvementsalec
2010-10-30- Improve performance by invoking STATUS command once for both MESSAGES and U...alec
2010-10-29- Improve performance of message cache status checking when skip_disabled=truealec
2010-10-29- Use consistent results from some functions, code cleanupalec
2010-10-29- Improve performance of setting IMAP flags using .SILENT suffixalec
2010-10-29- Fix address parsing for situation when encoded words are used inside quoted...alec
2010-10-29- Improve performance of clear_mailbox() when skip_deleted=truealec
2010-10-29- Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' propertyalec
2010-10-28- Close properly IMAP connection when login failsalec
2010-10-28- Add SORT=DISPLAY support (RFC 5957)alec
2010-10-27- Add rcube_addressbook::get_record_groups() (#1487089)alec
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ins...alec