Author: sebb
Date: Sun Dec 28 20:42:16 2014
New Revision: 1648250
URL: http://svn.apache.org/r1648250
Log:
Javadoc
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAPClient.java
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAPClient.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAPClient.java?rev=1648250&r1=1648249&r2=1648250&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAPClient.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAPClient.java
Sun Dec 28 20:42:16 2014
@@ -374,6 +374,7 @@ public class IMAPClient extends IMAP
*
* @param sequenceSet The sequence set to fetch (e.g. 1:4,6,11,100:*)
* @param itemNames The item names for the FETCH command. (e.g.
BODY.PEEK[HEADER.FIELDS (SUBJECT)])
+ * If multiple item names are requested, these must be enclosed in
parentheses, e.g. "(UID FLAGS BODY.PEEK[])"
* @return {@code true} if the command was successful,{@code false} if not.
* @exception IOException If a network I/O error occurs.
* @see #getReplyString()