aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/com/libmailcore/IMAPSession.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/com/libmailcore/IMAPSession.java')
-rw-r--r--src/java/com/libmailcore/IMAPSession.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/java/com/libmailcore/IMAPSession.java b/src/java/com/libmailcore/IMAPSession.java
index eabcd63f..27ab8461 100644
--- a/src/java/com/libmailcore/IMAPSession.java
+++ b/src/java/com/libmailcore/IMAPSession.java
@@ -43,23 +43,23 @@ public class IMAPSession extends NativeObject {
/**
Sets the authentication type.
- @see AuthType
+ @see com.libmailcore.AuthType
*/
public native void setAuthType(int authType);
/**
Returns authentication type.
- @see Authtype
+ @see com.libmailcore.AuthType
*/
public native int authType();
/**
Set connection type (clear-text, SSL or STARTTLS).
- @see ConnectionType
+ @see com.libmailcore.ConnectionType
*/
public native void setConnectionType(int connectionType);
/**
Returns connection type (clear-text, SSL or STARTTLS).
- @see ConnectionType
+ @see com.libmailcore.ConnectionType
*/
public native int connectionType();