Changeset 2c6fa93 in github


Ignore:
Timestamp:
Aug 21, 2008 3:47:35 PM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
2660a54
Parents:
5cfe194
Message:
  • Add Content-Length header while attachments downloading (#1484256)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r5cfe194 r2c6fa93  
    11CHANGELOG RoundCube Webmail 
    22--------------------------- 
     3 
     42008/08/21 (alec) 
     5---------- 
     6- Add Content-Length header while attachments downloading (#1484256) 
     7- Fix In-Reply-To and References headers when composing saved draft  
     8  message (#1485288) 
     9- Removed PHP4 class constructors 
     10- Fix html message charset conversion for charsets with underline (#1485287)  
    311 
    4122008/08/21 (estadtherr) 
  • program/steps/mail/get.inc

    r21e7241 r2c6fa93  
    101101    } 
    102102    else { 
     103      header(sprintf('Content-Length: %d', $part->size)); 
    103104      header(sprintf('Content-Disposition: %s; filename="%s";', 
    104105                     $_GET['_download'] ? 'attachment' : 'inline', 
Note: See TracChangeset for help on using the changeset viewer.