summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/get.inc
AgeCommit message (Collapse)Author
2012-04-19- Fix attachment name regression (#1488446)alec
git-svn-id: https://svn.roundcube.net/trunk@6100 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-13- Merge devel-framework branch, resolved conflictsalec
git-svn-id: https://svn.roundcube.net/trunk@6073 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-16Pass message UID to 'message_part_get' hookthomasb
git-svn-id: https://svn.roundcube.net/trunk@6021 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@5781 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-20Fix crashes with eAccelerator (#1488256)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5633 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alec
git-svn-id: https://svn.roundcube.net/trunk@5563 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-06Show attachment filename in page titlethomasb
git-svn-id: https://svn.roundcube.net/trunk@5547 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5509 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages ↵alec
bodies (#1487424): don't try to parse it, display notice with a link to download it directly git-svn-id: https://svn.roundcube.net/trunk@5490 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Fix possible infinite redirect on attachment preview (#1488199)alec
git-svn-id: https://svn.roundcube.net/trunk@5479 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alec
git-svn-id: https://svn.roundcube.net/trunk@5274 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-29Add plugin hook message_part_get for message part downloadsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5143 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Add workaround for some Outlook's wrong content-types, per discussion in ↵alec
#1487051 git-svn-id: https://svn.roundcube.net/trunk@4115 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-21- Don't create a new rcube_browser object, use browser property from output ↵alec
object git-svn-id: https://svn.roundcube.net/trunk@3980 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-16- Use random sleep interval up to 3 sec. in 'get' action when IMAP conn. failsalec
git-svn-id: https://svn.roundcube.net/trunk@3970 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-16- Fix when IMAP connection fails in 'get' action session shouldn't be ↵alec
destroyed (#1486995) - Performance: improve mail/get action and skip one IMAP connection git-svn-id: https://svn.roundcube.net/trunk@3969 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-06- Make sure attachment name doesn't contain \r\n (#1486832)alec
git-svn-id: https://svn.roundcube.net/trunk@3804 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-28- Fix forwarding of messages with winmail attachmentsalec
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message - Fix handling of uuencoded attachments in message body (#1485839) - Extend rc_mime_content_type() to work with string buffer git-svn-id: https://svn.roundcube.net/trunk@3680 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-26- don't parse text/html attachment body on downloadalec
git-svn-id: https://svn.roundcube.net/trunk@3563 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-26- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)alec
git-svn-id: https://svn.roundcube.net/trunk@3293 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-22- remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#1486149)alec
git-svn-id: https://svn.roundcube.net/trunk@2979 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-04Set timeout for attachment loading back to 0thomasb
git-svn-id: https://svn.roundcube.net/trunk@2912 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-28- Fix charset bug during loading attachment file (#1486064)alec
git-svn-id: https://svn.roundcube.net/trunk@2885 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-19- don't call FETCH for empty (size=0) message partsalec
git-svn-id: https://svn.roundcube.net/trunk@2770 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-01- get rid of some hardcoded action names and move decission about output ↵alec
compression to the user git-svn-id: https://svn.roundcube.net/trunk@2586 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-08Added TNEF support to decode MS Outlook (winmail.dat) attachmentsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2282 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-08- remove Mail/mimeDecode require()salec
git-svn-id: https://svn.roundcube.net/trunk@2223 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-19#1485638: use rawurlencode for all IE versionsalec
git-svn-id: https://svn.roundcube.net/trunk@2182 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-18Only abbreviate attachment file names in MSIE < 7thomasb
git-svn-id: https://svn.roundcube.net/trunk@2177 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-16Only abbreviate file name for IE browsers (#1485063)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2160 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-03Don't use addslashes() which could produce unexpected results when ↵thomasb
magic_quotes_sybase is on git-svn-id: https://svn.roundcube.net/trunk@2032 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-04Enable export of contacts as vCard + DRYthomasb
git-svn-id: https://svn.roundcube.net/trunk@1732 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-22Revert r1670 but improve part download step by fixing headers and adding ↵thomasb
set_time_limit(0) git-svn-id: https://svn.roundcube.net/trunk@1673 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-21- Add Content-Length header while attachments downloading (#1484256)alec
git-svn-id: https://svn.roundcube.net/trunk@1670 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-22Improve HTML sanitization with washtmlthomasb
git-svn-id: https://svn.roundcube.net/trunk@1603 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-17New class rcube_message representing a mail message; changed global $MESSAGE ↵thomasb
from array to object git-svn-id: https://svn.roundcube.net/trunk@1400 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-07Truncate attachment filenames to 55 characters (#1484757) and fix misspelled ↵thomasb
function name git-svn-id: https://svn.roundcube.net/trunk@1026 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fixed some potential security risks + updatedd changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@930 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-07Correctly decode attachments when downloading them (fixes #1484645)thomasb
git-svn-id: https://svn.roundcube.net/trunk@912 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-18Fixed syntax typothomasb
git-svn-id: https://svn.roundcube.net/trunk@884 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-03Update copyright noticeihug
git-svn-id: https://svn.roundcube.net/trunk@850 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Some bugfixes, security issues + minor improvementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@668 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-19Correctly parse message/rfc822; fixed html2text conversion; code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@511 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-14Fixed message headers encoding; improved recipient splitting; applied patch ↵thomasb
for attachment download (#1484198) git-svn-id: https://svn.roundcube.net/trunk@506 208e9e7b-5314-0410-a742-e7e81cd9613c