summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
2008-02-02Simplified fix for remembering searches when viewing message + Don't ask for ↵thomascube
MDN confirmations on drafted messages (#1484691)
2008-02-02* fixed #1484738till
2008-02-02* oops, fixed a parse error (which i just comitted) >:(till
2008-02-02* added an additional check so not everyone "attempts" ldap search if this ↵till
is not configured (compose.patch did not contain this)
2008-02-02* compose.patch from #1483899till
2008-01-31Remember search results (closes #1483883).svncommit
2007-12-13Add Received header to outgoing mail.svncommit
2007-12-13Regard mdn flag in etag for cachingthomascube
2007-12-11added ability to insert attached images in HTML editorsvncommit
2007-12-10New class rcube_user + send message disposition notificationthomascube
2007-11-29Track message disposition notification flag and headersthomascube
2007-11-25Only show new messages if they match the current search (#1484176)thomascube
2007-11-25More input sanitizingthomascube
2007-11-25Fixed some potential security risks + updatedd changelogthomascube
2007-11-25Fix overriding of session vars when register_globals is on (#1484670)thomascube
2007-11-07Correctly decode attachments when downloading them (fixes #1484645)thomascube
2007-11-06Fix bugs #1484555, #1484646 and #1484639thomascube
2007-11-01Also remove unclosed script tags (fixes XSS vulnerability)thomascube
2007-10-19- Enable single-selection toggling in JS list objectsvncommit
- Use row id's instead of folder names in folder renaming/moving - Fix some smaller errors in folder renaming/moving
2007-10-18Fixed syntax typothomascube
2007-10-17Make message listing less error pronethomascube
2007-10-15After renaming/moving a folder, rename/move the children as well.svncommit
2007-10-15When a parent folder is deleted, delete the children immediately, instead of ↵svncommit
one-by-one as r833 did.
2007-10-04Use object method to get imap hierarchy delimiterthomascube
2007-10-03Update copyright noticesvncommit
2007-10-02Fix of the better fix of the bugfix :-)thomascube
2007-10-02Better fix for messaage reloading after movingthomascube
2007-10-02Fix loading of next messages after moving/deleting (#1484307)thomascube
2007-09-29Filter linked/imported CSS files (#1484056)thomascube
2007-09-26Set default IMAP folder delimiter; make sure is not emptythomascube
2007-09-26Fix folder-management when delimiter is empty (re-closes #1457344).svncommit
2007-09-26Improve message compose screenthomascube
2007-09-25Create new folder as child of selected folder.svncommit
2007-09-25Enable drag-/dropping of folders to a new parent folder, closes #1457344.svncommit
2007-09-19Allow vars and PHP code in templates; improved page title; fixed #1484395thomascube
2007-09-11Fixed message search issuesthomascube
2007-09-09Fixed wrong delete button tooltip (#1483965)thomascube
2007-09-09Ensure XHTML validationthomascube
2007-09-06Add Sydney to GMT+10 (AEST), closing #1484401.svncommit
2007-09-01+ implemented checks for max pagesize (#1484484)till
2007-08-30Don't add message footer when saving as draftthomascube
2007-08-29+ feedbacktill
2007-08-29# fixed: #1484527till
2007-08-15LDAP improvementsthomascube
2007-08-10Fix compose function from address book + mozilla compatibilitythomascube
2007-08-10Some bugfixes, security issues + minor improvementsthomascube
2007-07-26Move folder rendering functions so they can be used in the settings section.svncommit
2007-07-03Fix address adding bug reported by David Koblasthomascube
2007-06-12Minor bugfixes reported on the dev-listthomascube
2007-05-28Prevent default events on subject link; fixed typo in smtp scriptthomascube