Preparing search index...
The search index is not available
@secrecy/lib
@secrecy/lib
client/types/mail
BaseMail
Interface BaseMail
interface
BaseMail
{
attachments
:
{
id
:
string
;
key
:
null
|
string
;
name
:
string
;
}
[]
;
body
:
string
;
createdAt
:
Date
;
deletedAt
:
null
|
Date
;
id
:
string
;
isAltered
:
boolean
;
mailIntegrityId
:
string
;
openedAt
:
null
|
Date
;
recipients
:
Omit
<
{}
,
"publicKey"
>
[]
;
replyTo
?:
string
;
subject
:
string
;
temporaryRecipients
:
TemporaryMailUser
[]
;
type
:
MailType
;
}
Hierarchy (
view full
)
BaseMail
ReceivedMail
SentMail
DraftMail
Index
Properties
attachments
body
created
At
deleted
At
id
is
Altered
mail
Integrity
Id
opened
At
recipients
reply
To?
subject
temporary
Recipients
type
Properties
attachments
attachments
:
{
id
:
string
;
key
:
null
|
string
;
name
:
string
;
}
[]
body
body
:
string
created
At
created
At
:
Date
deleted
At
deleted
At
:
null
|
Date
id
id
:
string
is
Altered
is
Altered
:
boolean
mail
Integrity
Id
mail
Integrity
Id
:
string
opened
At
opened
At
:
null
|
Date
recipients
recipients
:
Omit
<
{}
,
"publicKey"
>
[]
Optional
reply
To
reply
To
?:
string
subject
subject
:
string
temporary
Recipients
temporary
Recipients
:
TemporaryMailUser
[]
type
type
:
MailType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attachments
body
created
At
deleted
At
id
is
Altered
mail
Integrity
Id
opened
At
recipients
reply
To
subject
temporary
Recipients
type
@secrecy/lib
Loading...