Folder.appendMessages()

"foo" <[email protected]> Mon, 30 Apr 2007 15:48:55 -0700
Newsgroups gmane.comp.java.classpath.extensions.javamail
Message-ID <[email protected]>
Hi,

I am new to classpathx-javamail. I was looking at the API on the website. 
For the "Folder.appendMessages()" method, it says that it only takes ONE 
Message object as the argument. Is this a typo? Because the description of 
the function refers to "messages". The "appendMessages()" methods of the 
IMAPFolder, MaildirFolder, MboxFolder, NNTPFolder, and POP3Folder classes 
all take an array of Messages. Sun JavaMail API's Folder.appendMessages() 
also takes an array of Messages.

Thanks,