> Have you tried setting up your encoding differently? 8bit messages I > have in my mailbox just contain: > > Content-Type: text/plain > Content-Transfer-Encoding: 8bit > > So perhaps leaving out the charset is enough.
I don't think that solves the problem. Because it seems it is outlook who doesn't like the 8bit message transfer part (with the popserver connection) and not the decoding part of the message. Mutt does a base64 encoding of the message before sending it. (So 7 bit) After transfer the message is unpacked, and utf-8 encoding revealed. Did I narrow this down right Aaron? /Marc