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 2014/04/09 14:35:45 UTC

svn commit: r1585954 - /commons/proper/net/trunk/src/main/java/examples/mail/IMAPImportMbox.java

Author: sebb
Date: Wed Apr  9 12:35:45 2014
New Revision: 1585954

URL: http://svn.apache.org/r1585954
Log:
Add example

Modified:
    commons/proper/net/trunk/src/main/java/examples/mail/IMAPImportMbox.java

Modified: commons/proper/net/trunk/src/main/java/examples/mail/IMAPImportMbox.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/examples/mail/IMAPImportMbox.java?rev=1585954&r1=1585953&r2=1585954&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/examples/mail/IMAPImportMbox.java (original)
+++ commons/proper/net/trunk/src/main/java/examples/mail/IMAPImportMbox.java Wed Apr  9 12:35:45 2014
@@ -39,7 +39,10 @@ import org.apache.commons.net.imap.IMAPS
  * <ul>
  * <li>1,2,3,7-10</li>
  * <li>-142986- : this is useful for retrieving messages by apmail number, which appears as From xyz-return-142986-apmail-...</li>
- * <ul>
+ * </ul>
+ * <p>
+ * For example:<br>
+ * IMAPImportMbox imaps://user:pass@imap.googlemail.com/imported_messages 201401.mbox 1-10,20 -142986-
  */
 public final class IMAPImportMbox
 {