Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a crappy email client [closed]

I wrote some code to send email as both HTML & Text, and I am having having trouble testing it.

On Thunderbird and Outlook, there is an option to view as plain-text, however I have a feeling that they are being smart and doing something to the plain text (because it looks slightly different in thunderbird than in outlook).

What's the crappiest email client out there? One that simply has no HTML support and would not be smart enough to convert HTML to text by itself.

I'd like to see the worst solution.

like image 379
Nathan H Avatar asked Aug 03 '10 00:08

Nathan H


4 Answers

mail on *nix is an option. Use it on a terminal, and there's no way you'll get automatic conversion of HTML!

( If mail is too crappy, you can try another text based email client, that is actually easy to use and often installed - Alpine ( although, if you want to err on the side of crappy go for Pine instead ) )

like image 114
Peter Ajtai Avatar answered Oct 01 '22 06:10

Peter Ajtai


Lotus Notes. Even simple HTML is likely to be mauled. This would be a perfect application, and the only suitable purpose it could possibly fulfill. While you're at it, you can get a great example of how to design a bad interface.

Are you dealing with technical people with this? I can't imagine many people use something like Mutt except for CS professors and people who read SO, but realistically not many common readers (other than internal company email at places with limited computers like POS systems) use non-HTML mail.

Also, look into how it looks without externally linked images because most webmail providers (and others) block it.

like image 39
Hut8 Avatar answered Oct 01 '22 04:10

Hut8


The view plain text option in Thunderbird actually displays the plain text copy from the Multi-part MIME. That should be fine for what you're looking to do.

Outlook actually converts the HTML version into plain text and does not show the plain text version that was delivered in the MIME.

Bottom line, just use Thunderbird.

like image 33
shankapotomus Avatar answered Oct 01 '22 05:10

shankapotomus


Make sure to test your mail in both outlook 2003 and 2007.

Outlook 2003 uses Internet Explorer to render HTML mails.

Outlook 2007 uses Word to render HTML mails. It doesn't support stuff like positioning of elements, so if you heavily rely on css, outlook 2007 is going mess things up for sure.

like image 34
Wouter van Nifterick Avatar answered Oct 01 '22 04:10

Wouter van Nifterick