Commit Graph

1045 Commits

Author SHA1 Message Date
Aleksander Machniak
25bf00ecbc Merge branch 'master' of github.com:roundcube/roundcubemail 2012-12-11 08:31:07 +01:00
Aleksander Machniak
d9f109b56a Allow forwarding of multiple emails (#1486854) 2012-12-11 08:30:49 +01:00
Thomas Bruederli
31521613e4 Append filename extension if missing 2012-12-10 22:32:46 +01:00
Thomas Bruederli
a8a72e2e7e Nicely render headers of message/rfc822 parts 2012-12-10 22:26:45 +01:00
Aleksander Machniak
8b748de4ec Plugin API: add 'check_recent' hook with possibility to control folders list used on check-recent action 2012-12-07 10:37:04 +01:00
Aleksander Machniak
176172c850 Fix PHP warning when replied message contains exactly one Delivered-To header 2012-12-07 09:44:23 +01:00
Aleksander Machniak
c7ff6ec2cb Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844) 2012-12-05 09:46:03 +01:00
Aleksander Machniak
0fa54df638 enriched.inc -> rcube_enriched 2012-12-01 20:02:34 +01:00
Aleksander Machniak
8afbc8aeea Fix attachment Content-Length for in-memory files (#1488844) 2012-11-30 11:13:43 +01:00
Aleksander Machniak
0247b89c38 Move code for identity selection to function, move identities formatting to rcube_user::list_identities() 2012-11-28 20:40:07 +01:00
Aleksander Machniak
30cc01f89d Use Delivered-To header as a last resort for identity selection (#1488840) 2012-11-28 20:21:09 +01:00
Thomas Bruederli
c14b337450 Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes and filename extensions 2012-11-27 16:25:42 +01:00
Thomas Bruederli
60226a75d8 Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes 2012-11-27 12:13:33 +01:00
Aleksander Machniak
5352b55779 Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
	CHANGELOG
2012-11-25 11:25:14 +01:00
Aleksander Machniak
297c1afb80 Fix redundant colon after last address in print mode 2012-11-25 11:14:13 +01:00
Aleksander Machniak
65dff8f812 Fix hidden flag and default_addressbook settings handling 2012-11-23 09:11:19 +01:00
Thomas Bruederli
b81e7e91a9 Consider filename extension to detect image attachments of type application/octet-stream 2012-11-21 10:48:21 +01:00
Thomas Bruederli
271c5c9764 Correctly handle multiple file uploads (#1488820) 2012-11-19 13:43:43 +01:00
Thomas Bruederli
ac382e1145 Always save drafts with format=flowed in order to keep original paragraphs and line wraps (#1488799) 2012-11-19 11:08:11 +01:00
Thomas Bruederli
c72a96144d Improve line wrapping behavior where message charset is changed by plugins (including html2plaintext conversion) 2012-11-19 11:02:13 +01:00
Thomas Bruederli
a9e136161a Use dedicated method to determine an attachment's file size 2012-11-17 18:11:03 +01:00
Thomas Bruederli
3bf7310fa3 Add onclick handler to Show-links 2012-11-17 17:55:09 +01:00
Thomas Bruederli
d20e965c48 Improve thumbnail display: center images and display a 'show' link for attachments the browser is capable to display them 2012-11-17 17:01:37 +01:00
Thomas Bruederli
8fb4f05725 Move default value for client_mimetypes to rcube_config; make sure an array is returned 2012-11-17 16:59:49 +01:00
Aleksander Machniak
8d54286df8 Merge branch 'keep-alive'
Conflicts:
	CHANGELOG
2012-11-15 09:34:08 +01:00
Aleksander Machniak
52d0d94910 Fix handling of text/enriched content on message reply/forward/edit 2012-11-14 13:58:15 +01:00
Aleksander Machniak
398238abf2 Remove redundant code 2012-11-14 13:37:27 +01:00
Aleksander Machniak
d15163ab6e Fix XSS vulnerability in handling of text/enriched messages (#1488806) 2012-11-14 13:29:58 +01:00
Aleksander Machniak
4340d5e634 Fix excessive LFs at the end of composed message with top_posting=true (#1488797) 2012-11-12 09:16:22 +01:00
Thomas Bruederli
e43dcb0df3 Merge branch 'master' of github.com:roundcube/roundcubemail 2012-11-11 14:10:56 +01:00
Aleksander Machniak
e5e2190e4e Fix bug where leading blanks were stripped from quoted lines (#1488795) 2012-11-11 12:27:25 +01:00
Aleksander Machniak
77de23fa93 Added cross-task 'refresh' request for system state updates 2012-11-11 10:32:05 +01:00
Thomas Bruederli
03149131f7 New feature: display attached images as thumbnails below message body 2012-11-10 21:08:14 +01:00
Aleksander Machniak
fb53c809a6 Fix AREA links handling (#1488792) 2012-11-08 09:05:35 +01:00
Aleksander Machniak
9ce2398ef9 Fix regression in detecting if attachment should be displayed inline (is an image) 2012-11-07 11:55:12 +01:00
Thomas Bruederli
28de391182 Recursively resolve paths of iframe contents; unify contentframe registration and reduce code-duplication 2012-11-06 13:21:04 +01:00
Thomas Bruederli
dc6794f9c4 Don't add Bcc headers from identity twice (e.g. if already saved in draft) 2012-10-31 10:50:31 +01:00
Aleksander Machniak
abe164367b Fix HTML entities handling on addressbooks list 2012-10-29 20:14:19 +01:00
Thomas Bruederli
ddafe4e410 Merge branch 'dev-compose-newwindow' 2012-10-27 16:12:37 +02:00
Aleksander Machniak
e04e314440 Add option to disable saving sent mail in Sent folder - no_save_sent_messages (#1488686) 2012-10-24 12:24:37 +02:00
Aleksander Machniak
f0affa6cc2 - Fix handling dont_override with message_sort_col and message_sort_order settings (#1488760) 2012-10-24 11:36:48 +02:00
Thomas Bruederli
3715694887 Merge branch 'master' of github.com:roundcube/roundcubemail 2012-10-22 14:24:32 +02:00
Thomas Bruederli
e6a0747155 Convert all identity headers into the desired message charset 2012-10-22 14:21:14 +02:00
Aleksander Machniak
374104ed6d Fixed undefined global variable 2012-10-21 08:31:45 +02:00
Aleksander Machniak
0768134de1 Fix bug where wrong words were highlighted on spell-before-send check 2012-10-20 12:22:00 +02:00
Thomas Bruederli
83f2f6bb65 Display email address if contact has more than one (in compose address book widget) 2012-10-19 15:30:28 +02:00
Aleksander Machniak
22c67d0ec2 Fix handling of URLs with asterisk characters (#1488759) 2012-10-18 10:49:58 +02:00
Thomas Bruederli
271efe53e0 Add user settings to open message view and compose form in new windows. This natevely implements the compose_newwindow plugin functionslity and more 2012-10-17 22:42:35 +02:00
Thomas Bruederli
464a0fba9d Display connection errors in UI. Stack error messages in popup (Larry skin) 2012-10-16 17:57:05 +02:00
Thomas Bruederli
0f7d11e798 Better fix for headers decoding problem: fetch them as raw and let rcube_mime::decode_address_list() do the job right 2012-10-15 15:30:14 +02:00