Commit Graph

1076 Commits (2bbbca39ffdf99e5acc2d160c06ceed2f461e18f)

Author SHA1 Message Date
Aleksander Machniak 2bbbca39ff Fix forward as attachment bug with editormode != 1 (#1488991) 13 years ago
Thomas Bruederli 5aa77efcbe Trigger 'refresh' hook in mail view 13 years ago
Aleksander Machniak 0ae20f6b9c Fix so full filename is used for title attribute 13 years ago
Aleksander Machniak dedf138795 Fix thumbnail size when GD extension is used for image resize (#1488985)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak fddb9ff383 Display notice that message is encrypted also for application/pkcs7-mime messages (#1488526) 13 years ago
Thomas Bruederli 22819a3081 Don't skip message/* attachments when opening a draft. Restore check as it was before [fa57c988] 13 years ago
Aleksander Machniak e68d2a15f5 Don't try to print file extension in a warning message if it's not available 13 years ago
Aleksander Machniak fd777a8627 Add workaround for invalid message charset detection by IMAP servers (#1488968) 13 years ago
Thomas Bruederli 24d7cc5dd1 Ignore file extension difference for text/plain attachments (#1488891) 13 years ago
Thomas Bruederli 4901199761 Add search box to compose address book widget (#1488381) 13 years ago
Thomas Bruederli 39bb93d9ae Load a default stylesheet (embed.css) from skin in plain html pages (e.g. attachment warnings and html messages) 13 years ago
Thomas Bruederli 24607ceb80 Also block remote images in HTML part view (#1488827) 13 years ago
Aleksander Machniak a03c28a22f Make sure mimetypes is an array not object in a better way 13 years ago
Aleksander Machniak 232535f76e Add option to use envelope From address for MDN responses (#1488880) 13 years ago
Aleksander Machniak 347ba311e6 Add possibility to search in message body only (#1488770) 13 years ago
Thomas Bruederli d9f180adf9 Minor IE7/8 fixes 13 years ago
Aleksander Machniak 830fd2ecbb Display PGP/MIME signature attachments as "Digital Signature" (#1488570) 13 years ago
Aleksander Machniak be72fb3597 Unified attachments filenames handling for message parts without a filename 13 years ago
Aleksander Machniak 66afd70b75 Framework'ize html2text class 13 years ago
Aleksander Machniak 7ac94421bf Move washtml class into Roundcube Framework (rcube_washtml), add some improvements 13 years ago
Thomas Bruederli 5f0bd1fcb4 Make html button-links work in IE 13 years ago
Thomas Bruederli 090c49d4a3 Treat image/pjpeg as image/jpeg 13 years ago
Aleksander Machniak 83370e5ff1 Display 'Sender' header in message preview 13 years ago
Aleksander Machniak c0208002a8 Fix escaping of add-contact arguments - fixes JS error in IE 13 years ago
Aleksander Machniak a0e3dcf170 Use matching identity in MDN response (#1488864) 13 years ago
Aleksander Machniak 0f4e2f8134 Remove brackets for recipients without name 13 years ago
Thomas Bruederli f7136bd217 Merge branch 'master' of github.com:roundcube/roundcubemail 13 years ago
Thomas Bruederli dc67f38cdf Properly parse message/rfc822 parts including all headers, body decoding and charset conversion 13 years ago
Aleksander Machniak a9bb50d804 Fix handling of signatures on draft edit: Don't add new signature
and don't remove the old-one, the same for Edit as new (#1488798)
13 years ago
Aleksander Machniak 04689fa7ee Fix so compacting of non-empty folder is possible also when messages list is empty (#1488858) 13 years ago
Aleksander Machniak bb5d728285 Use also Envelope-To for identity selection (#1488553) 13 years ago
Aleksander Machniak 25bf00ecbc Merge branch 'master' of github.com:roundcube/roundcubemail 13 years ago
Aleksander Machniak d9f109b56a Allow forwarding of multiple emails (#1486854) 13 years ago
Thomas Bruederli 31521613e4 Append filename extension if missing 13 years ago
Thomas Bruederli a8a72e2e7e Nicely render headers of message/rfc822 parts 13 years ago
Aleksander Machniak 8b748de4ec Plugin API: add 'check_recent' hook with possibility to control folders list used on check-recent action 13 years ago
Aleksander Machniak 176172c850 Fix PHP warning when replied message contains exactly one Delivered-To header 13 years ago
Aleksander Machniak c7ff6ec2cb Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844) 13 years ago
Aleksander Machniak 0fa54df638 enriched.inc -> rcube_enriched 13 years ago
Aleksander Machniak 8afbc8aeea Fix attachment Content-Length for in-memory files (#1488844) 13 years ago
Aleksander Machniak 0247b89c38 Move code for identity selection to function, move identities formatting to rcube_user::list_identities() 13 years ago
Aleksander Machniak 30cc01f89d Use Delivered-To header as a last resort for identity selection (#1488840) 13 years ago
Thomas Bruederli c14b337450 Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes and filename extensions 13 years ago
Thomas Bruederli 60226a75d8 Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes 13 years ago
Aleksander Machniak 5352b55779 Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
	CHANGELOG
13 years ago
Aleksander Machniak 297c1afb80 Fix redundant colon after last address in print mode 13 years ago
Aleksander Machniak 65dff8f812 Fix hidden flag and default_addressbook settings handling 13 years ago
Thomas Bruederli b81e7e91a9 Consider filename extension to detect image attachments of type application/octet-stream 13 years ago
Thomas Bruederli 271c5c9764 Correctly handle multiple file uploads (#1488820) 13 years ago
Thomas Bruederli ac382e1145 Always save drafts with format=flowed in order to keep original paragraphs and line wraps (#1488799) 13 years ago