Commit Graph

2079 Commits

Author SHA1 Message Date
Aleksander Machniak
6dee73a0ec Support both comma and semicolon as recipient separator, drop recipients_separator option (#5092) 2017-06-26 16:32:57 +02:00
Aleksander Machniak
bcc6405552 Fix various issues when downloading files with names containing non-ascii chars, use RFC 2231 (#5772) 2017-06-26 16:27:10 +02:00
Aleksander Machniak
b82c767590 More general approach to validate setting options on preferences save 2017-06-01 13:32:28 +02:00
Aleksander Machniak
c856b4ee06 Add missing timezone labels (there may be more than one slash in the timezone name) 2017-06-01 12:21:32 +02:00
Aleksander Machniak
fe2f553688 Add option to not indent quoted text on top-posting reply (#5105)
by setting reply_mode = 2
2017-05-29 09:42:54 +02:00
Aleksander Machniak
872e6e647b Don't use global $CONFIG variable 2017-05-26 10:23:51 +02:00
Aleksander Machniak
8fff21deb5 Fix POST parameter reflection in default_charset selector (#5768) 2017-05-26 08:46:59 +02:00
AndrolGenhald
496ee4a92d Fix prevention from using % and * characters in folder name (#5762) 2017-05-16 08:40:07 +02:00
Aleksander Machniak
5af38a45cf Localized timezone selector (#4983) 2017-05-16 08:37:26 +02:00
Aleksander Machniak
9ff7b78c7e Fix conflict with _gid cookie of Google Analytics (#5748)
TODO: Review the whole code base and don't use INPUT_GPC when it's not really needed,
      in most cases we should not read $_COOKIE.
2017-05-04 11:40:42 +02:00
Aleksander Machniak
78c54c128d Fix bug where invalid recipients could be silently discareded (#5739) 2017-04-27 12:08:44 +02:00
Aleksander Machniak
3e53ac7491 Remove note about mail() function 2017-04-11 13:12:20 +02:00
Aleksander Machniak
34446e00ca Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true (#5695) 2017-04-01 09:46:46 +02:00
dfukagaw28
89a4134064 Add support for DelSp=Yes messages (#5702) 2017-03-22 08:30:36 +01:00
Aleksander Machniak
5a53d521c8 Fix permission of temporary files and removal of them when generating thumbnails 2017-03-21 12:32:51 +01:00
Aleksander Machniak
6271b88bab Fix so settings/upload.inc could not be used by plugins (#5694) 2017-03-17 10:49:13 +01:00
ka7
9a35768c26 spelling fixes (#5690) 2017-03-12 12:14:19 +01:00
Aleksander Machniak
ad83610a5e Rename $sql_arr variable to $record as it's not about sql only 2017-02-07 09:57:58 +01:00
Aleksander Machniak
61bec3efa4 Fix regression where groups with email address were resolved to its members' addresses 2017-02-07 09:56:34 +01:00
Aleksander Machniak
81f67a4de2 Don't use each() deprecated in PHP 7.2 2017-02-06 15:46:18 +01:00
Aleksander Machniak
dfd19206a4 sizeof() -> count() 2017-02-06 13:49:29 +01:00
Aleksander Machniak
79950630fa Increase limit of group members when expanding a group from autocomplete (#5604) 2017-01-20 13:36:48 +01:00
Aleksander Machniak
f789cb53b2 Fix bug where drag-n-drop element could be empty after check-recent action 2017-01-19 11:50:44 +01:00
Aleksander Machniak
f4b57bad31 Fix missing thread expand icon on search result in widescreen mode (#5613) 2017-01-18 15:10:23 +01:00
Aleksander Machniak
5b57043cbf Small code improvements 2017-01-11 11:03:32 +01:00
Aleksander Machniak
700fbd4066 Fix PHP error on update of a contact with multiple email addresses when using PHP 7.1 (#5587) 2017-01-10 08:21:21 +01:00
Aleksander Machniak
3bb12e75f7 Add class attribute for preferences sections list 2017-01-07 10:51:21 +01:00
Aleksander Machniak
7340360e79 Fix bug where image data URIs in css style were treated as evil/remote in mail preview (#5580) 2017-01-07 09:59:42 +01:00
Aleksander Machniak
9d6aa00a44 Hide QR-Code button if PHP-GD is not installed
Keep it as an optional dependency.
2017-01-04 13:03:27 +01:00
Aleksander Machniak
9d45ef20cc Fix so group/addressbook selection is retained on page refresh 2016-12-29 12:22:10 +01:00
Aleksander Machniak
eec77c1a99 Fix some advanced search issues with multiple addressbooks (#5572) 2016-12-27 05:57:11 -05:00
Aleksander Machniak
2418f07985 Nicely handle contact deletion on contact edit (#5522) 2016-12-24 08:48:50 +01:00
Aleksander Machniak
68c9b669e4 Fix adding images to new identity signatures
It already worked only on edits, because the image data for new identity
was stored in the wrong session item.
2016-12-22 10:38:40 +01:00
Aleksander Machniak
15bd0b51a4 Improve mailvelope decryption errors handling, hide encrypted part attachment on successful decryption (#5279)
+ small style improvements
2016-12-21 11:35:41 +01:00
Aleksander Machniak
a487055c5a Add possibility to attach contact vCard to composed message (#4997) 2016-12-16 16:02:20 +01:00
Aleksander Machniak
c183463a6e Fix visual glitch when using disabled_actions for items in Settings menu 2016-12-14 15:39:35 +01:00
Aleksander Machniak
8d1e0eb574 Preserve message internal/received date on import in mbox format (#5559) 2016-12-13 08:30:16 +01:00
Aleksander Machniak
2482088a76 Possibility to display QR code for contacts data (#5030) 2016-12-11 15:47:14 +01:00
Aleksander Machniak
4f5ec65a36 Close SMTP connection ASAP after the message has been sent
We should not keep the connection open until the script shuts down.
It may take long time e.g. to save the message in IMAP.
2016-12-07 10:39:35 +01:00
Aleksander Machniak
581c41ca67 Make sure subject is always on proper place in widescreen mode 2016-11-27 12:41:12 +01:00
Aleksander Machniak
dad1852126 Fix _from argument validation 2016-11-22 10:38:41 +01:00
Aleksander Machniak
a844db6a27 Merge branch 'dev-layouts' 2016-11-20 19:04:09 +01:00
Thomas Bruederli
32cd762278 Always send columns list as array (unsetting items makes it an object with numeric keys) 2016-11-20 15:49:52 +01:00
Aleksander Machniak
c344f60d75 Fix displaying attached images with wrong Content-Type specified (#5527) 2016-11-20 10:04:58 +01:00
Aleksander Machniak
6287227fff Fix missing content check when image resize fails on attachment thumbnail generation (#5485) 2016-11-20 09:59:20 +01:00
Aleksander Machniak
b26dcb64c3 Code simplification 2016-11-12 15:20:57 +01:00
Aleksander Machniak
0e5a167cd2 Fix recognizing Sent folder on search if current folder has been changed by plugins in meantime 2016-11-08 14:58:31 +01:00
Aleksander Machniak
c3e7d93c43 Make "Add contact" image/text ignored when copying/selecting recipients in main headers (#5103) 2016-11-06 14:00:03 +01:00
Aleksander Machniak
2dbbaf7739 Warn about too many disclosed recipients in composed email [max_disclosed_recipients] (#5132)
Allow to omit a subject when sending an email (#5068)
2016-11-06 09:39:16 +01:00
Aleksander Machniak
bd12d94fae Fix missing contact ID for contacts from non-sql addressbooks 2016-11-02 13:22:26 +01:00