summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
AgeCommit message (Collapse)Author
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-06Reset page number when exporting contactsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1753 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-06Don't import contacts without an e-mail address (does not make sense)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1752 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-04Fix html links for address book directoriesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1726 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-04Always list all address sourcesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1725 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03Interesting: (0 == 'auto') => truethomasb
git-svn-id: https://svn.roundcube.net/trunk@1723 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1722 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-02New feature to import contacts from a vcard file + mark form buttons that ↵thomasb
provide the most obvious operation git-svn-id: https://svn.roundcube.net/trunk@1716 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-31Show real names in folder drop-down + rebuild default_imap_folders property ↵thomasb
when saving prefs git-svn-id: https://svn.roundcube.net/trunk@1622 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
2008-07-31Make special folders configurable for the userthomasb
git-svn-id: https://svn.roundcube.net/trunk@1619 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Code cleanup with new html classesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1618 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Fix read_when_deleted behavior + javascript codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@1617 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-29Add microformats to address book + fix html output + codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@1615 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-28Show appropriate error message if config files are missingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1614 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-25Prefer File_Info over mime_content_type + detect mime type when uploading + ↵thomasb
some code style git-svn-id: https://svn.roundcube.net/trunk@1610 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-22PHP bug #32547 workaround: remove <title> tag because of libxml2 library ↵alec
problem (#1485178) git-svn-id: https://svn.roundcube.net/trunk@1606 208e9e7b-5314-0410-a742-e7e81cd9613c