aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/com/libmailcore/IMAPCapabilityOperation.java
blob: a688f7d6be123b68147e9f25bb9b4439c78773f1 (plain)
1
2
3
4
5
6
package com.libmailcore;

/** Operation to fetch the capabilities of the IMAP server. */
public class IMAPCapabilityOperation extends IMAPOperation {
    public native IndexSet capabilities();
}