index
:
roundcube.git
css_sprites
local_0.8.6
local_0.9.0
nkinkade
npk
svn-trunk
A clone of the Roundcube Mail code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roundcubemail
/
program
/
include
/
rcube_imap_generic.php
Age
Commit message (
Expand
)
Author
2010-09-25
- s/RoundCube/Roundcube/
alec
2010-09-21
- Fix: close properly IMAP connection also when user is not logged in
alec
2010-09-10
- Code improvements + more infinite loop prevention
alec
2010-09-10
- Return false from putLineC instead of NULL, for consistence
alec
2010-09-08
- Small performance improvements
alec
2010-09-04
- Don't use mail_header_delimiter when saving mail in IMAP
alec
2010-08-08
- Small improvement in SELECT response parsing
alec
2010-08-08
- Improved performance of LIST/LSUB response parsing
alec
2010-08-04
- Replace chop() with rtrim(), small improvements in fetchHeaders()
alec
2010-06-23
- removed PHP closing tag
alec
2010-06-09
- remove some debug code
alec
2010-06-09
- Reverted r3725 change
alec
2010-06-08
- Fix some IMAP errors handling when opening the message (#1485443)
alec
2010-06-07
- fix for initial capability response
alec
2010-06-04
- Fix handling very long THREAD responses
alec
2010-06-04
- performance improvement: we can skip THREAD when folder is empty
alec
2010-06-04
- performance improvement: skip SEARCH command when mailbox is empty and SEAR...
alec
2010-06-04
- Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH response
alec
2010-05-28
- Add 'imap_timeout' option (#1486760)
alec
2010-05-18
- Fix typo in last commit
alec
2010-05-18
- Parse untagged CAPABILITY response for LOGIN command (#1486742)
alec
2010-04-28
- use @ operator for fclose() on connection handle
alec
2010-04-28
- Fix folder subscription checking (#1486684)
alec
2010-04-23
- small cleanup
alec
2010-04-23
Add class docuumentation blocks and make phpdoc work again
thomasb
2010-04-01
- add iilBasicHeader alias for rcube_mail_header class, needed by messages ca...
alec
2010-03-31
- fix save/delete draft message with enabled threading (#1486596)
alec
2010-03-31
- Fix undefined method error (#1486597)
alec
2010-03-30
- Fix imap login (#1486591)
alec
2010-03-27
- change namespace() to getNamespace()
alec
2010-03-26
- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)
alec