summaryrefslogtreecommitdiff
path: root/program/steps/mail/get.inc
AgeCommit message (Expand)Author
2011-11-24- Fix possible infinite redirect on attachment preview (#1488199)alecpl
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alecpl
2011-08-29Add plugin hook message_part_get for message part downloadsthomascube
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-10-20- Add workaround for some Outlook's wrong content-types, per discussion in #1...alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-09-21- Don't create a new rcube_browser object, use browser property from output o...alecpl
2010-09-16- Use random sleep interval up to 3 sec. in 'get' action when IMAP conn. failsalecpl
2010-09-16- Fix when IMAP connection fails in 'get' action session shouldn't be destroy...alecpl
2010-07-06- Make sure attachment name doesn't contain \r\n (#1486832)alecpl
2010-06-23- removed PHP closing tagalecpl
2010-05-28- Fix forwarding of messages with winmail attachmentsalecpl
2010-04-26- don't parse text/html attachment body on downloadalecpl
2010-02-26- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)alecpl
2009-09-22- remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#1486149)alecpl
2009-09-04Set timeout for attachment loading back to 0thomascube
2009-08-28- Fix charset bug during loading attachment file (#1486064)alecpl
2009-07-19- don't call FETCH for empty (size=0) message partsalecpl
2009-06-01- get rid of some hardcoded action names and move decission about output comp...alecpl
2009-02-08Added TNEF support to decode MS Outlook (winmail.dat) attachmentsthomascube
2009-01-17* bumping up copyright (happy new year ;-))till
2009-01-08- remove Mail/mimeDecode require()salecpl
2008-12-19#1485638: use rawurlencode for all IE versionsalecpl
2008-12-18Only abbreviate attachment file names in MSIE < 7thomascube
2008-12-16Only abbreviate file name for IE browsers (#1485063)thomascube
2008-11-03Don't use addslashes() which could produce unexpected results when magic_quot...thomascube
2008-09-04Enable export of contacts as vCard + DRYthomascube
2008-08-22Revert r1670 but improve part download step by fixing headers and adding set_...thomascube
2008-08-21- Add Content-Length header while attachments downloading (#1484256)alecpl
2008-07-22Improve HTML sanitization with washtmlthomascube
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ...thomascube
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomascube
2008-02-07Truncate attachment filenames to 55 characters (#1484757) and fix misspelled ...thomascube
2007-11-25Fixed some potential security risks + updatedd changelogthomascube
2007-11-07Correctly decode attachments when downloading them (fixes #1484645)thomascube
2007-10-18Fixed syntax typothomascube
2007-10-03Update copyright noticesvncommit
2007-08-10Some bugfixes, security issues + minor improvementsthomascube
2007-03-19Correctly parse message/rfc822; fixed html2text conversion; code cleanupthomascube
2007-03-14Fixed message headers encoding; improved recipient splitting; applied patch f...thomascube
2007-01-08fixed display of HTML attachmentssvncommit
2006-09-03Fixed another XSS issue: #1483830thomascube
2006-09-01Improved message parsing and HTML validationthomascube
2006-08-25Finalized new message parsing. Attention: changes in database schemathomascube
2006-08-18Re-built message parsing (Bug #1327068)thomascube
2006-02-20Fixed some charset bugsthomascube
2006-02-19Applied patch of Anders Karlssonthomascube
2005-11-18Fixed minor bugsthomascube
2005-09-28Minor bugfixes and correction of confusing License notficationsthomascube
2005-09-25Initial revisionthomascube