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
/
steps
/
mail
/
get.inc
Age
Commit message (
Expand
)
Author
2011-01-12
Bumbed version; Roundcube development is not Switzerland only
thomasb
2010-10-20
- Add workaround for some Outlook's wrong content-types, per discussion in #1...
alec
2010-09-25
- s/RoundCube/Roundcube/
alec
2010-09-21
- Don't create a new rcube_browser object, use browser property from output o...
alec
2010-09-16
- Use random sleep interval up to 3 sec. in 'get' action when IMAP conn. fails
alec
2010-09-16
- Fix when IMAP connection fails in 'get' action session shouldn't be destroy...
alec
2010-07-06
- Make sure attachment name doesn't contain \r\n (#1486832)
alec
2010-06-23
- removed PHP closing tag
alec
2010-05-28
- Fix forwarding of messages with winmail attachments
alec
2010-04-26
- don't parse text/html attachment body on download
alec
2010-02-26
- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)
alec
2009-09-22
- remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#1486149)
alec
2009-09-04
Set timeout for attachment loading back to 0
thomasb
2009-08-28
- Fix charset bug during loading attachment file (#1486064)
alec
2009-07-19
- don't call FETCH for empty (size=0) message parts
alec
2009-06-01
- get rid of some hardcoded action names and move decission about output comp...
alec
2009-02-08
Added TNEF support to decode MS Outlook (winmail.dat) attachments
thomasb
2009-01-17
* bumping up copyright (happy new year ;-))
till
2009-01-08
- remove Mail/mimeDecode require()s
alec
2008-12-19
#1485638: use rawurlencode for all IE versions
alec
2008-12-18
Only abbreviate attachment file names in MSIE < 7
thomasb
2008-12-16
Only abbreviate file name for IE browsers (#1485063)
thomasb
2008-11-03
Don't use addslashes() which could produce unexpected results when magic_quot...
thomasb
2008-09-04
Enable export of contacts as vCard + DRY
thomasb
2008-08-22
Revert r1670 but improve part download step by fixing headers and adding set_...
thomasb
2008-08-21
- Add Content-Length header while attachments downloading (#1484256)
alec
2008-07-22
Improve HTML sanitization with washtml
thomasb
2008-05-17
New class rcube_message representing a mail message; changed global $MESSAGE ...
thomasb
2008-04-12
Changed codebase to PHP5 with autoloader + added some new classes from the de...
thomasb
2008-02-07
Truncate attachment filenames to 55 characters (#1484757) and fix misspelled ...
thomasb
2007-11-25
Fixed some potential security risks + updatedd changelog
thomasb
2007-11-07
Correctly decode attachments when downloading them (fixes #1484645)
thomasb
2007-10-18
Fixed syntax typo
thomasb
2007-10-03
Update copyright notice
ihug
2007-08-10
Some bugfixes, security issues + minor improvements
thomasb
2007-03-19
Correctly parse message/rfc822; fixed html2text conversion; code cleanup
thomasb
2007-03-14
Fixed message headers encoding; improved recipient splitting; applied patch f...
thomasb
2007-01-08
fixed display of HTML attachments
estadtherr
2006-09-03
Fixed another XSS issue: #1483830
thomasb
2006-09-01
Improved message parsing and HTML validation
thomasb
2006-08-25
Finalized new message parsing. Attention: changes in database schema
thomasb
2006-08-18
Re-built message parsing (Bug #1327068)
thomasb
2006-02-20
Fixed some charset bugs
roundcube
2006-02-19
Applied patch of Anders Karlsson
roundcube
2005-11-18
Fixed minor bugs
roundcube
2005-09-28
Minor bugfixes and correction of confusing License notfications
roundcube
2005-09-25
Initial revision
roundcube