Changeset 2c6fa93 in github
- Timestamp:
- Aug 21, 2008 3:47:35 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 2660a54
- Parents:
- 5cfe194
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/get.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r5cfe194 r2c6fa93 1 1 CHANGELOG RoundCube Webmail 2 2 --------------------------- 3 4 2008/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) 3 11 4 12 2008/08/21 (estadtherr) -
program/steps/mail/get.inc
r21e7241 r2c6fa93 101 101 } 102 102 else { 103 header(sprintf('Content-Length: %d', $part->size)); 103 104 header(sprintf('Content-Disposition: %s; filename="%s";', 104 105 $_GET['_download'] ? 'attachment' : 'inline',
Note: See TracChangeset
for help on using the changeset viewer.
