summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2011-08-30- Fix imap_cache setting to values other than 'db' (#1488060)alecpl
2011-08-30- Fix handling of attachments inside message/rfc822 parts (#1488026)alecpl
2011-08-30- Make 5th argument of rcmail_deliver_message() optionalalecpl
2011-08-27- Fix is_a() usage for PHP>5.3.6alecpl
2011-08-26Don't attempt to list (and cache) folders if not connectedthomascube
2011-08-26- Microoptimization: use substr_replace() for injecting a string into stringalecpl
2011-08-25Move timezone computation to rcube_config; don't override SESSION['timezone']...thomascube
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomascube
2011-08-24Fix group members listing for ldap directoriesthomascube
2011-08-24Log session_id with loginsthomascube
2011-08-24- Added unique connection identifier to IMAP debug messagesalecpl
2011-08-22- Added 'priority' column on messages listalecpl
2011-08-19- Don't add console to error pages, prevents js erroralecpl
2011-08-19- Use internal cache for mailbox_info() resultalecpl
2011-08-18Fix folders drop-down list: descend into root folder (e.g. INBOX) even if par...thomascube
2011-08-18- Unsubscribe from non-existing folders always (on listing), not only in Sett...alecpl
2011-08-16Correctly quote group filterthomascube
2011-08-16- Add option to hide selected LDAP addressbook on the listalecpl
2011-08-16- Add client-side checking of uploaded files sizealecpl
2011-08-14More unique error codesthomascube
2011-08-12Pass attributes as vars to labelthomascube
2011-08-12- Fix infinite recurrence when saving user preferences stored in sessionalecpl
2011-08-12- Revert r5046, the change will be applied to devel-mcache branch, where it b...alecpl
2011-08-12- Add debug for operations on groupsalecpl
2011-08-12- Remove double semicolonalecpl
2011-08-11Fix saving and deleting LDAP contacts; skip client-side input validation for ...thomascube
2011-08-11- Added IMAP ENABLE (RFC5161) supportalecpl
2011-08-09- Fix XSS vulnerability in UI messages (#1488030)alecpl
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alecpl
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alecpl
2011-08-03- Display current user name in page title if devel_mode=truealecpl
2011-08-03- Fix EOL character in vCard exports (#1487873)alecpl
2011-08-03- Remove temp debug codealecpl
2011-08-03- Added possibility to extend rcube_vcard's fieldmapalecpl
2011-08-02- Fix get_address_book() to call get_address_sources() internally when lookin...alecpl
2011-08-02- Support department field as X-DEPARTMENTalecpl
2011-08-01- Remove function duplicate (from last commit)alecpl
2011-08-01- Move rcmail_localize_folderpath() to main.incalecpl
2011-08-01- Improved detection of folder rename possibility and its handlingalecpl
2011-07-30Log session validation errors; keep error message when redirecting to login a...thomascube
2011-07-29- Fix 'exceptions' parameter of rcmail_mailbox_select() to handle directories...alecpl
2011-07-29- Fix 'sql' identifier for addressbook handling (#1488013)alecpl
2011-07-27- Performance fix: don't create addressbook object to close() it if it wasn't...alecpl
2011-07-27- Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, fixes...alecpl
2011-07-27- Delay imap cache initialization, fixes problem with cache cleanup on login ...alecpl
2011-07-27Move mail sending functions from mail task to core for general usagethomascube
2011-07-27- Don't use default source if source id is specified in get_address_source()alecpl
2011-07-27- Fix IE9 detection (#1488008)alecpl
2011-07-26- Move console object initialization code into one placealecpl
2011-07-25- Fixed display name on contact listsalecpl