summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
2008-10-27- Fix unread message unintentionally marked as read if ↵alecpl
read_when_deleted=true (#1485409)
2008-10-26- Added 'keep_alive' and 'min_keep_alive' options (#1485360)alecpl
2008-10-25- Don't send disposition notification receipts for messages marked as 'read' ↵alecpl
(#1485523)
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵svncommit
date parsing
2008-10-24- last commit fixalecpl
2008-10-24- Added option 'identities_level', removed 'multiple_identities'alecpl
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-24- Added option 'identities_level', removed 'multiple_identities'alecpl
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-22- Added option focus_on_new_message (#1485374)alecpl
2008-10-21Improve vcard import (#1485502); try utf-8 first in charset detectionthomascube
2008-10-20- #1485499: make email address comparision case insensitivealecpl
- support multibyte characters in in_array_nocase()
2008-10-18- Fix html signature formatting when identity save error occured (#1485426)alecpl
2008-10-18- wrap also prefix line in reply bodyalecpl
2008-10-15- Add feedback and set busy when moving folder (#1485497)alecpl
2008-10-14#1485398, #1485441: fix (p)spell checking CRLF/multibyte issuesalecpl
2008-10-13#1485441: fix pspell checking of multibyte languagesalecpl
2008-10-13#1485494: fixed signatures removal on replyalecpl
2008-10-09- don't set border=0 for images (use css for that)alecpl
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#1485465: use common.css from skins instead of non-existent style.cssalecpl
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- Add 'skip_deleted' option in User Preferences (#1485445)alecpl
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-25Improve vcard decoding and import stepthomascube
2008-09-24#1485405: typoalecpl
2008-09-22- allow to enable/disable configuration for only some of special foldersalecpl
2008-09-22- read current language from rcube_user object (config may contains 'pl', ↵alecpl
but user 'pl_PL')
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-20- allow signature textarea size setting from skin + use cols=60alecpl
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