aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/com/libmailcore/POPSession.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/com/libmailcore/POPSession.java')
-rw-r--r--src/java/com/libmailcore/POPSession.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/java/com/libmailcore/POPSession.java b/src/java/com/libmailcore/POPSession.java
index 9feba046..16e5a531 100644
--- a/src/java/com/libmailcore/POPSession.java
+++ b/src/java/com/libmailcore/POPSession.java
@@ -34,23 +34,23 @@ public class POPSession 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();