summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
AgeCommit message (Collapse)Author
2008-10-05- removed deprecated rcube_add_label() and all usesalec
- code for 'show' action added in r1937 moved to show.inc git-svn-id: https://svn.roundcube.net/trunk@1939 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-05restore some script environment variables removed in r1918 but needed in ↵estadtherr
"show" action git-svn-id: https://svn.roundcube.net/trunk@1937 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03- Add 'skip_deleted' option in User Preferences (#1485445)alec
git-svn-id: https://svn.roundcube.net/trunk@1931 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03#1485442: set mailbox name in client env in mail/show actionalec
git-svn-id: https://svn.roundcube.net/trunk@1928 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03- fix "Back to message list" button (#1485440)alec
git-svn-id: https://svn.roundcube.net/trunk@1925 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-03- show notice instead of warning if search results contains no results ↵alec
(#1485437) git-svn-id: https://svn.roundcube.net/trunk@1922 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-02- Fix race conditions when changing mailbox (set some env variables only ↵alec
when needed - no action or action==list) git-svn-id: https://svn.roundcube.net/trunk@1918 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-02- small improvement in getunread.inc + fix: don't call msglist_select() for ↵alec
getunread and check-recent actions git-svn-id: https://svn.roundcube.net/trunk@1917 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-01- Better handling of "no identity" and "no email in identity" situations ↵alec
(#1485117) git-svn-id: https://svn.roundcube.net/trunk@1908 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-29- #1485290: Fix unread counter when displaying cached massage in preview panelalec
- remove some empty lines in app.js git-svn-id: https://svn.roundcube.net/trunk@1900 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-29- Added 'mime_param_folding' option with possibility to choosealec
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences git-svn-id: https://svn.roundcube.net/trunk@1897 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-25Improve vcard decoding and import stepthomasb
git-svn-id: https://svn.roundcube.net/trunk@1891 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-24#1485405: typoalec
git-svn-id: https://svn.roundcube.net/trunk@1887 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-22- allow to enable/disable configuration for only some of special foldersalec
git-svn-id: https://svn.roundcube.net/trunk@1883 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-22- read current language from rcube_user object (config may contains 'pl', ↵alec
but user 'pl_PL') git-svn-id: https://svn.roundcube.net/trunk@1882 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-21Separate method to create iframe tags (with a list of allowed attributes)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1871 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-21- use more 'html' classalec
git-svn-id: https://svn.roundcube.net/trunk@1870 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-20#1485384: fix quota span tag attribsalec
git-svn-id: https://svn.roundcube.net/trunk@1866 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-20#1485385: fix missing close form tagalec
git-svn-id: https://svn.roundcube.net/trunk@1865 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-20Fix empty subject header display (#1485383) + improve safari CSS hacksthomasb
git-svn-id: https://svn.roundcube.net/trunk@1862 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-20- allow signature textarea size setting from skin + use cols=60alec
git-svn-id: https://svn.roundcube.net/trunk@1859 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19Create valid <a> tagsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1851 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19- added set_message, set_message_icon and set_message_status functionsalec
- icon setting more unified + some small fixes/typos - get rid of *_from_preview() functions (Thomas, don't be mad, it was truly tested ;)) git-svn-id: https://svn.roundcube.net/trunk@1848 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Trim and abbreviate subjects in message listingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1831 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18#1484805: fix next/last page buttons when new message is added to the list + ↵alec
remove last message git-svn-id: https://svn.roundcube.net/trunk@1819 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18- don't add new row to messages list if only marking as deleted ↵alec
(flag_for_deletion=true) git-svn-id: https://svn.roundcube.net/trunk@1818 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-17- code cleanup + fix for malformed html (#1485139)alec
git-svn-id: https://svn.roundcube.net/trunk@1814 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-17- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)alec
git-svn-id: https://svn.roundcube.net/trunk@1811 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-17- Display progress message for folders create/delete/rename operations ↵alec
(#1485357) git-svn-id: https://svn.roundcube.net/trunk@1809 208e9e7b-5314-0410-a742-e7e81cd9613c
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-15Redesign of the identities settings + add config option to disable multiple ↵thomasb
identities git-svn-id: https://svn.roundcube.net/trunk@1796 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-14- use html2text for signatures in Settings/Identitiesalec
git-svn-id: https://svn.roundcube.net/trunk@1788 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-13- localization fix for 'replyto' label length (use short 'replyto' and long ↵alec
'reply-to') git-svn-id: https://svn.roundcube.net/trunk@1784 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-12Insert virtual folders in subscription list (#1484779) + code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@1765 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore ↵thomasb
(#1484453) git-svn-id: https://svn.roundcube.net/trunk@1763 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-11- fix language setting (language select wasn't "refreshed" after change)alec
git-svn-id: https://svn.roundcube.net/trunk@1762 208e9e7b-5314-0410-a742-e7e81cd9613c