[OGo-Bugs][Bug 1856] Problem with quoted-printable attachment
bugs@opengroupware.org
bugs@opengroupware.org
Fri, 1 Jun 2007 12:28:49 +0200 (CEST)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1856
helge.hess@opengroupware.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|normal |high
AssignedTo|qa@opengroupware.org |helge.hess@opengroupware.org
Target Milestone|--- |1.2
Status|NEW |ASSIGNED
------- Additional Comments From helge.hess@opengroupware.org 2007-06-01 12:10 -------
18,19c18,19 ** **
< 0000110 2262 6c2f 2363 2c35 2543 5f44 2e48 732e
< 0000120 7472 5952 642e 2342 4b21 7324 394b 5f32
--- ** **
> 0000110 2262 6c2f 2363 2c35 2543 2044 2e48 732e
> 0000120 7472 5952 642e 2342 4b21 7324 394b 2032
5f = _
20 = ' '
Attachment Header:
---snip---
Content-Transfer-Encoding: quoted-printable
Content-Type: application/octet-stream;
name=DownloadReport.Reports.pdf
Content-Disposition: attachment;
filename=DownloadReport.Reports.pdf
---snap---
OGo Response:
---snip---
HTTP/1.1 200 OK
Date: Fri, 01 Jun 2007 09:34:32 GMT
Server: Apache/1.3.33 (Darwin) mod_ssl/2.8.24 OpenSSL/0.9.7l
content-length: 62428
content-encoding: identity
content-type: application/octet-stream; name=DownloadReport.Reports.pdf
set-cookie: ogo-webui-1.1=68F868F801465FE493; path=/
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
---snap---
------- Additional Comments From helge.hess@opengroupware.org 2007-06-01 12:28 -------
---snip---
@interface NSData(QuotedPrintableCoding)
/*
Decode a quoted printable encoded data. Returns nil if decoding failed. The
first method does the RFC 2047 variant, the second RFC 2045 (w/o _ replacing)
*/
- (NSData *)dataByDecodingQuotedPrintable;
- (NSData *)dataByDecodingQuotedPrintableTransferEncoding;
---snap---
Currently the first method is used by the mail content decoder ...
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.