Re: Folder.appendMessages()
Chris Burdess <[email protected]> Tue, 1 May 2007 08:56:46 +0100
| Newsgroups | gmane.comp.java.classpath.extensions.javamail |
|---|---|
| Message-ID | <[email protected]> |
foo wrote: > 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. > ... > I have downloaded the source; and it takes an array of Messages. So > I guess the API is old? It looks like a bug with the version of gjdoc I used to generate the documentation. I'll have a look and see if I can update it this evening.