index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
include
/
rcube_imap.php
Age
Commit message (
Expand
)
Author
2008-08-21
- removed PHP4 class constructors
alecpl
2008-08-05
#1485229: fixed mailboxlist sorting for folder names with upper case
alecpl
2008-07-15
Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)
thomascube
2008-06-30
- Added flag column on messages list (#1484623)
alecpl
2008-06-20
Store compose parameters in session and redirect to a unique URL
thomascube
2008-06-18
Revert changes from r994 and make cram-md5 work again (#1484819)
thomascube
2008-06-11
- don't call expunge and don't remove message row after message move
alecpl
2008-06-07
-added encoding detection for attachment names when message part hasn't got c...
alecpl
2008-06-05
Fix structure parsing and html output for multipart messages
thomascube
2008-06-05
#1485106
alecpl
2008-06-05
Fix fallback if no message strucutre is provided by the imap server
thomascube
2008-06-05
Use internal strtolower function because mbstring is optional
thomascube
2008-05-30
-cleanup
alecpl
2008-05-30
- Support for subfolders in default/protected folders (#1484665)
alecpl
2008-05-28
Pass auth_type as argument; don't start session if started from command line
thomascube
2008-05-28
- Fixed sorting of folders with non-ascii characters
alecpl
2008-05-27
iil_C_FetchHeaders does not always return the headers in the correct order ->...
thomascube
2008-05-27
Moved RoundCube functionality from lib to rcube_imap class; removed debug log
thomascube
2008-05-20
Fix automatic creation of (prefixed) folders
thomascube
2008-05-17
New class rcube_message representing a mail message; changed global $MESSAGE ...
thomascube
2008-05-15
Make IMAP auth type configurable (#1483825)
thomascube
2008-05-12
-added check for caching_enabled (#1485051)
alecpl
2008-05-09
- Fixed (?) r1366 change (#1485050)
alecpl
2008-05-08
- Corrected message headers decoding when charset isn't specified and improved
alecpl
2008-05-08
- Optimized messages sorting on servers without sort capability (#1485049)
alecpl
2008-05-02
- fixed searching broken in r1341
alecpl
2008-04-30
Next step: introduce the application class 'rcmail' and get rid of some globa...
thomascube
2008-04-29
- improved messages list performance - patch from Justin Heesemann
alecpl
2008-04-16
- Fix typo in set_charset() (#1484991)
alecpl
2008-04-12
Changed codebase to PHP5 with autoloader + added some new classes from the de...
thomascube