Aleksander Machniak
|
471628e9ab
|
Merge pull request #101 from Dennis1993/patch-9
Removed not allowed syntax
|
11 years ago |
Aleksander Machniak
|
0c2ffb57a1
|
Allow setting INBOX as Sent folder (#1489219)
|
11 years ago |
Dennis1993
|
0822c46ad6
|
Update func.inc
deleted size attribute in file input
|
11 years ago |
Aleksander Machniak
|
b825f86108
|
Move identity selection based on non-standard headers into (new) identity_select plugin (#1488553)
|
11 years ago |
Aleksander Machniak
|
f09b169e51
|
Support special Return-Path form used on some (PEAR) mailing list (#1489241)
|
11 years ago |
Thomas Bruederli
|
c54157bb92
|
Fix identity-selection using Return-Path headers (#1489241)
|
11 years ago |
Thomas B.
|
a7fa90f3d3
|
Merge pull request #64 from Steffen185/patch-2
Add hook "message_check_safe"
|
11 years ago |
Aleksander Machniak
|
a45f9b7bf5
|
Contacts drag-n-drop default action is to move contacts (#1488751)
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751)
Use consistent naming: 'moveto' -> 'move'
|
12 years ago |
Aleksander Machniak
|
0494288999
|
Improved/unified attachment preview page
Implemented attachment print button
|
12 years ago |
Thomas Bruederli
|
f7ac79ced5
|
Display '(empty subject)' in message view if subject header is missing (#1489108)
|
12 years ago |
Thomas Bruederli
|
4f53ab347e
|
Add feature to import messages to the currently selected folder
|
12 years ago |
Aleksander Machniak
|
af9dbd54b3
|
Fix PHP warning when responding to a message with many Return-Path headers (#1489136)
|
12 years ago |
Aleksander Machniak
|
db108e3779
|
Fix another text wrapping issue (wrong handling of long unwrappable lines)
|
12 years ago |
Aleksander Machniak
|
2355045ded
|
Change Reply-All button label/title when mailing list is detected (#1488938)
|
12 years ago |
Aleksander Machniak
|
3375a681eb
|
Fix problem where security warning was displayed for valid images with image/jpg type (#1489097)
|
12 years ago |
Aleksander Machniak
|
fd0fd3b0a0
|
Fix handling of invalid email addresses in headers (#1489092)
|
12 years ago |
Aleksander Machniak
|
621a2e7f1c
|
Simplify format=flowed handling code, don't duplicate same code
|
12 years ago |
Aleksander Machniak
|
f76fa50052
|
Fix format=flowed text re-wrapping for display
|
12 years ago |
Aleksander Machniak
|
3725cfb245
|
Avoid uninitialized/unused variables
|
12 years ago |
Thomas Bruederli
|
517dae3e74
|
Experimental: refactored list.js and html_table class to render lists with different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support
|
12 years ago |
Aleksander Machniak
|
969cb03f9a
|
Add option to display email address together with a name in mail preview (#1488732)
|
12 years ago |
Aleksander Machniak
|
bb7c522bfd
|
Add "with attachment" option to messages list filter (#1485382)
|
12 years ago |
Thomas Bruederli
|
a021d6f187
|
Skip filename suffix check for embedded images; return blocked.gif instead of HTML warning when embedded (#1489029)
|
12 years ago |
Aleksander Machniak
|
4fdaa02ac7
|
Fix handling of invalid characters in message headers and output (#1489032)
|
12 years ago |
Steffen185
|
1a78f13faa
|
Add hook "message_check_safe"
This hook can be used by https://github.com/JohnDoh/Roundcube-Plugin-Global-Address-Book to mark messages as safe whose sender exists in the global address book
|
12 years ago |
Aleksander Machniak
|
1e32540839
|
Add rel="noreferrer" for links in displayed messages (#1484686)
|
12 years ago |
Aleksander Machniak
|
0e32d7032b
|
Fix load-attachment link
|
12 years ago |
Aleksander Machniak
|
542f15bfec
|
Enriched content should be also converted to text if html is disabled
|
12 years ago |
Aleksander Machniak
|
ff7542bfb9
|
Don't show fake address - phishing prevention (#1488981)
|
12 years ago |
Aleksander Machniak
|
ee89c6dff6
|
Display notice that message is encrypted also for application/pkcs7-mime messages (#1488526)
|
12 years ago |
Aleksander Machniak
|
726297e5f8
|
Add workaround for invalid message charset detection by IMAP servers (#1488968)
|
12 years ago |
Aleksander Machniak
|
4d7964d910
|
Improved folder path presentation in page title (use unified delimiter, localize path).
E.g. folder "INBOX.test" will be displayed as "Inbox >> test"
|
12 years ago |
Aleksander Machniak
|
232535f76e
|
Add option to use envelope From address for MDN responses (#1488880)
|
12 years ago |
Aleksander Machniak
|
830fd2ecbb
|
Display PGP/MIME signature attachments as "Digital Signature" (#1488570)
|
12 years ago |
Aleksander Machniak
|
be72fb3597
|
Unified attachments filenames handling for message parts without a filename
|
12 years ago |
Aleksander Machniak
|
66afd70b75
|
Framework'ize html2text class
|
12 years ago |
Aleksander Machniak
|
7ac94421bf
|
Move washtml class into Roundcube Framework (rcube_washtml), add some improvements
|
12 years ago |
Thomas Bruederli
|
090c49d4a3
|
Treat image/pjpeg as image/jpeg
|
12 years ago |
Aleksander Machniak
|
83370e5ff1
|
Display 'Sender' header in message preview
|
12 years ago |
Aleksander Machniak
|
c0208002a8
|
Fix escaping of add-contact arguments - fixes JS error in IE
|
12 years ago |
Aleksander Machniak
|
a0e3dcf170
|
Use matching identity in MDN response (#1488864)
|
12 years ago |
Thomas Bruederli
|
dc67f38cdf
|
Properly parse message/rfc822 parts including all headers, body decoding and charset conversion
|
12 years ago |
Thomas Bruederli
|
a8a72e2e7e
|
Nicely render headers of message/rfc822 parts
|
12 years ago |
Aleksander Machniak
|
0fa54df638
|
enriched.inc -> rcube_enriched
|
12 years ago |
Thomas Bruederli
|
c14b337450
|
Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes and filename extensions
|
12 years ago |
Thomas Bruederli
|
60226a75d8
|
Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes
|
12 years ago |
Aleksander Machniak
|
297c1afb80
|
Fix redundant colon after last address in print mode
|
12 years ago |
Thomas Bruederli
|
b81e7e91a9
|
Consider filename extension to detect image attachments of type application/octet-stream
|
12 years ago |
Thomas Bruederli
|
a9e136161a
|
Use dedicated method to determine an attachment's file size
|
12 years ago |
Thomas Bruederli
|
3bf7310fa3
|
Add onclick handler to Show-links
|
12 years ago |