News! In latest SVN trunk, I am using Paul's dbmail_message_construct to have GMime build a correct message. It doesn't quite work yet. What I'm seeing is correct quoted-printable encoding, but then this blows it up:
Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable So things like this: Mit freundlichen Gr=C3=BC=C3=9Fen, Become this: Mit freundlichen Grüßen, (I'm not actually sure if what I'm seeing will transmit correctly, but the "like this" line has some quoted-printable encodings while the "becomes this" line has a capital A with a tilde above it, a 1/4 fraction, another capital A tilde, and a capital Y with umlaut.) If I manually tell Evolution that it's really a quoted-printable encoding of Unicode, then it all comes out just right. So I figure this means we need to get GMime to put a in a different Content-Type, like: Content-Type: text/plain; charset=utf-8 Aaron On Thu, 2006-10-05 at 09:56 +0200, Marc Dirix wrote: > Hi Aaron, > > Any news on this subject? > Is there anything I can do to help? > > Kind regards, > > Marc > > Op 27-sep-2006, om 4:53 heeft Aaron Stone het volgende geschreven: > > > Not seeing the eight bit, but I also don't have X-MIME-Autoconverted > > header. I'll play with Paul's GMime based sender code this week and > > see > > if GMime knows what to do to play nicely. > > > > Aaron > > > > On Wed, 2006-09-27 at 04:08 +0200, [EMAIL PROTECTED] wrote: > >> Vielen Dank fr Ihre E-Mail. Ich bin bis Mittwoch, 6. September > >> 2006 nicht erreichbar. > >> Ich werde mich nach meiner Rckkehr schnellstmglich mit Ihnen in > >> Verbindung setzten. > >> > >> Mit freundlichen Gren, > >> > >> Marc Dirix > >> > >> > > > > >
