Commit Graph

1032 Commits (bfc30700672fb40eb488259a70473f130d2f52ea)

Author SHA1 Message Date
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
Thomas Bruederli c72a96144d Improve line wrapping behavior where message charset is changed by plugins (including html2plaintext conversion) 13 years ago
Thomas Bruederli a9e136161a Use dedicated method to determine an attachment's file size 13 years ago
Thomas Bruederli 3bf7310fa3 Add onclick handler to Show-links 13 years ago
Thomas Bruederli d20e965c48 Improve thumbnail display: center images and display a 'show' link for attachments the browser is capable to display them 13 years ago
Thomas Bruederli 8fb4f05725 Move default value for client_mimetypes to rcube_config; make sure an array is returned 13 years ago
Aleksander Machniak 8d54286df8 Merge branch 'keep-alive'
Conflicts:
	CHANGELOG
13 years ago
Aleksander Machniak 52d0d94910 Fix handling of text/enriched content on message reply/forward/edit 13 years ago
Aleksander Machniak 398238abf2 Remove redundant code 13 years ago
Aleksander Machniak d15163ab6e Fix XSS vulnerability in handling of text/enriched messages (#1488806) 13 years ago
Aleksander Machniak 4340d5e634 Fix excessive LFs at the end of composed message with top_posting=true (#1488797) 13 years ago
Thomas Bruederli e43dcb0df3 Merge branch 'master' of github.com:roundcube/roundcubemail 13 years ago
Aleksander Machniak e5e2190e4e Fix bug where leading blanks were stripped from quoted lines (#1488795) 13 years ago
Aleksander Machniak 77de23fa93 Added cross-task 'refresh' request for system state updates 13 years ago
Thomas Bruederli 03149131f7 New feature: display attached images as thumbnails below message body 13 years ago
Aleksander Machniak fb53c809a6 Fix AREA links handling (#1488792) 13 years ago
Aleksander Machniak 9ce2398ef9 Fix regression in detecting if attachment should be displayed inline (is an image) 13 years ago
Thomas Bruederli 28de391182 Recursively resolve paths of iframe contents; unify contentframe registration and reduce code-duplication 13 years ago
Thomas Bruederli dc6794f9c4 Don't add Bcc headers from identity twice (e.g. if already saved in draft) 13 years ago
Aleksander Machniak abe164367b Fix HTML entities handling on addressbooks list 13 years ago
Thomas Bruederli ddafe4e410 Merge branch 'dev-compose-newwindow' 13 years ago
Aleksander Machniak e04e314440 Add option to disable saving sent mail in Sent folder - no_save_sent_messages (#1488686) 13 years ago
Aleksander Machniak f0affa6cc2 - Fix handling dont_override with message_sort_col and message_sort_order settings (#1488760) 13 years ago
Thomas Bruederli 3715694887 Merge branch 'master' of github.com:roundcube/roundcubemail 13 years ago
Thomas Bruederli e6a0747155 Convert all identity headers into the desired message charset 13 years ago
Aleksander Machniak 374104ed6d Fixed undefined global variable 13 years ago
Aleksander Machniak 0768134de1 Fix bug where wrong words were highlighted on spell-before-send check 13 years ago
Thomas Bruederli 83f2f6bb65 Display email address if contact has more than one (in compose address book widget) 13 years ago
Aleksander Machniak 22c67d0ec2 Fix handling of URLs with asterisk characters (#1488759) 13 years ago
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 13 years ago
Thomas Bruederli 464a0fba9d Display connection errors in UI. Stack error messages in popup (Larry skin) 13 years ago
Thomas Bruederli 0f7d11e798 Better fix for headers decoding problem: fetch them as raw and let rcube_mime::decode_address_list() do the job right 13 years ago
Thomas Bruederli 27be4e7644 Fix header charset decoding when opening a draft message 13 years ago
Aleksander Machniak 7ac533dede Add flags and date arguments to kolab_storage::save_message() 13 years ago
Thomas Bruederli 7257040ca2 Add localized titles for message header toggles 13 years ago
Thomas Bruederli 765ecb9fa0 Let the skin limit the number of visible recipeints and place a link to show them all in a dialog (better fix for #1488590) 13 years ago
Thomas Bruederli 61512fe104 Avoid double-quoting of some message headers; wrap email address strings in <span> for better styling 13 years ago
Thomas Bruederli c23aad2feb Revert "Add full headers view in message preview window (#1488538)"
This reverts commit af276f21e5.

Conflicts:

	CHANGELOG
	skins/larry/mail.css
13 years ago
Thomas Bruederli 0746d58fce Allow to mark/flag messages from full message view screen 13 years ago
Aleksander Machniak fa57c98854 Don't add inline images from HTML part to the attachments list when forwarding in plain text 13 years ago
Aleksander Machniak a04a74fec4 Improvements in building criteria string for IMAP SEARCH 13 years ago
Aleksander Machniak 9287ed36b3 - Replace data URIs of images (pasted in HTML editor) with inline attachments (#1488502) 13 years ago
Aleksander Machniak 06073ef216 Merge branch 'message_show_ui'
Conflicts:
	CHANGELOG
14 years ago
Aleksander Machniak af276f21e5 Add full headers view in message preview window (#1488538)
Fix message display page issues - unified with message preview (#1488590, #1488642)
14 years ago
Aleksander Machniak 10141cd6fd Fix displaying all headers when they contain malformed characters (#1488666) 14 years ago