Irinel wrote:
Hi,
I have a problem using EOLConvertingInputStream, which for mails with
attachments bigger than 2Mb for example it takes a lot of time to
convert.
If you can give me any hints on this, I will appreciate.
Thanks in advance,
You only need to use EOLConvertingInputStream if you are uncertain of
what line separator is used in the mail you're trying to parse or if
it's always just LF (\n). If you always have CRLF (\r\n) in your mails
you don't need to use it.
HTH
/Niklas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]