Aleksander Machniak
2014-12-25 6ca090b341d0ea9f263b133a9c7f76a01a61844f
2014-12-18 Aleksander Machniak
Properly set fuzzy_search for vlv searches
tree@ aafcce commitdiff
2014-12-16 Aleksander Machniak
Improve system security by using optional special URL with security token A...
tree@ 681ba6 commitdiff
2014-12-13 Aleksander Machniak
Don't log "No suitable function found for UTF-8..." as E_USER_WARNING.
tree@ 066e22 commitdiff
2014-12-09 Aleksander Machniak
Use consistent license identifiers, remove redundant package.xml files
tree@ 72b117 commitdiff
2014-12-08 Aleksander Machniak
Fix import of contacts with multiple email addresses from Google-csv format...
tree@ b262e1 commitdiff
2014-12-01 Aleksander Machniak
Fix import of multiple contact email addresses from Outlook-csv format (#14...
tree@ f86449 commitdiff
2014-11-27 Aleksander Machniak
Extend list_emails() to optionally return only default identity
tree@ 692011 commitdiff
2014-11-27 Aleksander Machniak
Merge branch 'master' of github.com:roundcube/roundcubemail
tree@ 32eb97 commitdiff
2014-11-27 Aleksander Machniak
Added rcube_user::list_emails() method with better performance than list_id...
tree@ 2f4678 commitdiff
2014-11-26 Aleksander Machniak
Fix so all unknown email addresses from Google csv format are imported (#14...
tree@ 25fb97 commitdiff
2014-11-22 Aleksander Machniak
Fix rcube_utils::anytodatetime() with no timezone specified
tree@ 787a42 commitdiff
2014-11-19 Aleksander Machniak
Fix import of multiple contact groups from Google-csv format (#1490159)
tree@ bb1398 commitdiff
2014-11-16 Aleksander Machniak
Code improvements and fixes (mostly unused variables and methods)
tree@ 9e4246 commitdiff
2014-11-15 Aleksander Machniak
Remove reference to non-existing option 'default_folders'
tree@ 07280e commitdiff
2014-11-14 Aleksander Machniak
Fix lack of delimiter for recipient addresses in smtp_log (#1490150)
tree@ 409b64 commitdiff
2014-11-07 Aleksander Machniak
Fix some character sets detection (#1490135)
tree@ a7a778 commitdiff
2014-11-04 Aleksander Machniak
Move TNEF decoder class to the Roundcube Framework (#1490055)
tree@ 2883fc commitdiff
2014-11-03 Thomas Bruederli
Check available memory for image resizing with GD on Windows (#1489937)
tree@ 5c9ddc commitdiff
2014-11-03 Thomas Bruederli
Add plugin hook 'db_table_name' as requested in #1489837
tree@ a63b9b commitdiff
2014-11-02 Aleksander Machniak
Remove debug code
tree@ 9d4d48 commitdiff
2014-11-02 Aleksander Machniak
CS fixes
tree@ 96a7f6 commitdiff
2014-10-30 Aleksander Machniak
Remove redundant default
tree@ db357b commitdiff
2014-10-30 Aleksander Machniak
Fix possible issues in skin/skin_path config handling (#1490125)
tree@ 1ffab0 commitdiff
2014-10-30 Aleksander Machniak
Correct load_config() return value with improvement in last commit
tree@ 5d8f8b commitdiff
2014-10-30 Aleksander Machniak
Improve load_config() so when called many times it will read config file on...
tree@ ab5b89 commitdiff
2014-10-28 Aleksander Machniak
Allways call rcube_imap::set_folder() before rcube_imap::get_message_part()
tree@ d93019 commitdiff
2014-10-28 Aleksander Machniak
Fix regresion that caused double charset conversion in some messages (#1490...
tree@ 68c41f commitdiff
2014-10-27 Aleksander Machniak
Fix so DDL script for Oracle can be executed in SQLPlus
tree@ 9aa55d commitdiff
2014-10-26 Aleksander Machniak
Correctly detect charset of attachment names in TNEF messages
tree@ 2da830 commitdiff
2014-10-24 Aleksander Machniak
Call exif_read_data() only on JPEG images
tree@ 2979df commitdiff
2014-10-24 Bartlomiej Nogas
Fix of really fix UNKNOWN-CTE handling
tree@ a235f7 commitdiff
2014-10-23 Aleksander Machniak
Really fix UNKNOWN-CTE handling
tree@ bf9c9b commitdiff
2014-10-23 Aleksander Machniak
Fix handling of UNKNOWN-CTE response, try do decode content client-side (#1...
tree@ 81dab3 commitdiff
2014-10-23 Aleksander Machniak
Fix handling of base64-encoded attachments with extra spaces (#1490111)
tree@ 9d9623 commitdiff
2014-10-22 Aleksander Machniak
Fix handling of uuencoded messages if messages_cache is enabled (#1490108)
tree@ 2268aa commitdiff
2014-10-22 Aleksander Machniak
Fix download of attachments that are part of TNEF message (#1490091)
tree@ 48ba44 commitdiff
2014-10-17 Aleksander Machniak
Fix bug where openssl-based crypt/decrypt method wasn't using defined crypt...
tree@ e05050 commitdiff
2014-10-13 Aleksander Machniak
dirname(__FILE__) -> __DIR__
tree@ 0ea079 commitdiff
2014-10-04 Aleksander Machniak
Fix setting flags on servers with no PERMANENTFLAGS response (#1490087)
tree@ 07fa81 commitdiff
2014-09-04 Aleksander Machniak
Add rcube_plugin_api::get_plugin() method
tree@ a1d042 commitdiff
2014-09-23 Thomas Bruederli
Fix another regression in metadata response parsing introduced in commit 93...
tree@ 664680 commitdiff
2014-09-22 Bartlomiej Nogas
Fix get_metadata() function response, NIL response was introducing an shift
tree@ 0d273c commitdiff
2014-09-22 Aleksander Machniak
Fix syntax error
tree@ dd6f78 commitdiff
2014-09-22 Aleksander Machniak
Merge branch 'oracle'
tree@ 000f6e commitdiff
2014-09-22 Aleksander Machniak
Merge branch 'oracle'
tree@ ff767a commitdiff
2014-09-18 Aleksander Machniak
Remove Oracle driver based on PDO_OCI extension
tree@ fb8adc commitdiff
2014-09-18 Aleksander Machniak
Fix long data handling
tree@ 7f8492 commitdiff
2014-09-18 Aleksander Machniak
Fix binary operator use for Oracle
tree@ e7af01 commitdiff
2014-09-17 Aleksander Machniak
Added transactions support
tree@ 845157 commitdiff
2014-09-17 Aleksander Machniak
Add Oracle driver which uses OCI8 extension - the one that supports CLOB co...
tree@ d7c91c commitdiff
first | « prev | next »