summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
AgeCommit message (Collapse)Author
2008-11-17- optimization: don't set first/last/prev/next uids in preview/print modealec
git-svn-id: https://svn.roundcube.net/trunk@2061 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-14- fixes for status filteralec
- don't call search second time if first call returns empty (array) result git-svn-id: https://svn.roundcube.net/trunk@2052 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-13- fix: initialize searching when '_action' is not set (when go back from ↵alec
compose) git-svn-id: https://svn.roundcube.net/trunk@2051 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-13- Added message status filter + fixes for r2046 (searching with SORT)alec
git-svn-id: https://svn.roundcube.net/trunk@2049 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-12- fix doubled timestamp in sendmail logalec
git-svn-id: https://svn.roundcube.net/trunk@2047 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-12- Use SORT for searching on servers with SORT capabilityalec
git-svn-id: https://svn.roundcube.net/trunk@2046 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-05- Fix HTML editor initialization on IE (#1485304)alec
- move back toggle_editor function to editor.js - merge identity and compose editor init functions git-svn-id: https://svn.roundcube.net/trunk@2040 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-03- Add warning when switching editor mode from html to plain (#1485488)alec
- Unified editor switching functions git-svn-id: https://svn.roundcube.net/trunk@2035 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-03Don't use addslashes() which could produce unexpected results when ↵thomasb
magic_quotes_sybase is on git-svn-id: https://svn.roundcube.net/trunk@2032 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-27-fix: mark as read (for read_when_deleted) only when moving messages to trashalec
git-svn-id: https://svn.roundcube.net/trunk@2018 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-27- Fix unread message unintentionally marked as read if ↵alec
read_when_deleted=true (#1485409) git-svn-id: https://svn.roundcube.net/trunk@2017 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-25- Don't send disposition notification receipts for messages marked as 'read' ↵alec
(#1485523) git-svn-id: https://svn.roundcube.net/trunk@2010 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵estadtherr
date parsing git-svn-id: https://svn.roundcube.net/trunk@2009 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-22- Added option focus_on_new_message (#1485374)alec
git-svn-id: https://svn.roundcube.net/trunk@2003 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-20- #1485499: make email address comparision case insensitivealec
- support multibyte characters in in_array_nocase() git-svn-id: https://svn.roundcube.net/trunk@1995 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-18- wrap also prefix line in reply bodyalec
git-svn-id: https://svn.roundcube.net/trunk@1985 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-14#1485398, #1485441: fix (p)spell checking CRLF/multibyte issuesalec
git-svn-id: https://svn.roundcube.net/trunk@1980 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-13#1485441: fix pspell checking of multibyte languagesalec
git-svn-id: https://svn.roundcube.net/trunk@1976 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-13#1485494: fixed signatures removal on replyalec
git-svn-id: https://svn.roundcube.net/trunk@1974 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-09- don't set border=0 for images (use css for that)alec
git-svn-id: https://svn.roundcube.net/trunk@1967 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-09- Fix matching case sensitivity when setting identity on reply (#1485480)alec
- Prefer default identity on reply git-svn-id: https://svn.roundcube.net/trunk@1965 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-09- send set_unread_count() only when changing /Seen statusalec
git-svn-id: https://svn.roundcube.net/trunk@1962 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-08#1485294: Add recipients address small validationalec
git-svn-id: https://svn.roundcube.net/trunk@1958 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-07- Write username instead of id in sendmail log (#1485477)alec
git-svn-id: https://svn.roundcube.net/trunk@1953 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-07- #1485475: don't use 4th argument of htmlspecialchars()alec
git-svn-id: https://svn.roundcube.net/trunk@1951 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-07- #1485471: fix drafts savingalec
git-svn-id: https://svn.roundcube.net/trunk@1949 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-06#1485446: calculate message's ETAG including inline_images option (for ↵alec
multipart messages) git-svn-id: https://svn.roundcube.net/trunk@1947 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-06- #1485463: fixed css classes setting in messages listalec
git-svn-id: https://svn.roundcube.net/trunk@1942 208e9e7b-5314-0410-a742-e7e81cd9613c
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#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-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-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