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

/** Operation to notify the identity of the client and get the identity of the server. */
public class IMAPIdentityOperation extends IMAPOperation {
    public native IMAPIdentity serverIdentity();
}