--
Serge Knystautas
President
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]
--- Begin Message ---
Hi, just in case you'd like to fix trivial typos:
org.apache.mailet.Mailet, @version 1.0.0, 24/04/1999
126: @return the MailletConfig object
[should be: @return the MailetConfig object]
140: @throws MessagingException
This requires either that class MessagingException is imported,
or that it is used fully qualified (with package prefix) like in
line 160
146: ... to process to a message message.
[should be: ...to process a message.]
154: ..., and as well as the mailet's class ...
[should be: ..., as well as the mailet's class ...]
160: ... - if an message ...
[should be: ... - if a message ...]
org.apache.mailet.GenericMailet, @version 1.0.0, 24/04/1999
98: @return String a String containing ...
[should be: @return a String containing ...]
112: @return Iterator an iterator ...
[should be: @return an Iterator ...]
120: Returns this matcher's MailetConfig object.
[should be: Return this Mailet's MailetConfig object.]
164: ... for alter use.
[should be: ... for later use.]
167: @param MailetConfig config - ...
[should be: @param newConfig - ...]
196: @param msg - ...
[should be: @param message - ...]
212: @param t - the java.lang.Throwable error or exception
[should be: @param t - the Throwable providing the stack trace]
(Throwables do not necessarily extend Error or Exception)
231: ... - if an exception occurs that interferes with the mailet's
normal operation occurred
[should be: ... - if an exception occurs that interferes with the
mailet's normal operation]
org.apache.mailet.MailetConfig, @version 1.0.0, 24/04/1999
64: A mailet configuration object used by a mailet container used to
pass information
[should be: A mailet configuration object used by a mailet container
to pass information]
org.apache.mailet.MailetContext, @version 1.0.0, 24/04/1999
72: ..., which the mailet container provides the mailets and matchers
...
[should be: ..., which the mailet container provides to the mailets
and matchers ...]
84: Bounces the message using a standard format with the given message.
Will be ...
[should be: Bounces the given message using a standard format. The
message will be ...]
126: See * your server documentation ...
[should be: See your server documentation ...]
149: Returns the minor version ...
[should be: Return the major version ...]
201: @param msg - ...
[should be: @param message - ...]
210: @param throwable - the Throwable error or exception
[should be: @param t - the Throwable providing the stack trace]
236: Is the equivalent ...
[should be: This is the equivalent ...]
253: @param state - the state of the message, indicates which processor
to use
Please clarify that this String must equal the name of the target
processor.
273: Stores mail into local accounts (POP3 by default)
Please clarify that the mail is not stored using the POP3 protocol,
but
that it is stored to the local persistent store and may be
downloaded
via the POP3 or IMAP protocol, at the user's choice.
org.apache.mailet.Mail, @version 0.9
127,134:Not sure why this is needed.
I found the following usages:
JDBCMailRepository (514, 594)
NotifyPostmaster (174,177,241,243)
NotifySender (170, 173, 233, 235)
RemoteDelivery (506)
ToProcessor (129, 134)
By the way, one should remove the <p>...</p> around javadoc paragraphs,
and personally I like the hyperlinking with [EMAIL PROTECTED] class#member blabla}.
Many thanks for your fine work. I just wish I could give something back.
Cheers, Oliver
--- End Message ---
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]