You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/07/31 01:50:29 UTC

svn commit: r1508686 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/IMAPClient.java

Author: sebb
Date: Tue Jul 30 23:50:29 2013
New Revision: 1508686

URL: http://svn.apache.org/r1508686
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=1508686&r1=1508685&r2=1508686&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 Tue Jul 30 23:50:29 2013
@@ -341,9 +341,9 @@ public class IMAPClient extends IMAP
 
     /**
      * Send a STORE command to the server.
-     * @param sequenceSet The sequence set to store.
-     * @param itemNames The item names for the STORE command.
-     * @param itemValues The item values for the STORE command.
+     * @param sequenceSet The sequence set to update (e.g. 2:5)
+     * @param itemNames The item name for the STORE command (i.e. [+|-]FLAGS[.SILENT])
+     * @param itemValues The item values for the STORE command. (e.g. (\Deleted) )
      * @return {@code true} if the command was successful,{@code false} if not.
      * @exception IOException If a network I/O error occurs.
      */