Aleksander Machniak
|
a9170f652c
|
Fix decoding of mailto: links with + character in HTML messages (#6020)
|
7 years ago |
Aleksander Machniak
|
6113300676
|
Prevent from ghost messages on list after fast delete of multiple messages one-by-one (#5941)
|
7 years ago |
Aleksander Machniak
|
eb62e15b22
|
Fix truncated folder name on messages list in multi-folder mode, for folders with non-ascii characters (#6004)
|
7 years ago |
Aleksander Machniak
|
ae35ccd2af
|
Bring back rcmail_html_container_id global
|
7 years ago |
Thomas Bruederli
|
2359f30b96
|
Modify links in html messages during Washtml DOM traversal
This is a more safe approach than using regex and mitigates
possible vulnerabilities using malformed html markup.
|
7 years ago |
Aleksander Machniak
|
c1285a0fe7
|
Remove non-printable characters from filenames on download/display (#5880)
|
7 years ago |
dfukagaw28
|
89a4134064
|
Add support for DelSp=Yes messages (#5702)
|
8 years ago |
ka7
|
9a35768c26
|
spelling fixes (#5690)
|
8 years ago |
Aleksander Machniak
|
dfd19206a4
|
sizeof() -> count()
|
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
|
5b57043cbf
|
Small code improvements
|
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
|
a487055c5a
|
Add possibility to attach contact vCard to composed message (#4997)
|
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
|
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
|
c3e7d93c43
|
Make "Add contact" image/text ignored when copying/selecting recipients in main headers (#5103)
|
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
|
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
|
6886a4de3f
|
Widescreen layout aka three column view (#5093)
|
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
|
062d95503e
|
Fix bug where Message-ID domain part was tied to username instead of current identity (#5385)
|
8 years ago |
Aleksander Machniak
|
ebc2f5dc7d
|
Add possibility to rename attachments in mail compose (#4996)
... and fix some small issues related to the new compose attachment menu feature
|
8 years ago |
Aleksander Machniak
|
8a13615e9e
|
Add possibility to preview and download attachments in mail compose (#5053)
|
8 years ago |
Aleksander Machniak
|
7a7a6795f0
|
Support WEBP images in mail messages (#5362)
|
8 years ago |
Aleksander Machniak
|
344b0af9c6
|
Indicate that a collapsed thread has flagged children (#5013)
|
9 years ago |
Aleksander Machniak
|
9796cd2063
|
Merge branch 'dev-rfc822-preview'
Conflicts:
CHANGELOG
program/steps/mail/show.inc
|
9 years ago |
Aleksander Machniak
|
013aaeb895
|
CS improvements/fixes
|
9 years ago |
Aleksander Machniak
|
323fa20bc8
|
Message/rfc822 attachment preview (#5054)
|
9 years ago |
Aleksander Machniak
|
558a6db27e
|
Fix headers encoding when using 'valueof' mode
|
9 years ago |
Aleksander Machniak
|
9aaeb23d9d
|
Fix HTML entities encoding in message headers output
|
9 years ago |
Aleksander Machniak
|
3b36bcfb68
|
Cleanup
|
9 years ago |
Aleksander Machniak
|
0d9fa7f3dc
|
Remove redundant code
|
9 years ago |
Aleksander Machniak
|
cd219a45dd
|
Fix regression where some message attachments could be missing on edit/forward (#1490608)
|
9 years ago |
Aleksander Machniak
|
be346095a0
|
Fix handling of message/rfc822 attachments on replies and forwards (#1490607)
|
9 years ago |
Aleksander Machniak
|
bb6002f1a8
|
Fix also charset encoding of message/rfc822 part bodies (#1490606)
|
9 years ago |
Aleksander Machniak
|
6463b662ca
|
Fix regression in displaying contents of message/rfc822 parts (#1490606)
|
9 years ago |
Aleksander Machniak
|
8271597836
|
Use ternary operator where applicable
|
9 years ago |
Aleksander Machniak
|
3b0318ca3e
|
Fix race-condition in setting current page between list and getunread requests
|
9 years ago |
Aleksander Machniak
|
92bcb940d4
|
Fix bug where HTML messages with invalid/excessive css styles couldn't be displayed (#1490539)
Technically speaking we remove the whole CSS content when it has more than 5k lines.
|
9 years ago |
Aleksander Machniak
|
d560916065
|
Added possibility to drag-n-drop attachments from mail preview to compose window
|
9 years ago |
Aleksander Machniak
|
5802e08e48
|
Mail messages searching with predefined date interval (T103)
|
9 years ago |
Aleksander Machniak
|
82dcbb7488
|
Fix various issues in Mailvelope integration (#1490533)
|
9 years ago |
Aleksander Machniak
|
8716fca0d0
|
Small improvements
|
9 years ago |
Thomas Bruederli
|
f7f75ff7d1
|
Unify detection of pgp/mime message part
|
9 years ago |
Thomas Bruederli
|
f189d72943
|
Merged branch 'dev-mailvelope'
|
9 years ago |
Aleksander Machniak
|
c49234bd78
|
Fix bug where clicking date column with 'arrival' sorting would switch to sorting by 'date' (#1490126)
|
9 years ago |
Aleksander Machniak
|
91018f38d4
|
Fix so In-Reply-To header is set also for MDN receipts (#1490523)
|
9 years ago |