Commit Graph

115 Commits

Author SHA1 Message Date
alecpl
3a2b270c9d - always call logout action as task (#1485919) 2009-06-15 07:01:36 +00:00
alecpl
0ce119869d - use preg functions instead of ereg functions 2009-06-01 08:20:10 +00:00
alecpl
d51c93b43e - get rid of some hardcoded action names and move decission about output compression to the user 2009-06-01 07:21:14 +00:00
svncommit
f22c2cefb4 Really, really logout (fixes r2467). 2009-05-12 14:10:30 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
thomascube
48ee693f49 Partially reverted r2339 + fix indentation 2009-03-10 08:09:33 +00:00
svncommit
93adb3fc1b Fixed check-recent [richs] 2009-03-09 21:03:10 +00:00
alecpl
0129d7c914 - Fix authentication when submitting form with existing session (#1485679) 2009-01-19 08:38:14 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
alecpl
133bb07f78 - performance: skip imap connection for attachments actions
- created attachments.inc file for attachment upload, remove and display actions
2008-12-05 07:38:54 +00:00
alecpl
39cd51aff5 - performance: connect to imap server only when needed
(some mail actions do not require imap connection)
2008-12-04 19:07:29 +00:00
alecpl
7342d7ef8c - re-fix r2095 2008-11-28 08:53:48 +00:00
alecpl
b2265aea86 #1485584: display proper warning on login with empty user and pass 2008-11-28 07:55:20 +00:00
alecpl
d2993ee4db - added BYE response simple support to prevent from endless loops in imap.inc (#1483956) 2008-10-30 09:17:36 +00:00
svncommit
c9ca6ada03 added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing 2008-10-25 00:01:45 +00:00
thomascube
835ae8516a Fix some recently introduced bugs 2008-09-10 15:49:14 +00:00
thomascube
c8a21d646c Killed one more global var + log logins to a separate file (not console) 2008-09-05 07:27:23 +00:00
thomascube
48aff91f7e Moved code block to a more appropriate position + codestyle 2008-08-29 12:30:55 +00:00
svncommit
f5aa16541e Add folder hierarchy collapsing. 2008-08-28 08:15:31 +00:00
thomascube
2e3ce3e765 Add rcube name prefixes + codestyle 2008-08-28 06:37:03 +00:00
thomascube
8c72e33d37 Show appropriate error message if config files are missing 2008-07-28 11:45:35 +00:00
thomascube
c719f3c1e0 Store compose parameters in session and redirect to a unique URL 2008-06-20 10:40:01 +00:00
thomascube
6ea6c9b96e Simplify step inclusion in controller (index.php) 2008-06-20 08:46:16 +00:00
thomascube
83a7636872 More code cleanup 2008-06-14 12:23:08 +00:00
svncommit
5e0045b128 Add option to log successful logins. 2008-06-06 11:11:30 +00:00
alecpl
a6f90e1b2b -fixed disclaimer 2008-05-11 17:07:45 +00:00
thomascube
1854c4525b More code cleanup + oop-ization 2008-05-07 09:38:44 +00:00
alecpl
bbf15d8115 - fixed task setting on login 2008-05-02 07:29:13 +00:00
thomascube
197601ef5f Next step: introduce the application class 'rcmail' and get rid of some global vars 2008-04-30 08:21:42 +00:00
thomascube
47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 2008-04-12 13:54:45 +00:00
alecpl
6d2714b3b3 #1484972: optimization: mark as read in one action with preview, deleted redundant quota reads 2008-04-11 16:53:59 +00:00
alecpl
eaa39477bd #1483863: empty trash and expunge inbox on logout 2008-04-11 13:34:19 +00:00
thomascube
967b342039 Disable installer by default; add config option to enable it again 2008-03-28 19:42:35 +00:00
till
d7a2878d09 * committed patch from #1484231 2008-03-22 13:29:49 +00:00
till
03fcc16896 * fixing warning reported in #1484851 2008-03-22 13:02:00 +00:00
thomascube
0714b7e09d Add config parameter to disable the installer warning 2008-03-14 21:52:43 +00:00
thomascube
330127a612 Disable PHP notices + check for installer script on login page 2008-03-02 13:20:21 +00:00
till
23b8701079 * changed version ;) 2008-02-11 20:16:24 +00:00
till
8d3e2a54ba * reverting patch from #1484236 2008-02-02 02:52:10 +00:00
svncommit
4315b0086b added ability to insert attached images in HTML editor 2007-12-11 04:20:01 +00:00
thomascube
fba1f5ab81 New class rcube_user + send message disposition notification 2007-12-10 15:27:19 +00:00
thomascube
fc67251839 Show appropriate warning on connection error 2007-10-17 20:44:10 +00:00
thomascube
b9183e5fd4 Use common function to mark the user session as not logged in 2007-10-16 09:14:33 +00:00
till
234c0d0ab0 * changed sessid to roundcube_sessid (#1484475) 2007-08-29 11:13:24 +00:00
till
969cefa581 # fixed: #1484517 2007-08-29 02:09:42 +00:00
thomascube
88f66ec89c Fix bugs introduced with latest changes 2007-08-13 20:15:27 +00:00
thomascube
719a257f0c Some bugfixes, security issues + minor improvements 2007-08-10 08:27:40 +00:00
thomascube
6d969b4d90 Documentation, code style and cleanup 2007-08-07 21:02:12 +00:00
svncommit
8094288d23 fixed html2text in editor 2007-06-08 23:47:57 +00:00
svncommit
570f0bb4a6 fixed HTML->Plain conversion 2007-06-05 04:19:43 +00:00