What sort of encoding/image/formatting issues are there when building a web mail client that pulls emai via pop3?
Some things i can think of that I know I will have to handle:
- attachments
- inline images
- html emails
What other possible headaches are there?
It’s quite a lot of work, and there are already a lot of solutions out there – but that shouldn’t deter you! Your three points cover almost everything in general terms… the fact it’s coming through POP3 isn’t all that relevant, IMAP, or even OWS (Outlook Web Services for Exchange) all require attention to the following points:
Basically you have to be jack of a number of trades to generate and decode emails.