the mailet api is now to be found in at http://svn.apache.org/repos/asf/james/mailet/api/trunk/. however, after the move out from JAMES server some of the contents don't look quite right for an API. so, we've decided to create a new product called mailet-base to contain them and other classes generally useful when building mailets.
we've had a bit of a talk on the server list and think we have a split which a good enough starting point. this effects the contents of the first independent mailet API release so i'd like to get feedback from this list. in order to keep the volume down, i suggest a lazy feedback: if everything is near enough ok then just stay silent. please jump in and highlight any mistakes either by prose or by just marking X against the offenders. i'll leave this open until at least saturday may 10th. - robert mailet-api ---------------- from org.apache.mailet: [ ] HostAddress [ ] Mail [ ] MailAddress [ ] Mailet [ ] MailetConfig [ ] MailetContext [ ] MailetException [ ] Matcher [ ] MatcherConfig mailet-base ------------------ from org.apache.mailet: [ ] RFC2822Headers [ ] GenericMailet [ ] GenericMatcher [ ] GenericRecipientMatcher from org.apache.mailet.dates [ ] RFC2980DateFormat [ ] RFC822DateFormat [ ] RFC977DateFormat [ ] SimplifiedDateFormat [ ] SynchronizedDateFormat
