[OGo-Bugs][Bug 1873] a patch to handle the content type in mime body parts

bugs@opengroupware.org bugs@opengroupware.org
Mon, 28 May 2007 15:12:25 +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=1873


helge.hess@opengroupware.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
             Status|ASSIGNED                    |CLOSED
         Resolution|                            |RAWHIDE




------- Additional Comments From helge.hess@opengroupware.org  2007-05-28 14:50 -------
For converting encoding names to NSStringEncoding we have a category on NSString in NGExtensions/
NSString+Encoding.

I would recommend it as best-practice that the calling code already puts an NSData into the MIME 
message if it also sets the charset explicitly.

Anyways, good patch, will need to apply it :-)

------- Additional Comments From helge.hess@opengroupware.org  2007-05-28 15:12 -------
OK, patch is applied.

And I rewrote parts of it to use the NGExtensions API (which in turn uses iconv, when available). 
Committed in 4.7/r1487.

Wolfgang, please test whether my changes work ... ;-)


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.