summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
AgeCommit message (Collapse)Author
2008-09-16- Added Reply-To to forwarded emails (#1485315)alec
git-svn-id: https://svn.roundcube.net/trunk@1808 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Added icons for forwarded/forwarded+replied messages (#1485257)alec
git-svn-id: https://svn.roundcube.net/trunk@1807 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Allow and use spellcheck attribute for input/textarea fields (#1485060)alec
git-svn-id: https://svn.roundcube.net/trunk@1806 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16Fix typos + only add callback for style tags when safe-flag is setthomasb
git-svn-id: https://svn.roundcube.net/trunk@1804 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Fix inline images handling when replying/forwarding html messagesalec
git-svn-id: https://svn.roundcube.net/trunk@1803 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alec
- Fixed endless loop in iil_C_HandlePartBody() - rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part() git-svn-id: https://svn.roundcube.net/trunk@1800 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-15- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)alec
git-svn-id: https://svn.roundcube.net/trunk@1793 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-14-small folder names abbreviation fixesalec
git-svn-id: https://svn.roundcube.net/trunk@1792 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-14- handle 'undisclosed-recipients in imap.incalec
git-svn-id: https://svn.roundcube.net/trunk@1791 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-14- don't show 'To' header if contains only /^undisclosed-recipients[:;]*$/alec
git-svn-id: https://svn.roundcube.net/trunk@1790 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-13#1485337: fill recipient on reply to address of yourself (if there's only ↵alec
one address found in message) git-svn-id: https://svn.roundcube.net/trunk@1782 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12- Fixed quota img height/width setting from template (#1484857)alec
git-svn-id: https://svn.roundcube.net/trunk@1776 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Allow (sanitized) style elements in HTML messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1773 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Add link to open message in new window + tweaked some header stylesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1767 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12- Added vertical splitter for folders list resizingalec
- Added possibility to view all headers in message view - Fixed splitter drag/resize on Opera (#1485170) - debug console css fixes for IE git-svn-id: https://svn.roundcube.net/trunk@1766 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-06Give the user a second chance when sending failes due session errorthomasb
git-svn-id: https://svn.roundcube.net/trunk@1755 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-06Log error when submitting an invalid compose IDthomasb
git-svn-id: https://svn.roundcube.net/trunk@1754 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-06Don't wrap worwarded text; better wrap reply message textthomasb
git-svn-id: https://svn.roundcube.net/trunk@1751 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Immediately save sort_col/sort_order in user prefs (#1485265)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1748 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Correctly handle options in mailto-links (#1485228)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1747 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Codestyle: indent with spaces instead of tabsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1746 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Also report errors when automatically sending receipt messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1745 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Indicate allowed max. attachment size in compose screen (#1485030)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1741 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05showImages attribute is skin template is obsolte: now set in user prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1739 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Killed one more global var + log logins to a separate file (not console)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1735 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-04Enable export of contacts as vCard + DRYthomasb
git-svn-id: https://svn.roundcube.net/trunk@1732 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-04- Truncate very long (above 50 characters) attachment filenames when displayingalec
git-svn-id: https://svn.roundcube.net/trunk@1729 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03- Fix Reply-To header displaying (#1485314)alec
git-svn-id: https://svn.roundcube.net/trunk@1721 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-02Let rcmail class create address book instancesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1712 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29#1485297: remove signature's div ID from sent html messagealec
git-svn-id: https://svn.roundcube.net/trunk@1700 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29#1485241: be sure that folder is subscribed when saving sent messagealec
git-svn-id: https://svn.roundcube.net/trunk@1698 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-28- Added option 'quota_zero_as_unlimited' (#1484604)alec
git-svn-id: https://svn.roundcube.net/trunk@1691 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-28- Write to log also sent MDN confirmation messagesalec
git-svn-id: https://svn.roundcube.net/trunk@1686 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-27- added options to use syslog instead of log file (#1484850)alec
- added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer git-svn-id: https://svn.roundcube.net/trunk@1683 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-22Remove mailto links from sender/recipient addresses in message list and wait ↵thomasb
for the context menu (#1484931) git-svn-id: https://svn.roundcube.net/trunk@1676 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-22Revert r1670 but improve part download step by fixing headers and adding ↵thomasb
set_time_limit(0) git-svn-id: https://svn.roundcube.net/trunk@1673 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21- Add Content-Length header while attachments downloading (#1484256)alec
git-svn-id: https://svn.roundcube.net/trunk@1670 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21change to double-escape to get through TinyMCE's cleanup #1484904estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1668 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21escape html entities in forward/reply headers #1484904estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1667 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21- typoalec
git-svn-id: https://svn.roundcube.net/trunk@1666 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21#1485288: read In-Reply-To and References when composing saved draftalec
git-svn-id: https://svn.roundcube.net/trunk@1665 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21#1485287: allow underline in html charset for proper replacementalec
git-svn-id: https://svn.roundcube.net/trunk@1662 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-18Prevent from including empty templatethomasb
git-svn-id: https://svn.roundcube.net/trunk@1659 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-18Set defaults for 'spellcheck_languages' and make sure the user language is ↵thomasb
set correctly git-svn-id: https://svn.roundcube.net/trunk@1655 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-15Enable spellchecker for HTML editorthomasb
git-svn-id: https://svn.roundcube.net/trunk@1651 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-15Prevent further errors when the requested dictionary is not available; ↵thomasb
pspell_new() will trigger a warning, that's enough git-svn-id: https://svn.roundcube.net/trunk@1650 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-15Added pspell support patch by Kris Steinhoff (#1483960)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1649 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-14Added template object for current mailbox name (#1485256)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1647 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-13#1485242: better handling of situation when message was sent successfully ↵alec
but cannot be saved git-svn-id: https://svn.roundcube.net/trunk@1644 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Save outgoing mail to selectable folder (#1324581)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1621 208e9e7b-5314-0410-a742-e7e81cd9613c