Commit Graph

5813 Commits

Author SHA1 Message Date
Aleksander Machniak
692011df7f Extend list_emails() to optionally return only default identity 2014-11-27 06:24:42 -05:00
Aleksander Machniak
32eb977b12 Merge branch 'master' of github.com:roundcube/roundcubemail 2014-11-27 11:40:40 +01:00
Aleksander Machniak
2f46789081 Added rcube_user::list_emails() method with better performance than list_identities()
which should be used always if we want only all user email addresses (with names)
2014-11-27 10:08:55 +01:00
Aleksander Machniak
25fb9732a0 Fix so all unknown email addresses from Google csv format are imported (#1490159) 2014-11-26 18:49:31 +01:00
Aleksander Machniak
787a421846 Fix rcube_utils::anytodatetime() with no timezone specified 2014-11-22 11:39:19 -05:00
Aleksander Machniak
0b36d15157 Add method to display operation (uploading) progress in UI message 2014-11-20 06:03:22 -05:00
Aleksander Machniak
2dfad0a564 Make upload progress text more compact.
E.g. "500 KB of 10 MB" becomes "0.5 of 10 MB"
2014-11-20 09:14:33 +01:00
Aleksander Machniak
9fe9d407ae Fix "x from y" -> "x of y" 2014-11-20 08:57:43 +01:00
Aleksander Machniak
bb1398a54e Fix import of multiple contact groups from Google-csv format (#1490159) 2014-11-19 08:46:43 +01:00
Aleksander Machniak
d876c6bd52 Merge pull request #249 from JohnDoh/patch-1
Check to see if the content frame exists before loading a contact
2014-11-17 09:49:09 +01:00
Aleksander Machniak
3d8745bd0b Fix drag-n-drop to folders expanded while dragging (#1490157) 2014-11-17 09:36:01 +01:00
Aleksander Machniak
a4cdb601b7 Remove redundant code 2014-11-16 14:40:37 +01:00
Aleksander Machniak
07a641c79f Code cleanup - unused variables 2014-11-16 14:39:51 +01:00
Aleksander Machniak
2d62b6bff8 Merge branch 'master' of github.com:roundcube/roundcubemail 2014-11-16 14:05:35 +01:00
Aleksander Machniak
9e4246d957 Code improvements and fixes (mostly unused variables and methods) 2014-11-16 14:04:53 +01:00
Thomas B.
7184653137 Merge pull request #250 from bbraybrook/master
Show real folder names in selector on compose screen (#1490153)
2014-11-16 14:03:21 +01:00
Aleksander Machniak
07280e7643 Remove reference to non-existing option 'default_folders' 2014-11-15 09:40:41 +01:00
brendan braybrook
6a2bc7d833 fix for bug 1490153 2014-11-14 18:04:54 +00:00
Aleksander Machniak
409b649346 Fix lack of delimiter for recipient addresses in smtp_log (#1490150) 2014-11-14 08:48:56 +01:00
JohnDoh
0a909fb722 check to see if the content frame exists before loading a contact 2014-11-13 09:14:12 +00:00
Thomas Bruederli
f652e36b2b Force-pull translations from Transifex 2014-11-12 09:18:58 +01:00
Thomas Bruederli
63dd809b11 Remove empty labels and translation files 2014-11-12 09:07:25 +01:00
Aleksander Machniak
cc6c7e83b5 Fix possible race-condition in using current folder 2014-11-11 14:28:54 -05:00
Thomas Bruederli
01bc27536a Updated localizations from Transifex 2014-11-10 17:12:45 +01:00
Aleksander Machniak
a16cf3bb7c Replace all attachment-image URIs with CID URIs, not only src and poster attributes (#1490132) 2014-11-09 16:02:03 +01:00
Aleksander Machniak
a7a778c157 Fix some character sets detection (#1490135) 2014-11-07 11:43:42 +01:00
Aleksander Machniak
9ba5b878d1 Add csv2vcard for ru_RU localization 2014-11-07 10:28:12 +01:00
Aleksander Machniak
2883fcba2b Move TNEF decoder class to the Roundcube Framework (#1490055)
So, for now all dependencies of the Framework can be installed
with composer and we need only lib/Roundcube folder.
des.inc was never required and is less important since we do
encryption using openssl or mcrypt extensions.
2014-11-04 15:28:27 +01:00
Thomas Bruederli
8d526c4938 Fix skin path handling in plugin context (#1488967):
The plugin skin directories are removed again from the search path after parsing of a plugin template has finished.
2014-11-03 16:15:44 +01:00
Thomas Bruederli
5c9ddcc052 Check available memory for image resizing with GD on Windows (#1489937) 2014-11-03 15:49:49 +01:00
Thomas Bruederli
a63b9b546c Add plugin hook 'db_table_name' as requested in #1489837 2014-11-03 15:14:38 +01:00
Aleksander Machniak
f513432a35 Don't trust get_folder(), use mailbox environment variable when appropriate 2014-11-03 14:39:05 +01:00
Aleksander Machniak
9d4d48ad4c Remove debug code 2014-11-02 17:50:32 +01:00
Aleksander Machniak
96a7f6cc1b CS fixes 2014-11-02 10:57:33 +01:00
Aleksander Machniak
0d96720f25 Fixed typo 2014-10-31 18:30:54 +01:00
Aleksander Machniak
c839403c19 More get_folder() -> $MESSAGE->folder 2014-10-30 19:57:30 +01:00
Aleksander Machniak
cd4e5057fc Don't trust get_folder(), use $MESSAGE->folder if available 2014-10-30 19:27:34 +01:00
Aleksander Machniak
db357b4187 Remove redundant default 2014-10-30 12:48:11 +01:00
Aleksander Machniak
1ffab0ad4a Fix possible issues in skin/skin_path config handling (#1490125) 2014-10-30 12:34:16 +01:00
Aleksander Machniak
968601f1f5 Give higher priority to the 'subject' parameter from request or plugin 2014-10-30 09:22:05 +01:00
Aleksander Machniak
5d8f8b59f3 Correct load_config() return value with improvement in last commit 2014-10-30 09:00:47 +01:00
Aleksander Machniak
ab5b89b854 Improve load_config() so when called many times it will read config file only once 2014-10-30 08:59:52 +01:00
Aleksander Machniak
0b96b1cd81 Fix reply scrolling issue with text mode and start message below the quote (#1490114) 2014-10-29 10:33:13 +01:00
Aleksander Machniak
d93019125c Allways call rcube_imap::set_folder() before rcube_imap::get_message_part() 2014-10-28 07:20:00 -04:00
Aleksander Machniak
a140e6d213 Fix bug where creating subfolders in shared folders wasn't possible without ACL extension (#1490113) 2014-10-28 11:54:53 +01:00
Aleksander Machniak
45bfde71d2 Fix so draft auto-save does not turn spellchecker off (#1490120) 2014-10-28 11:21:18 +01:00
Aleksander Machniak
68c41f1dff Fix regresion that caused double charset conversion in some messages (#1490121) 2014-10-28 09:06:29 +01:00
Aleksander Machniak
421ed1e545 Fix compose body area size, so scrollbars aren't truncated, unify padding 2014-10-27 17:51:28 +01:00
Aleksander Machniak
9aa55d5a50 Fix so DDL script for Oracle can be executed in SQLPlus 2014-10-27 12:09:47 +01:00
Thomas B.
8aee31cf55 Merge pull request #232 from JohnDoh/patch-1
better events for get_single_uid/cid
2014-10-26 13:21:05 +01:00