We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ae7b2 commit 42874ddCopy full SHA for 42874dd
src/main/java/org/apache/commons/net/examples/mail/IMAPMail.java
@@ -66,6 +66,8 @@ public static void main(String[] args) throws IOException {
66
67
imap.status("inbox", new String[]{"MESSAGES"});
68
69
+ imap.list("", "*"); // Show the folders
70
+
71
} catch (IOException e) {
72
System.out.println(imap.getReplyString());
73
e.printStackTrace();
0 commit comments