In package o.a.j.mime4j.field we have the FieldParser interface; DelegatingFieldParser, DefaultFieldParser and a lot of static inner class of the various Field classes implement this interface..
Class Field has a getter to retrieve the DefaultFieldParser but there is no way to change that default value. So what's the point of this getter? IMO interface FieldParser and all of its implementations should not be part of the public API.. Any objections to making them package-private? Markus
