summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
2008-11-27#1485581: not use parenthesis when searching with 2 search keysalecpl
2008-11-25Added missing step file (#1485578)thomascube
2008-11-24- make attachment check in rcmail_message_list and rcmail_js_message_list ↵alecpl
the same
2008-11-23Do serverside addressbook queries for autocompletion (#1485531) + make ↵thomascube
autocompletion list clickable
2008-11-23- Allow setting attachment col position in 'list_cols' optionalecpl
- Allow override 'list_cols' via skin (#1485577) - Fix: allow empty attribs in templates
2008-11-20- Better HTML entities conversion in html2text (#1485519)alecpl
2008-11-20- small improvements - removed redundant codealecpl
2008-11-19- fix default spellcheck language setting (#1485570)alecpl
2008-11-19Remove BOM in html message body + don't require quotes in meta tag ↵thomascube
specifying charset
2008-11-17- optimization: don't set first/last/prev/next uids in preview/print modealecpl
2008-11-14- fixes for status filteralecpl
- don't call search second time if first call returns empty (array) result
2008-11-13- fix: initialize searching when '_action' is not set (when go back from ↵alecpl
compose)
2008-11-13- Added message status filter + fixes for r2046 (searching with SORT)alecpl
2008-11-12- fix doubled timestamp in sendmail logalecpl
2008-11-12- Use SORT for searching on servers with SORT capabilityalecpl
2008-11-05- Fix HTML editor initialization on IE (#1485304)alecpl
- move back toggle_editor function to editor.js - merge identity and compose editor init functions
2008-11-03- Add warning when switching editor mode from html to plain (#1485488)alecpl
- Unified editor switching functions
2008-11-03#1485511: better handling for editing non-existing identitiesalecpl
2008-11-03Don't use addslashes() which could produce unexpected results when ↵thomascube
magic_quotes_sybase is on
2008-10-27-fix: mark as read (for read_when_deleted) only when moving messages to trashalecpl
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