summaryrefslogtreecommitdiff
path: root/program/steps/mail
AgeCommit message (Collapse)Author
2008-10-09- Fix matching case sensitivity when setting identity on reply (#1485480)alecpl
- Prefer default identity on reply
2008-10-09- send set_unread_count() only when changing /Seen statusalecpl
2008-10-08#1485294: Add recipients address small validationalecpl
2008-10-07- Write username instead of id in sendmail log (#1485477)alecpl
2008-10-07- #1485475: don't use 4th argument of htmlspecialchars()alecpl
2008-10-07- #1485471: fix drafts savingalecpl
2008-10-06#1485446: calculate message's ETAG including inline_images option (for ↵alecpl
multipart messages)
2008-10-06- #1485463: fixed css classes setting in messages listalecpl
2008-10-05- removed deprecated rcube_add_label() and all usesalecpl
- code for 'show' action added in r1937 moved to show.inc
2008-10-05restore some script environment variables removed in r1918 but needed in ↵svncommit
"show" action
2008-10-03#1485442: set mailbox name in client env in mail/show actionalecpl
2008-10-03- fix "Back to message list" button (#1485440)alecpl
2008-10-03- show notice instead of warning if search results contains no results ↵alecpl
(#1485437)
2008-10-02- Fix race conditions when changing mailbox (set some env variables only ↵alecpl
when needed - no action or action==list)
2008-10-02- small improvement in getunread.inc + fix: don't call msglist_select() for ↵alecpl
getunread and check-recent actions
2008-10-01- Better handling of "no identity" and "no email in identity" situations ↵alecpl
(#1485117)
2008-09-29- #1485290: Fix unread counter when displaying cached massage in preview panelalecpl
- remove some empty lines in app.js
2008-09-29- Added 'mime_param_folding' option with possibility to choosealecpl
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences
2008-09-21Separate method to create iframe tags (with a list of allowed attributes)thomascube
2008-09-21- use more 'html' classalecpl
2008-09-20#1485384: fix quota span tag attribsalecpl
2008-09-20#1485385: fix missing close form tagalecpl
2008-09-20Fix empty subject header display (#1485383) + improve safari CSS hacksthomascube
2008-09-19Create valid <a> tagsthomascube
2008-09-19- added set_message, set_message_icon and set_message_status functionsalecpl
- icon setting more unified + some small fixes/typos - get rid of *_from_preview() functions (Thomas, don't be mad, it was truly tested ;))
2008-09-18Trim and abbreviate subjects in message listingthomascube
2008-09-18#1484805: fix next/last page buttons when new message is added to the list + ↵alecpl
remove last message
2008-09-18- don't add new row to messages list if only marking as deleted ↵alecpl
(flag_for_deletion=true)
2008-09-17- code cleanup + fix for malformed html (#1485139)alecpl
2008-09-17- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)alecpl
2008-09-16- Added Reply-To to forwarded emails (#1485315)alecpl
2008-09-16- Added icons for forwarded/forwarded+replied messages (#1485257)alecpl
2008-09-16- Allow and use spellcheck attribute for input/textarea fields (#1485060)alecpl
2008-09-16Fix typos + only add callback for style tags when safe-flag is setthomascube
2008-09-16- Fix inline images handling when replying/forwarding html messagesalecpl
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alecpl
- Fixed endless loop in iil_C_HandlePartBody() - rcube_message::get_part_content() speed up using 3rd argument of rcube_imap::get_message_part()
2008-09-15- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)alecpl
2008-09-14-small folder names abbreviation fixesalecpl
2008-09-14- handle 'undisclosed-recipients in imap.incalecpl
2008-09-14- don't show 'To' header if contains only /^undisclosed-recipients[:;]*$/alecpl
2008-09-13#1485337: fill recipient on reply to address of yourself (if there's only ↵alecpl
one address found in message)
2008-09-12- Fixed quota img height/width setting from template (#1484857)alecpl
2008-09-12Allow (sanitized) style elements in HTML messagesthomascube
2008-09-12Add link to open message in new window + tweaked some header stylesthomascube
2008-09-12- Added vertical splitter for folders list resizingalecpl
- Added possibility to view all headers in message view - Fixed splitter drag/resize on Opera (#1485170) - debug console css fixes for IE
2008-09-06Give the user a second chance when sending failes due session errorthomascube
2008-09-06Log error when submitting an invalid compose IDthomascube
2008-09-06Don't wrap worwarded text; better wrap reply message textthomascube
2008-09-05Immediately save sort_col/sort_order in user prefs (#1485265)thomascube
2008-09-05Correctly handle options in mailto-links (#1485228)thomascube