MCPcopy
hub / github.com/OfflineIMAP/offlineimap / __loginauth

Method __loginauth

offlineimap/imapserver.py:195–199  ·  view source on GitHub ↗

Basic authentication via LOGIN command.

(self, imapobj)

Source from the content-addressed store, hash-verified

193 return retval
194
195 def __loginauth(self, imapobj):
196 """ Basic authentication via LOGIN command."""
197
198 self.ui.debug('imap', 'Attempting IMAP LOGIN authentication')
199 imapobj.login(self.username, self.__getpassword())
200
201 def __plainhandler(self, response):
202 """Implements SASL PLAIN authentication, RFC 4616,

Callers 1

__authn_loginMethod · 0.95

Calls 3

__getpasswordMethod · 0.95
loginMethod · 0.80
debugMethod · 0.45

Tested by

no test coverage detected