summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
AgeCommit message (Collapse)Author
2009-03-11Added functionality to copy messages from one mailbox to another.Nathan Kinkade
2009-03-11Applied message threading patch from Chris January: ↵Nathan Kinkade
http://www.atomice.com/blog/?p=33
2009-03-10Partially reverted r2339 + fix indentationthomasb
git-svn-id: https://svn.roundcube.net/trunk@2347 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09Fixed check-recent [richs]richs
git-svn-id: https://svn.roundcube.net/trunk@2339 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-19- Fix authentication when submitting form with existing session (#1485679)alec
git-svn-id: https://svn.roundcube.net/trunk@2242 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-05- performance: skip imap connection for attachments actionsalec
- created attachments.inc file for attachment upload, remove and display actions git-svn-id: https://svn.roundcube.net/trunk@2121 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-04- performance: connect to imap server only when neededalec
(some mail actions do not require imap connection) git-svn-id: https://svn.roundcube.net/trunk@2119 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-28- re-fix r2095alec
git-svn-id: https://svn.roundcube.net/trunk@2096 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-28#1485584: display proper warning on login with empty user and passalec
git-svn-id: https://svn.roundcube.net/trunk@2095 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-30- added BYE response simple support to prevent from endless loops in ↵alec
imap.inc (#1483956) git-svn-id: https://svn.roundcube.net/trunk@2026 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵estadtherr
date parsing git-svn-id: https://svn.roundcube.net/trunk@2009 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-10Fix some recently introduced bugsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1760 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Killed one more global var + log logins to a separate file (not console)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1735 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Moved code block to a more appropriate position + codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@1697 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-28Add folder hierarchy collapsing.robin
git-svn-id: https://svn.roundcube.net/trunk@1687 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-28Add rcube name prefixes + codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@1685 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-28Show appropriate error message if config files are missingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1614 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Store compose parameters in session and redirect to a unique URLthomasb
git-svn-id: https://svn.roundcube.net/trunk@1562 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Simplify step inclusion in controller (index.php)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1560 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14More code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@1532 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-06Add option to log successful logins.robin
git-svn-id: https://svn.roundcube.net/trunk@1483 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-11-fixed disclaimeralec
git-svn-id: https://svn.roundcube.net/trunk@1376 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-07More code cleanup + oop-izationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1360 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-02- fixed task setting on loginalec
git-svn-id: https://svn.roundcube.net/trunk@1351 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomasb
global vars git-svn-id: https://svn.roundcube.net/trunk@1344 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-11#1484972: optimization: mark as read in one action with preview, deleted ↵alec
redundant quota reads git-svn-id: https://svn.roundcube.net/trunk@1285 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-11#1483863: empty trash and expunge inbox on logoutalec
git-svn-id: https://svn.roundcube.net/trunk@1282 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-28Disable installer by default; add config option to enable it againthomasb
git-svn-id: https://svn.roundcube.net/trunk@1222 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-22* committed patch from #1484231till
git-svn-id: https://svn.roundcube.net/trunk@1208 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-22* fixing warning reported in #1484851till
git-svn-id: https://svn.roundcube.net/trunk@1206 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-14Add config parameter to disable the installer warningthomasb
git-svn-id: https://svn.roundcube.net/trunk@1193 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-02Disable PHP notices + check for installer script on login pagethomasb
git-svn-id: https://svn.roundcube.net/trunk@1162 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-11* changed version ;)till
git-svn-id: https://svn.roundcube.net/trunk@1041 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* reverting patch from #1484236till
git-svn-id: https://svn.roundcube.net/trunk@990 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-10New class rcube_user + send message disposition notificationthomasb
git-svn-id: https://svn.roundcube.net/trunk@938 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Show appropriate warning on connection errorthomasb
git-svn-id: https://svn.roundcube.net/trunk@882 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-16Use common function to mark the user session as not logged inthomasb
git-svn-id: https://svn.roundcube.net/trunk@871 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-29* changed sessid to roundcube_sessid (#1484475)till
git-svn-id: https://svn.roundcube.net/trunk@740 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-29# fixed: #1484517till
git-svn-id: https://svn.roundcube.net/trunk@730 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-13Fix bugs introduced with latest changesthomasb
git-svn-id: https://svn.roundcube.net/trunk@675 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Some bugfixes, security issues + minor improvementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@668 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-07Documentation, code style and cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@666 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-06-08fixed html2text in editorestadtherr
git-svn-id: https://svn.roundcube.net/trunk@611 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-06-05fixed HTML->Plain conversionestadtherr
git-svn-id: https://svn.roundcube.net/trunk@593 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-18Use HTTP-POST requests for actions that change application statethomasb
git-svn-id: https://svn.roundcube.net/trunk@573 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-17Updated description files and version infothomasb
git-svn-id: https://svn.roundcube.net/trunk@571 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@543 208e9e7b-5314-0410-a742-e7e81cd9613c