toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.steps
/
SendMailStep
/
SMTPAuthenticator
SMTPAuthenticator
inner
class
SMTPAuthenticator
:
Authenticator
(
source
)
Members
Constructors
SMTPAuthenticator
Link copied to clipboard
constructor
(
)
Properties
requesting
Port
Link copied to clipboard
protected
val
requestingPort
:
Int
requesting
Prompt
Link copied to clipboard
protected
val
requestingPrompt
:
String
requesting
Protocol
Link copied to clipboard
protected
val
requestingProtocol
:
String
requesting
Site
Link copied to clipboard
protected
val
requestingSite
:
InetAddress
Functions
get
Default
User
Name
Link copied to clipboard
protected
fun
getDefaultUserName
(
)
:
String
get
Password
Authentication
Link copied to clipboard
open
override
fun
getPasswordAuthentication
(
)
:
PasswordAuthentication