SMTP dot stuffing - who does it and who removes it
I have written an email client and have from time to time noticed that links in some received mails fail because of two dots in a URL where there should be one. By Investigating, I found that in all such cases the two dots are at the start of a line of quoted-printable HTML. On reading RFC 2821, I see this is probably happening because of dot-stuffing. My question basically is, who should do the dot-stuffing and who should remove it? If we take a simple sequence we have as follows: A ----> B ----> C ----> D where A is the sending client, B is the SMTP server to which A sends the mail, C is the