summaryrefslogtreecommitdiff
path: root/roundcubemail/program
AgeCommit message (Collapse)Author
2008-02-05Applied patch to prevent bad header delimiters (#1484751)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1022 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-05Also send search request when deleting a contact (#1484620)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1021 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-05Applied patch to prevent from purging inbox (#1484449) + CSS hack for Safarithomasb
git-svn-id: https://svn.roundcube.net/trunk@1020 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-05Applied patch for updating page title (#1484727, #1484650)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1019 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-05* added FIXMEtill
* tried to debug a loop git-svn-id: https://svn.roundcube.net/trunk@1016 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-04Respect config when localize folder namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1014 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-04Make sending of read receipts configurablethomasb
git-svn-id: https://svn.roundcube.net/trunk@1013 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-04Fix client side e-mail address checkthomasb
git-svn-id: https://svn.roundcube.net/trunk@1011 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-03* cstill
git-svn-id: https://svn.roundcube.net/trunk@1003 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-03* putting latest MDB2 into SVNtill
* adding MDB2 drivers for mssql, mysql, mysqli, pgsql, sqlite git-svn-id: https://svn.roundcube.net/trunk@1002 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* fixed another instance of preg_quote() (thanks Sean N. Heukels)till
git-svn-id: https://svn.roundcube.net/trunk@999 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02Also respect receipt and priority settings when re-opening a draft messagethomasb
git-svn-id: https://svn.roundcube.net/trunk@998 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02Always update $CONFIG with user prefs (#1484729)thomasb
git-svn-id: https://svn.roundcube.net/trunk@997 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02Simplified fix for remembering searches when viewing message + Don't ask for ↵thomasb
MDN confirmations on drafted messages (#1484691) git-svn-id: https://svn.roundcube.net/trunk@996 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* fixed #1484629till
* some cs git-svn-id: https://svn.roundcube.net/trunk@994 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* fixed #1484738till
git-svn-id: https://svn.roundcube.net/trunk@993 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* replace more double with single-quotestill
* some cs git-svn-id: https://svn.roundcube.net/trunk@992 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* replaced more " with 'till
* some CS * added some comments to delimiter 'logic' git-svn-id: https://svn.roundcube.net/trunk@991 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* oops, fixed a parse error (which i just comitted) >:(till
git-svn-id: https://svn.roundcube.net/trunk@989 208e9e7b-5314-0410-a742-e7e81cd9613c
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) git-svn-id: https://svn.roundcube.net/trunk@988 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* compose.patch from #1483899till
git-svn-id: https://svn.roundcube.net/trunk@987 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* added @todotill
* fixed more cs (in switch()) git-svn-id: https://svn.roundcube.net/trunk@986 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* minor cstill
* fixed #1484712 git-svn-id: https://svn.roundcube.net/trunk@985 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* cleaned up CS (confusion in #1484467)till
* simplyfied lots of if-else structures git-svn-id: https://svn.roundcube.net/trunk@984 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-31Remember search results (closes #1483883).robin
git-svn-id: https://svn.roundcube.net/trunk@976 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-31Small error in translation.robin
git-svn-id: https://svn.roundcube.net/trunk@975 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-31Update Dutch translation.robin
git-svn-id: https://svn.roundcube.net/trunk@974 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-29 * included error code in error messagetill
* returned directly from the SMTP on authentication error * useful for debugging SMTP errors git-svn-id: https://svn.roundcube.net/trunk@970 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-29 * updated bundled Net_Socket to 1.0.8till
* updated bundled Net_SMTP to 1.2.10 git-svn-id: https://svn.roundcube.net/trunk@969 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-29add albanian localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@964 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-14add he (Hebrew) localization (#1484713)tomekp
git-svn-id: https://svn.roundcube.net/trunk@955 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-08update fr localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@952 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-07new german (de_DE) translation. i hope i have the correct meaning ;-)Stiwi
git-svn-id: https://svn.roundcube.net/trunk@951 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-04bump copyright for all localization filestomekp
git-svn-id: https://svn.roundcube.net/trunk@950 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-04purge kur_KU because it has no messages translationtomekp
git-svn-id: https://svn.roundcube.net/trunk@949 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-04Updated Russian localizationwebmechanics
git-svn-id: https://svn.roundcube.net/trunk@948 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-31update es localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@947 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-28update mk localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@946 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-27update se localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@945 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-13Add Received header to outgoing mail.robin
git-svn-id: https://svn.roundcube.net/trunk@944 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-13updated et_EEyllar
git-svn-id: https://svn.roundcube.net/trunk@943 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-13Regard mdn flag in etag for cachingthomasb
git-svn-id: https://svn.roundcube.net/trunk@942 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-11added ability to insert attached images in HTML editorestadtherr
git-svn-id: https://svn.roundcube.net/trunk@940 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10upgrade TinyMCE version to latestestadtherr
git-svn-id: https://svn.roundcube.net/trunk@939 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10New class rcube_user + send message disposition notificationthomasb
git-svn-id: https://svn.roundcube.net/trunk@938 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10Remove some unused object propertiesthomasb
git-svn-id: https://svn.roundcube.net/trunk@937 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-05update bg, uk localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@936 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-04update bg localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@935 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-30Simplified email address check (fixes #1484679)thomasb
git-svn-id: https://svn.roundcube.net/trunk@934 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-29Track message disposition notification flag and headersthomasb
git-svn-id: https://svn.roundcube.net/trunk@933 208e9e7b-5314-0410-a742-e7e81cd9613c