mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-29 03:36:06 +08:00
updated docs
This commit is contained in:
parent
20fda17be4
commit
f33801aaae
1 changed files with 4 additions and 4 deletions
|
@ -4450,7 +4450,7 @@ components:
|
|||
description: Main email address of the User
|
||||
retention:
|
||||
type: number
|
||||
description: Default retention time in ms. false if not enabled
|
||||
description: Default retention time (in ms). false if not enabled
|
||||
enabled2fa:
|
||||
type: array
|
||||
items:
|
||||
|
@ -4993,7 +4993,7 @@ components:
|
|||
description: Is the folder hidden or not. Hidden folders can not be opened in IMAP.
|
||||
retention:
|
||||
type: number
|
||||
description: Retention policy for the Mailbox. Changing retention value only affects messages added to this folder after the change
|
||||
description: Retention policy for the Mailbox (in ms). Changing retention value only affects messages added to this folder after the change
|
||||
subscribed:
|
||||
type: boolean
|
||||
description: Change Mailbox subscription state
|
||||
|
@ -5202,7 +5202,7 @@ components:
|
|||
description: A list of tags associated with this user
|
||||
retention:
|
||||
type: number
|
||||
description: Default retention time in ms. Set to 0 to disable
|
||||
description: Default retention time (in ms). Set to 0 to disable
|
||||
uploadSentMessages:
|
||||
type: boolean
|
||||
description: 'If true then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.'
|
||||
|
@ -5327,7 +5327,7 @@ components:
|
|||
description: If true then autogenerated address gets the same tags as the user
|
||||
retention:
|
||||
type: number
|
||||
description: Default retention time in ms. Set to 0 to disable
|
||||
description: Default retention time (in ms). Set to 0 to disable
|
||||
uploadSentMessages:
|
||||
type: boolean
|
||||
description: 'If true then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.'
|
||||
|
|
Loading…
Reference in a new issue