toggle menu
sudoemail
androidJvm
switch theme
sudoemail
com.
sudoplatform.
sudoemail
init
Email
Notifications()
is
Email
Notification
For
Address
Id
Enabled()
is
Email
Notification
For
Sudo
Id
Enabled()
set
Email
Notifications
For
Address
Id()
set
Email
Notifications
For
Sudo
Id()
subscribe
To
Email
Messages()
Sudo
Email
Client
Builder
Configuration
Exception
Companion
Email
Address
Exception
Authentication
Exception
Deprovision
Failed
Exception
Email
Address
Not
Found
Exception
Entitlements
Exceeded
Exception
Failed
Exception
Insufficient
Entitlements
Exception
Invalid
Email
Address
Exception
Limit
Exceeded
Exception
Provision
Failed
Exception
Public
Key
Exception
Unauthorized
Email
Address
Exception
Unavailable
Email
Address
Exception
Unknown
Exception
Unsealing
Exception
Update
Failed
Exception
Email
Blocklist
Exception
Failed
Exception
Invalid
Input
Exception
Unknown
Exception
Email
Configuration
Exception
Failed
Exception
Unknown
Exception
Email
Cryptographic
Keys
Exception
Secure
Key
Archive
Exception
Email
Folder
Exception
Authentication
Exception
Failed
Exception
Unknown
Exception
Email
Message
Exception
Authentication
Exception
Email
Message
Not
Found
Exception
Email
Message
Size
Limit
Exceeded
Exception
Failed
Exception
In
Network
Address
Not
Found
Exception
Invalid
Argument
Exception
Invalid
Message
Content
Exception
Limit
Exceeded
Exception
Send
Failed
Exception
Unauthorized
Address
Exception
Unknown
Exception
Unsealing
Exception
Sudo
Email
Notifiable
Client
Builder
Companion
Sudo
Email
Notification
Handler
Sudo
Email
Notification
Meta
Data
Sudo
Email
Notification
Schema
Entry
com.
sudoplatform.
sudoemail.
notifications
Email
Address
Notification
Email
Service
Notification
Companion
Message
Received
Notification
com.
sudoplatform.
sudoemail.
s3
Default
S3Client
S3Client
S3Exception
Delete
Exception
Download
Exception
Upload
Exception
com.
sudoplatform.
sudoemail.
s3.
types
S3Client
List
Output
com.
sudoplatform.
sudoemail.
secure.
types
ALGORITHM_JSON
ENCRYPTED_KEY_JSON
PUBLIC_KEY_ID_JSON
com.
sudoplatform.
sudoemail.
subscription
Email
Message
Subscriber
Change
Type
CREATED
UPDATED
DELETED
Subscriber
Connection
State
CONNECTED
DISCONNECTED
com.
sudoplatform.
sudoemail.
types
Batch
Operation
Result
Companion
Batch
Operation
Status
SUCCESS
PARTIAL
FAILURE
Blocked
Address
Blocked
Address
Hash
Algorithm
SHA256
Cache
Policy
CACHE_ONLY
REMOTE_ONLY
Configuration
Data
Date
Range
Delete
Email
Message
Success
Result
Direction
INBOUND
OUTBOUND
UNKNOWN
Draft
Email
Message
Metadata
Draft
Email
Message
With
Content
Email
Address
Email
Address
Public
Info
Email
Attachment
Email
Folder
Email
Message
Email
Address
Email
Message
Date
Range
Email
Message
Operation
Failure
Result
Email
Message
Received
Notification
Email
Message
Rfc822Data
Email
Message
With
Body
Encryption
Status
ENCRYPTED
UNENCRYPTED
UNKNOWN
Internet
Message
Format
Header
List
APIResult
List
Partial
Result
List
Success
Result
Partial
Success
List
Output
Owner
Partial
Email
Address
Partial
Email
Message
Email
Address
Partial
Result
Send
Email
Message
Result
Sort
Order
ASC
DESC
State
QUEUED
SENT
DELIVERED
UNDELIVERED
FAILED
RECEIVED
DELETED
UNKNOWN
Symmetric
Key
Encryption
Algorithm
Companion
AES_CBC_PKCS7PADDING
Unsealed
Blocked
Address
Unsealed
Blocked
Address
Status
Completed
Failed
Updated
Email
Message
Result
Updated
Email
Message
Failure
Updated
Email
Message
Success
com.
sudoplatform.
sudoemail.
types.
inputs
Check
Email
Address
Availability
Input
Create
Custom
Email
Folder
Input
Create
Draft
Email
Message
Input
Delete
Custom
Email
Folder
Input
Delete
Draft
Email
Messages
Input
Get
Draft
Email
Message
Input
Get
Email
Address
Input
Get
Email
Message
Input
Get
Email
Message
Rfc822Data
Input
Get
Email
Message
With
Body
Input
List
Email
Addresses
For
Sudo
Id
Input
List
Email
Addresses
Input
List
Email
Folders
For
Email
Address
Id
Input
List
Email
Messages
For
Email
Address
Id
Input
List
Email
Messages
For
Email
Folder
Id
Input
List
Email
Messages
Input
Lookup
Email
Addresses
Public
Info
Input
Provision
Email
Address
Input
Send
Email
Message
Input
Update
Custom
Email
Folder
Input
Update
Draft
Email
Message
Input
Update
Email
Address
Metadata
Input
Update
Email
Messages
Input
Updatable
Values
com.
sudoplatform.
sudoemail.
util
Email
Address
Parser
Email
Message
Data
Processor
Rfc822Message
Data
Processor
Simplified
Email
Message
String
Hasher
sudoemail
/
com.sudoplatform.sudoemail
/
SudoEmailClient
/
EmailMessageException
/
FailedException
Failed
Exception
class
FailedException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
SudoEmailClient.EmailMessageException
Members
Constructors
Failed
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)