()
| 5 | /** Identity of an IMAP client or an IMAP server. */ |
| 6 | public class IMAPIdentity extends NativeObject { |
| 7 | public IMAPIdentity() |
| 8 | { |
| 9 | setupNative(); |
| 10 | } |
| 11 | |
| 12 | /** Sets the vendor. */ |
| 13 | public native void setVendor(String vendor); |
nothing calls this directly
no test coverage detected