Commit Graph

720 Commits (d560e78d98b291efd8db777e944bf57bb1b577e8)

Author SHA1 Message Date
thomascube eab71fdf7e Remove accidentally committed debug code 14 years ago
thomascube 62c791f609 Prevent from saving a non-existing skin path in user prefs 14 years ago
alecpl 614c642a4b - Fix list_cols is not updated after column dragging (#1486999)
- Improved save-pref action and moved to separate file in utils task directory
- Improved http_post/http_request to support first argument in form 'task/action'
14 years ago
alecpl b8d96f6e60 - Use random sleep interval up to 3 sec. in 'get' action when IMAP conn. fails 14 years ago
alecpl 431234538a - Fix when IMAP connection fails in 'get' action session shouldn't be destroyed (#1486995)
- Performance: improve mail/get action and skip one IMAP connection
14 years ago
alecpl 33dfdd891b - Improve logic of signatures colorizing and truncating, introduce sig_max_lines option 14 years ago
alecpl 99b8c1e2ac - Fix format=flowed handling (#1486989) + small improvements in plain messages parsing 14 years ago
alecpl cb3dfdfede - Fix messages background image handling in some cases (#1486990) 14 years ago
alecpl 71f60cc9aa - Re-add 'Close' button in upload form (#1486930, #1486823) 14 years ago
alecpl d37e1e25ff - Change upload box form name (was the same as compose form) 14 years ago
alecpl 7b7edcfa52 - Always check INBOX for recent messages, with check_all_folders=false too (#1486912) 14 years ago
alecpl 1d8cbca272 - Use host FQDN in Message-Id, if possible (#1486924) 14 years ago
alecpl 64233d2189 - Fix timezone string in sent mail (#1486961) 14 years ago
alecpl 47d06e46df - Display inline images with known extensions and non-image content-type (#1486934) 14 years ago
alecpl 38d9304a00 - Remove unused check 14 years ago
alecpl 3c3433e05a - Added 'message_body_prefix' hook. Now it's possible to add some HTML code
before every displayed part of the message.
14 years ago
alecpl fb995a813a - Improve displaying of html messages with body's background image 14 years ago
alecpl 7b808b585b - Fix bgcolor attribute of message body handling 14 years ago
alecpl e6ce0062f2 - Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings) 14 years ago
alecpl db1f1e31ca - Include all recipients in sendmail log 14 years ago
alecpl b9ec2bd1b4 - Added handling of PCRE limits errors in rcmail_wash_html() (#1486856) 14 years ago
thomascube 90e7080d28 Create Sent folder when composing a message (#1486802) 14 years ago
alecpl 9bb1fc7b0b - Make sure attachment name doesn't contain \r\n (#1486832) 14 years ago
alecpl 4eb8493b40 - Fix body in message_sent hook when delay_file_io=true (#1486824) 14 years ago
alecpl 761894e65b - Show attachment icon on the list also for messages with Content-Type: application/* 14 years ago
alecpl 087c7dc5d2 - Improved compose screen: resizable body and attachments list, vertical splitter, options menu
- Removed productname/version element, changed footer size to 20px
14 years ago
alecpl bdb13a51f7 - Fix RC forgets search results (#1483883) 14 years ago
alecpl b25dfd0913 - removed PHP closing tag 14 years ago
alecpl a2e81736a9 - Move quota indicator to mailboxlist footer
- Fix groupcontrols on IE6 (use gif)
14 years ago
alecpl 8958d01311 - Fix: when From field is a first object in compose template form's hidden fields aren't added to the output 14 years ago
alecpl ce06d32dd8 - UI unification
- Added button to hide/unhide the preview pane (#1484215)
14 years ago
alecpl 330a10b952 - remove debug code 14 years ago
alecpl 2bf3cc6fc3 - Use user's timezone in Date header, not server's timezone (#1486119) 14 years ago
alecpl 5852c14d3e - Add option to set separate footer for HTML messages (#1486660) 14 years ago
alecpl 172e3346ca - Added mailboxlist options menu in message page 14 years ago
alecpl 64e3e80743 - Fix some IMAP errors handling when opening the message (#1485443) 14 years ago
alecpl dbe4988941 - Remove duplicates in autocomplete result (#1486772) 14 years ago
alecpl 2144f9c432 - Skip UNSEEN counting when list is empty 14 years ago
alecpl 5bde172aef - Add 'messages_list' hook (#1486266) 14 years ago
alecpl 6c9d496fcc - 'threads' column made movable 14 years ago
alecpl ac8edbed35 - Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712) 14 years ago
alecpl d311d809d6 - Fix forwarding of messages with winmail attachments
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message
- Fix handling of uuencoded attachments in message body (#1485839)
- Extend rc_mime_content_type() to work with string buffer
14 years ago
alecpl 8f2b463981 - handle properly inline images without content_id but with content_location 14 years ago
alecpl c973abfd8b - fix regular expression for images src replacement 14 years ago
alecpl e55923241f - fix white character after closing tag 14 years ago
alecpl ae00404a60 - translate internalerror message 14 years ago
svncommit 141eb8a497 Fix double-addition of e-mail domain to content ID in HTML images 14 years ago
thomascube dffcaa59db No need for the padding since quoted lines are not wrapped at all 14 years ago
thomascube c769c6699f Default line length is 72 14 years ago
thomascube 6b6f2e83de Display and send messages with format=flowed (#1484370), fixes word wrapping issues (#1486543) 14 years ago