MCPcopy Create free account
hub / github.com/M66B/FairEmail / connect

Method connect

app/src/main/java/javax/mail/Service.java:170–172  ·  view source on GitHub ↗

A generic connect method that takes no parameters. Subclasses can implement the appropriate authentication schemes. Subclasses that need additional information might want to use some properties or might get it interactively using a popup window. If the connection is successful, an "open"

()

Source from the content-addressed store, hash-verified

168 * @see javax.mail.event.ConnectionEvent
169 */
170 public void connect() throws MessagingException {
171 connect(null, null, null);
172 }
173
174 /**
175 * Connect to the specified address. This method provides a simple

Callers 8

uploadMethod · 0.45
callMethod · 0.45
uploadMethod · 0.45
callMethod · 0.45
getMethod · 0.45
verifiedConnectMethod · 0.45
send0Method · 0.45
getFolderMethod · 0.45

Calls 15

isConnectedMethod · 0.95
setURLNameMethod · 0.95
getURLNameMethod · 0.95
getUserNameMethod · 0.95
getPasswordMethod · 0.95
protocolConnectMethod · 0.95
setConnectedMethod · 0.95
getUsernameMethod · 0.80
getByNameMethod · 0.80
getProtocolMethod · 0.45

Tested by

no test coverage detected