I'm having troubles retaining special (8 bit?) encoding in email messages from the MS Exchange server where I work. Here's the normal path of my data: MS Exchange -> MS(?) IMAP -> fetchmail -> linux sendmail -> procmail -> mutt By the time an email with color fonts gets to mutt, the color is gone. As a test, I modified my .fetchmailrc to specify "cat" as my MDA so eliminated sendmail, procmail and mutt as offenders. I've also added "pass8bits" to my .fetchmailrc -- no improvement. Thus, I've narrowed the suspects to MS IMAP and fetchmail. Does anyone have experience with this problem? My environment: Redhat 9 fetchmail -V:
fetchmail -V This is fetchmail release 6.2.0+IMAP-GSS+NTLM+SSL+INET6+NLS Fallback MDA: (none) Linux esd-bcurran 2.4.20-30.9smp #1 SMP Wed Feb 4 20:36:46 EST 2004 i686 i686 i386 GNU/Linux Taking options from command line and /x/x/.fetchmailrc Idfile is /x/x/.fetchids Fetchmail will forward misaddressed multidrop messages to bcurran. Options for retrieving from CORP/x@x.com: True name of server is corpusmx1.us.dg.com. Protocol is IMAP. Password authentication will be forced. Server nonresponse timeout is 30 seconds. Default mailbox selected. All messages will be retrieved (--all on). Fetched messages will not be kept on the server (--keep off). Old messages will not be flushed before message retrieval (--flush off). Rewrite of server-local addresses is enabled (--norewrite off). Carriage-return stripping is disabled (stripcr off). Carriage-return forcing is disabled (forcecr off). Interpretation of Content-Transfer-Encoding is disabled (pass8bits on). MIME decoding is disabled (mimedecode off). Idle after poll is disabled (idle off). Nonempty Status lines will be kept (dropstatus off) Delivered-To lines will be kept (dropdelivered off) Received-message limit is 5 (--fetchlimit 5). Messages will be SMTP-forwarded to: localhost (default) Single-drop mode: 1 local name(s) recognized. No UIDs saved from this host.
IMAP: Microsoft Exchange IMAP4rev1 server version 5.5.2657.74 TIA, Bill