Commit Graph

1647 Commits

Author SHA1 Message Date
Thomas Bruederli
4a05e8a7e8 Finish advanced prefs feature (#1488829) 2013-11-08 10:57:00 +01:00
Aleksander Machniak
96247867f2 Fix operations on folders with trailing spaces in name (#1489419) 2013-11-07 15:00:54 +01:00
Aleksander Machniak
d1a17029a3 Better handling of fopen() errors 2013-11-07 14:46:25 +01:00
Aleksander Machniak
a8b004e8d8 Improve identity selection based on From: header (#1489378) 2013-11-04 11:19:56 +01:00
Aleksander Machniak
e28b12259f Fix issue where mails with inline images of the same name contained only the first image multiple times (#1489406) 2013-11-03 15:05:39 +01:00
Aleksander Machniak
b972b4c4c0 Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734) 2013-10-30 12:04:09 +01:00
Aleksander Machniak
b1f3c3bee8 Fixed saving contact birthday/anniversary dates before 01-01-1970 2013-10-28 15:28:58 +01:00
Thomas Bruederli
3ce7c56826 Applied the (modified) patch to extend configuration possibilities of LDAP address books as suggested in #1488753:
- Add option to specify arbitrary replacements of config options with attributes from the bound user
- Allow mapping of group object class => member attribute used in these objects
- Describe the 'member_filter' property for groups config
2013-10-25 16:54:58 +02:00
Thomas Bruederli
98b7b548a2 Merge branch 'dev-canned-responses'
Conflicts (resolved):
	skins/classic/includes/settingstabs.html
	skins/larry/includes/settingstabs.html
2013-10-25 16:50:25 +02:00
Thomas Bruederli
c344b64f13 Get supported spell-check languages from the configured backend; replace suspended google spell service with our new service at spell.roundcube.net 2013-10-18 12:50:25 +02:00
Aleksander Machniak
70c7df8faa Fix vulnerability in handling _session argument of utils/save-prefs (#1489382) 2013-10-17 10:17:32 +02:00
Aleksander Machniak
c20fa4a1ad Fix address matching in Return-Path header on identity selection (#1489374) 2013-10-15 18:49:14 +02:00
Aleksander Machniak
eafd5b1aa4 Improved mailto: link arguments handling (#1489363) 2013-10-03 17:36:31 +02:00
Thomas Bruederli
444e977d4f Also truncate the list of addresses in print view + add link to show them all 2013-09-30 16:00:21 +02:00
Thomas Bruederli
c49c35ca0f Generate settings tabs with a template object 'settingstabs' and let plugins register themselves there using the 'settings_actions' hook 2013-09-28 12:03:20 +02:00
Aleksander Machniak
f7b2bfba09 Bring back possibility to unset default font family and font size
Fix style attribute quoting when font-family contains double quotes
SOme code improvements
2013-09-21 11:24:16 +02:00
Thomas Bruederli
9c41ba3c9e Allow sysadmins to define static responses which are immutable for the user 2013-09-19 17:56:14 +02:00
Thomas Bruederli
c1ff572e17 Touch new default font size settings: simplified + codestyle + updated changelog 2013-09-16 20:01:10 +02:00
Thomas B.
0201298cd8 Merge pull request #118 from Dennis1993/patch-12
Added support for default font size and fix legacy code for default font
2013-09-16 10:47:24 -07:00
Aleksander Machniak
2efe332b49 Display full attachment name using title attribute when name is too long to display (#1489320) 2013-09-15 13:43:13 +02:00
Thomas Bruederli
7be8a9134c Move some config options to new and collapsible 'advanced' blocks 2013-09-13 19:10:12 +02:00
Aleksander Machniak
7bd9dcdcda Merge branch 'master' of github.com:roundcube/roundcubemail 2013-09-11 09:45:43 +02:00
Aleksander Machniak
66a549e133 After message is sent refresh messages list of replied message folder (#1489249) 2013-09-11 09:45:20 +02:00
Thomas Bruederli
52830ea605 Improve handling of date strings and DateTime values in contacts 2013-09-10 23:37:10 +02:00
Aleksander Machniak
6128ad7e96 Support full address specification in contact email fields.
Now input address is extracted automatically, so user can
just paste full address copied from another place. Other clients
have such feature e.g. Kontact.
2013-09-10 15:50:24 +02:00
Aleksander Machniak
6b87f8e023 Fix for case when email array is not flat 2013-09-10 15:34:02 +02:00
Aleksander Machniak
bdb4276688 Enable groups import options selector if there's at least one writable source (with groups support) 2013-09-10 09:49:58 +02:00
Aleksander Machniak
4a40636cca Fix issue where From address was removed from Cc and Bcc fields when editing a draft (#1489319) 2013-09-08 18:06:58 +02:00
Thomas Bruederli
0272081d05 Add option to import vcards with group assignments (pull-request 105) 2013-09-08 16:47:00 +02:00
Thomas Bruederli
79367a5631 Save groups membership in VCard export (#1488509) 2013-09-08 15:36:05 +02:00
Aleksander Machniak
53b4c7ef4e Make identities matching case insensitive (#1485480) 2013-09-06 09:12:30 +02:00
Thomas Bruederli
0933d66b59 Keep current selection on IE browsers by adding unselectable=on to link elements 2013-09-04 10:08:42 +02:00
Thomas Bruederli
0ce2126ac9 New settings section to manage canned responses 2013-09-04 09:32:01 +02:00
Thomas Bruederli
0b1de8a487 Add new feature to save and recall text snippets (aka canned responses) when composing messages 2013-09-04 09:32:00 +02:00
Dennis1993
153e455f65 Update func.inc 2013-09-02 13:16:04 +02:00
Dennis1993
d8d5692cff Update func.inc 2013-09-02 12:57:15 +02:00
Dennis1993
888f911835 Update func.inc 2013-09-02 12:55:28 +02:00
Dennis1993
c3fe3fc316 Update save_prefs.inc 2013-09-02 12:52:21 +02:00
Dennis1993
901a0809fa Update sendmail.inc 2013-09-02 12:51:58 +02:00
Dennis1993
965dea3e8e Update compose.inc 2013-09-02 12:51:28 +02:00
Aleksander Machniak
5a8ee396a1 Fix "PHP Warning: Missing argument 1 for rcmail_compose_attachment_field()" 2013-09-01 17:24:09 +02:00
Aleksander Machniak
7ccb59499b Merge pull request #106 from JohnDoh/edit-folders
folder admin: omit fieldset if there is only one section
2013-09-01 05:04:27 -07:00
Aleksander Machniak
471628e9ab Merge pull request #101 from Dennis1993/patch-9
Removed not allowed syntax
2013-09-01 04:56:12 -07:00
Aleksander Machniak
0c2ffb57a1 Allow setting INBOX as Sent folder (#1489219) 2013-08-29 11:27:02 +02:00
Aleksander Machniak
b5c413a4cf Fix lack of Reply-To address in header of forwarded message body (#1489298) 2013-08-28 13:06:51 +02:00
PhilW
7ba5c27466 folder admin: omit fieldset if there is only one section 2013-08-26 12:23:58 +01:00
Aleksander Machniak
62350ba021 Fix bugs when invoking contact creation form when read-only addressbook is selected (#1489296) 2013-08-26 10:28:34 +02:00
Thomas Bruederli
c58cb8aa95 Strip spell checker error message for logging; remove unused sprintf() 2013-08-25 13:20:46 +02:00
Aleksander Machniak
2e5f64c9e4 Fix identity selection on reply (#1489291) 2013-08-25 10:03:15 +02:00
Aleksander Machniak
6efadfc8d3 Fix so additional headers are added to all messages sent (#1489284) 2013-08-25 09:03:01 +02:00