summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2010-03-26Added basic contact groups featurethomascube
2010-03-25- Added possibility to select all messages in a folder (#1484756)alecpl
2010-03-25- typoalecpl
2010-03-24- Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750)alecpl
2010-03-24- small backend cleanup + support for operations on ALL messages in a folderalecpl
2010-03-23- Set maxuid in threads mode, to prevent unnecessary list reloading on ↵alecpl
(first) check_recent
2010-03-23- Fix UNSEEN counting when threads and skip_deleted are both enabled (#1486558)alecpl
2010-03-19- Fix rcube_imap::mailbox_exists (#1486560)alecpl
2010-03-19- Implemented messages copying using drag&drop + SHIFT (#1484086)alecpl
2010-03-18- Improved performance of folders operations (#1486525) + code cleanupsalecpl
2010-03-18- Handle 'false' result from iil_C_* functions (#1486511)alecpl
2010-03-17- Use iconv's //IGNORE instead of //TRANSLITalecpl
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomascube
2010-03-17- last commit fix (there's probably no class definition when reading table ↵alecpl
rows from DB)
2010-03-17- allow setting row css class in rcube_table_output()alecpl
2010-03-14- virtuser_query: support other identity data (#1486148)alecpl
2010-03-12- fixes for proper handling of email addresses with form: "user"@domain.tldalecpl
2010-03-12- get better message for error in DATAalecpl
2010-03-12- Improved check_email()alecpl
2010-03-12-remove root_ns setting as useless, should fix #1486222alecpl
2010-03-11- Options virtuser_* replaced with virtuser_* pluginsalecpl
- Plugin API: Implemented 'email2user' and 'user2email' hooks
2010-03-09- simplify consolealecpl
2010-03-05- Fix check_recent action when skip_deleted=true (#1486535)alecpl
2010-03-05- Add 'default_charset' option to user preferences (#1485451)alecpl
2010-03-05- Support/Require tls:// prefix in 'smtp_server' option for TLS connectionsalecpl
- "Split" config file into sections
2010-03-04- fix console's font-size in Konqueroralecpl
2010-03-04- Fix inconsistent behaviour of 'delete_always' option (#1486299)alecpl
2010-03-04Changed signature separator when top-posting (#1486330)thomascube
2010-03-03- Fix regression in template expressions, don't allow '-' character in ↵alecpl
env/request/cookie name
2010-03-03- Fix long e-mail addresses validation (#1486453)alecpl
2010-03-03- more case sensitive matchingalecpl
2010-03-02Use private methodthomascube
2010-03-02New recent check based on UIDsthomascube
2010-03-02No more case-insensitive folder name comparisonsthomascube
2010-03-02- Added function to get addressbooks list rcmail::get_address_sources() ↵alecpl
(#1486248)
2010-03-02Use case sensitive check when checking for default folders (#1486346)thomascube
2010-03-01- Improve performance by avoiding unnecessary updates to the session table ↵alecpl
(#1486325)
2010-03-01- Improve performance by avoiding unnecessary updates to the session table ↵alecpl
(#1486325)
2010-02-26- Support arrays in get_input_value() (#1486277)alecpl
2010-02-26- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)alecpl
2010-02-23- Squirrelmail_usercopy: support reply-to field (#1486506)alecpl
- Use rcube_user::insert_identity() instead of custom SQL query in rcube_user::create()
2010-02-23- remove redundant checkalecpl
2010-02-22- added lost param descriptionalecpl
2010-02-21Use rcmail::imap_connect() to establish IMAP connections; always initialize ↵thomascube
rcube_imap object in mail steps
2010-02-18Fix loading of plugin configs: user prefs will always survive (#1486368)thomascube
2010-02-18Better regex for template expressions + fix indentationthomascube
2010-02-13- Fix imap_init hook broken in r3258 (#1486493)alecpl
2010-02-10- support more charset aliasesalecpl
2010-02-09- Fix attachment excessive memory use, support messages of any size (#1484660)alecpl
2010-02-06- Fix setting task name according to auth state. So, any action before useralecpl
is authenticated is assigned to 'login' task instead of 'mail'. Now binding plugins to 'login' task is possible and realy usefull. It's also possible to bind to all tasks excluding 'login'.