You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Robert Burrell Donkin <ro...@gmail.com> on 2008/03/06 19:02:03 UTC

[Mime4J] getReader

IMAP requires case-insensitive charset-aware searching of mail body
parts (a bit of a PITA, i know and most likely slow). ATM the Mime4J
pull parser has a getInputStream method but i plan to add a getReader
method which will perform charset-aware content-decoding for text
parts and return null for others (seems easier than throwing an
exception but i'm willing to be talked out of this decision) since i
think that this function may be generally useful.

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: [Mime4J] getReader

Posted by Norman Maurer <no...@apache.org>.
Am Donnerstag, den 06.03.2008, 18:02 +0000 schrieb Robert Burrell
Donkin:
> IMAP requires case-insensitive charset-aware searching of mail body
> parts (a bit of a PITA, i know and most likely slow). ATM the Mime4J
> pull parser has a getInputStream method but i plan to add a getReader
> method which will perform charset-aware content-decoding for text
> parts and return null for others (seems easier than throwing an
> exception but i'm willing to be talked out of this decision) since i
> think that this function may be generally useful.
> 
> - robert

+1

Sounds good.

Cheers,
Norman


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org