summaryrefslogtreecommitdiff
path: root/roundcubemail/program
AgeCommit message (Collapse)Author
2010-03-03Remember search modifiers in user prefs (#1486146) + bring back the old defaultsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3310 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-03- more case sensitive matchingalec
git-svn-id: https://svn.roundcube.net/trunk@3309 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-03- fix order of messages added by check_recentalec
git-svn-id: https://svn.roundcube.net/trunk@3308 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02Use private methodthomasb
git-svn-id: https://svn.roundcube.net/trunk@3307 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02New recent check based on UIDsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3306 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02- Fix Recipient/Sender column name in drafts folder (#1486351)alec
git-svn-id: https://svn.roundcube.net/trunk@3305 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02No more case-insensitive folder name comparisonsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3304 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02- Hide 'add contact' icon if there's no writable address bookalec
git-svn-id: https://svn.roundcube.net/trunk@3303 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02- Added function to get addressbooks list rcmail::get_address_sources() ↵alec
(#1486248) git-svn-id: https://svn.roundcube.net/trunk@3302 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02- Added force_7bit option to force MIME encoding of plain/text messages ↵alec
(#1486510) git-svn-id: https://svn.roundcube.net/trunk@3301 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02Use case sensitive check when checking for default folders (#1486346)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3300 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02Fix checking for new mail (#1485794)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3299 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-01- Improve performance by avoiding unnecessary updates to the session table ↵alec
(#1486325) git-svn-id: https://svn.roundcube.net/trunk@3297 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-01- Improve performance by avoiding unnecessary updates to the session table ↵alec
(#1486325) git-svn-id: https://svn.roundcube.net/trunk@3296 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-28- Fix invalid font tags which cause HTML message rendering problems (#1486521)alec
git-svn-id: https://svn.roundcube.net/trunk@3295 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-26- Support arrays in get_input_value() (#1486277)alec
git-svn-id: https://svn.roundcube.net/trunk@3294 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-26- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)alec
git-svn-id: https://svn.roundcube.net/trunk@3293 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-25- improve transfer encoding choosingalec
git-svn-id: https://svn.roundcube.net/trunk@3292 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-25- Fix Received headers to behave better with SpamAssassin (#1486513)alec
git-svn-id: https://svn.roundcube.net/trunk@3291 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-25- Fix encoding of Return-Receipt-To and Disposition-Notification-To headers ↵alec
(1486515) git-svn-id: https://svn.roundcube.net/trunk@3290 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-23- Squirrelmail_usercopy: support reply-to field (#1486506)alec
- Use rcube_user::insert_identity() instead of custom SQL query in rcube_user::create() git-svn-id: https://svn.roundcube.net/trunk@3286 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-23- remove redundant checkalec
git-svn-id: https://svn.roundcube.net/trunk@3285 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-23- Fix IE spellcheck suggestion popup issue (#1486471)alec
git-svn-id: https://svn.roundcube.net/trunk@3284 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-23ta_IN updateyllar
git-svn-id: https://svn.roundcube.net/trunk@3283 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-23Remove RSS feed step. Should be replaced by a pluginthomasb
git-svn-id: https://svn.roundcube.net/trunk@3282 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-22- Fix email address auto-completion shows regexp pattern (#1486258)alec
git-svn-id: https://svn.roundcube.net/trunk@3281 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-22- added lost param descriptionalec
git-svn-id: https://svn.roundcube.net/trunk@3280 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-21Use rcmail::imap_connect() to establish IMAP connections; always initialize ↵thomasb
rcube_imap object in mail steps git-svn-id: https://svn.roundcube.net/trunk@3278 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-21- jQuery 1.4.2alec
git-svn-id: https://svn.roundcube.net/trunk@3277 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-20Another PHP 5.3 compatibility fix (similar to r2591)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3276 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-18Fix loading of plugin configs: user prefs will always survive (#1486368)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3274 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-18Better regex for template expressions + fix indentationthomasb
git-svn-id: https://svn.roundcube.net/trunk@3273 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-16Tamil localizationyllar
git-svn-id: https://svn.roundcube.net/trunk@3271 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-15- lost fix for Attachment Excessive Memory Use issue (#1484660)alec
git-svn-id: https://svn.roundcube.net/trunk@3270 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-13- Fix imap_init hook broken in r3258 (#1486493)alec
git-svn-id: https://svn.roundcube.net/trunk@3268 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-12- Fix quota indicator value after folder purge/expunge (#1486488)alec
git-svn-id: https://svn.roundcube.net/trunk@3266 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-10- support more charset aliasesalec
git-svn-id: https://svn.roundcube.net/trunk@3263 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-10- Fix external mailto links support for use as protocol handler (#1486037)alec
git-svn-id: https://svn.roundcube.net/trunk@3262 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-09- Fix attachment excessive memory use, support messages of any size (#1484660)alec
git-svn-id: https://svn.roundcube.net/trunk@3261 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-06translations updateyllar
git-svn-id: https://svn.roundcube.net/trunk@3259 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-06- Fix setting task name according to auth state. So, any action before useralec
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'. git-svn-id: https://svn.roundcube.net/trunk@3258 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-05- fixalec
git-svn-id: https://svn.roundcube.net/trunk@3252 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-05- optimise _id2uid(), prevent from array_flip() warningsalec
git-svn-id: https://svn.roundcube.net/trunk@3251 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-05- Fix quoted text wrapping when replying to an HTML email in plain text ↵alec
(#1484141) git-svn-id: https://svn.roundcube.net/trunk@3250 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-05- Fix handling of extended mailto links (with params) (#1486354)alec
git-svn-id: https://svn.roundcube.net/trunk@3249 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-04- Fix sorting by date of messages without date header on servers without ↵alec
SORT (#1486286) git-svn-id: https://svn.roundcube.net/trunk@3247 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-03- Fix inconsistency when not using default table names (#1486467)alec
git-svn-id: https://svn.roundcube.net/trunk@3246 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-02- Fix folder rename/delete buttons do not appear on creation of first folder ↵alec
(#1486468) git-svn-id: https://svn.roundcube.net/trunk@3241 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-31- Fix character set conversion fails on systems where iconv doesn't accept ↵alec
//IGNORE (#1486375) git-svn-id: https://svn.roundcube.net/trunk@3240 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-29- small optimizationalec
git-svn-id: https://svn.roundcube.net/trunk@3238 208e9e7b-5314-0410-a742-e7e81cd9613c