Searched defs:remote (Results 1 - 5 of 5) sorted by relevance

/javamail/mbox/src/main/java/com/sun/mail/remote/
H A DPOP3RemoteStore.java41 package com.sun.mail.remote;
H A DRemoteDefaultFolder.java41 package com.sun.mail.remote;
47 * The default folder for the "remote" protocol.
H A DRemoteInbox.java41 package com.sun.mail.remote;
47 * A remote Inbox folder. The data is actually managed by our subclass
48 * (<code>MboxFolder</code>). We fetch data from the remote Inbox and
64 * Poll the remote store for any new messages.
77 * Poll the remote store for any new messages first.
86 * Poll the remote store for any new messages first.
H A DRemoteStore.java41 package com.sun.mail.remote;
49 * from the Inbox in a remote store and adds it to our local Inbox.
85 * Fetch any new mail in the remote INBOX and add it to the local INBOX.
94 * Connect to the remote store, using the saved
/javamail/mail/src/main/java/com/sun/mail/util/
H A DWriteTimeoutSocket.java107 public void connect(SocketAddress remote) throws IOException { argument
108 socket.connect(remote, 0);
112 public void connect(SocketAddress remote, int timeout) throws IOException { argument
113 socket.connect(remote, timeout);

Completed in 32 milliseconds