Aleksander Machniak
|
dfd19206a4
|
sizeof() -> count()
|
8 years ago |
Aleksander Machniak
|
79950630fa
|
Increase limit of group members when expanding a group from autocomplete (#5604)
|
8 years ago |
Aleksander Machniak
|
f789cb53b2
|
Fix bug where drag-n-drop element could be empty after check-recent action
|
8 years ago |
Aleksander Machniak
|
f4b57bad31
|
Fix missing thread expand icon on search result in widescreen mode (#5613)
|
8 years ago |
Aleksander Machniak
|
5b57043cbf
|
Small code improvements
|
8 years ago |
Aleksander Machniak
|
700fbd4066
|
Fix PHP error on update of a contact with multiple email addresses when using PHP 7.1 (#5587)
|
8 years ago |
Aleksander Machniak
|
3bb12e75f7
|
Add class attribute for preferences sections list
|
8 years ago |
Aleksander Machniak
|
7340360e79
|
Fix bug where image data URIs in css style were treated as evil/remote in mail preview (#5580)
|
8 years ago |
Aleksander Machniak
|
9d6aa00a44
|
Hide QR-Code button if PHP-GD is not installed
Keep it as an optional dependency.
|
8 years ago |
Aleksander Machniak
|
9d45ef20cc
|
Fix so group/addressbook selection is retained on page refresh
|
8 years ago |
Aleksander Machniak
|
eec77c1a99
|
Fix some advanced search issues with multiple addressbooks (#5572)
|
8 years ago |
Aleksander Machniak
|
2418f07985
|
Nicely handle contact deletion on contact edit (#5522)
|
8 years ago |
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.
|
8 years ago |
Aleksander Machniak
|
15bd0b51a4
|
Improve mailvelope decryption errors handling, hide encrypted part attachment on successful decryption (#5279)
+ small style improvements
|
8 years ago |
Aleksander Machniak
|
a487055c5a
|
Add possibility to attach contact vCard to composed message (#4997)
|
8 years ago |
Aleksander Machniak
|
c183463a6e
|
Fix visual glitch when using disabled_actions for items in Settings menu
|
8 years ago |
Aleksander Machniak
|
8d1e0eb574
|
Preserve message internal/received date on import in mbox format (#5559)
|
8 years ago |
Aleksander Machniak
|
2482088a76
|
Possibility to display QR code for contacts data (#5030)
|
8 years ago |
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.
|
8 years ago |
Aleksander Machniak
|
581c41ca67
|
Make sure subject is always on proper place in widescreen mode
|
8 years ago |
Aleksander Machniak
|
dad1852126
|
Fix _from argument validation
|
8 years ago |
Aleksander Machniak
|
a844db6a27
|
Merge branch 'dev-layouts'
|
8 years ago |
Thomas Bruederli
|
32cd762278
|
Always send columns list as array (unsetting items makes it an object with numeric keys)
|
8 years ago |
Aleksander Machniak
|
c344f60d75
|
Fix displaying attached images with wrong Content-Type specified (#5527)
|
8 years ago |
Aleksander Machniak
|
6287227fff
|
Fix missing content check when image resize fails on attachment thumbnail generation (#5485)
|
8 years ago |
Aleksander Machniak
|
b26dcb64c3
|
Code simplification
|
8 years ago |
Aleksander Machniak
|
0e5a167cd2
|
Fix recognizing Sent folder on search if current folder has been changed by plugins in meantime
|
8 years ago |
Aleksander Machniak
|
c3e7d93c43
|
Make "Add contact" image/text ignored when copying/selecting recipients in main headers (#5103)
|
8 years ago |
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)
|
8 years ago |
Aleksander Machniak
|
bd12d94fae
|
Fix missing contact ID for contacts from non-sql addressbooks
|
8 years ago |
Aleksander Machniak
|
556c1725a7
|
Unify automatic marking as \Seen in preview pane, full-page and extwin views (#5071)
We now have one 'mail_read_time' option that works for all cases.
Option 'preview_pane_mark_read' has been removed and marked as an alias.
|
8 years ago |
Aleksander Machniak
|
4e0532808d
|
Fix bug where it wasn't possible to store more that 2MB objects in memcache/apc (#5452)
Added memcache_max_allowed_packet and apc_max_allowed_packet settings
|
8 years ago |
Aleksander Machniak
|
b258b91560
|
Do not show inline images of unsupported mimetype (#5463)
|
8 years ago |
Aleksander Machniak
|
d305f4f0fd
|
Separate action to mark all messages in a folder as \Seen (#5006)
with possibility to do this in all folders or in a folder and its subfolders (#5076)
|
8 years ago |
Aleksander Machniak
|
d85f30bec4
|
Archive: Don't reload messages list when it's not needed (#5225)
Archive: Add option to automatically mark archived messages as \Seen (#5142)
|
8 years ago |
Aleksander Machniak
|
48585867f3
|
INBOX should be always protected, event with protect_default_folders=false
I.e. it should not be possible to rename INBOX
|
8 years ago |
Aleksander Machniak
|
f713d186bc
|
Disable navigation if can't get messages index in pagenav.inc
|
8 years ago |
Aleksander Machniak
|
6886a4de3f
|
Widescreen layout aka three column view (#5093)
|
8 years ago |
Aleksander Machniak
|
e22824a316
|
Use mb_strtoupper() instead of strtoupper() for localized texts
|
8 years ago |
Aleksander Machniak
|
650ac8befb
|
Fix displaying size of attachments with zero size
|
8 years ago |
Aleksander Machniak
|
95df255af4
|
Added max_message_size option enforced when attaching files to a composed message (#4993)
|
8 years ago |
Aleksander Machniak
|
aad269c2f8
|
Fix PHP warning when handling shared namespace with empty prefix (#5420)
|
8 years ago |
Aleksander Machniak
|
873e0353cf
|
Use smart-upload-button for messages and contact photos upload
Unified interface with rcmail::upload_form().
|
8 years ago |
Aleksander Machniak
|
c88a88fb0b
|
Rewrite smart upload button to work in IE (#5410)
|
8 years ago |
Aleksander Machniak
|
820d614c79
|
Fix missing </form> tag
|
8 years ago |
Aleksander Machniak
|
43f3c5fb2a
|
Implement "one click" attachment upload (#5024)
|
8 years ago |
Aleksander Machniak
|
0485275a75
|
Merge branch 'dev/drop-legacy-browsers'
|
8 years ago |
Aleksander Machniak
|
689996896a
|
Fix bug where names of downloaded files could be mailformed when derived from the message subject (#5404)
|
8 years ago |
Aleksander Machniak
|
505efff5c4
|
Fix bug where blocked.gif couldn't be attached to reply/forward with insecure content
|
8 years ago |
Aleksander Machniak
|
062d95503e
|
Fix bug where Message-ID domain part was tied to username instead of current identity (#5385)
|
8 years ago |