Hello
I need to find a local solution to
1. Send outgoing e-mails through Gmail's SMTP server
2. Download e-mails from my ISP's POP3 server
3. Convert those incoming e-mails from UTF8 to Windows1252 before
delivering them to my UTF8-impaired Windows e-mail client.
It looks like Exim has no problem acting as a relay SMTP server to
reach Google
http://islandlinux.org/howto/configure-exim-use-gmail-smtp-server
but does it support the other two features?
Thank you.