Hi devs,

i have checked out and tested the commons-email package and would like to
start using it.
Everything is really great so far, but i found a issue with some email clients
not accepting an encoded "cid:"; url. I believe this is due to the fact that
you are using RandomStringUtils.randomAscii, which may sometimes also return a
single quote ' or double quote " (all within ascii range 32-126), and this
breaks the HTML code. 
E.g. Lotus Notes and Apple Mail clients do not display embedded images
correctly.

I fixed it by using RandomStringUtils.randomAlphabetic in the .embed()
function in HtmlEmail.java.

Is there anything already known about this? Should i submit a patch? It looks
like the original developers are no longer in charge.

Thanks,
Thorsten


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to