mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-08 14:15:40 +08:00
updated
This commit is contained in:
parent
fb3356e759
commit
f633e3a89d
1 changed files with 20 additions and 4 deletions
|
@ -4403,7 +4403,11 @@ components:
|
|||
description: Message-ID header
|
||||
date:
|
||||
type: string
|
||||
description: Datestring of message header
|
||||
description: Date string from header
|
||||
format: date-time
|
||||
idate:
|
||||
type: string
|
||||
description: Date string of receive time
|
||||
format: date-time
|
||||
list:
|
||||
$ref: '#/components/schemas/List'
|
||||
|
@ -5847,7 +5851,11 @@ components:
|
|||
description: Message subject
|
||||
date:
|
||||
type: string
|
||||
description: Datestring
|
||||
description: Date string from header
|
||||
format: date-time
|
||||
idate:
|
||||
type: string
|
||||
description: Date string of receive time
|
||||
format: date-time
|
||||
intro:
|
||||
type: string
|
||||
|
@ -6138,7 +6146,11 @@ components:
|
|||
description: Message subject
|
||||
date:
|
||||
type: string
|
||||
description: Datestring
|
||||
description: Date string from header
|
||||
format: date-time
|
||||
idate:
|
||||
type: string
|
||||
description: Date string of receive time
|
||||
format: date-time
|
||||
size:
|
||||
type: number
|
||||
|
@ -6220,7 +6232,11 @@ components:
|
|||
description: Message subject
|
||||
date:
|
||||
type: string
|
||||
description: Datestring
|
||||
description: Date string from header
|
||||
format: date-time
|
||||
idate:
|
||||
type: string
|
||||
description: Date string of receive time
|
||||
format: date-time
|
||||
intro:
|
||||
type: string
|
||||
|
|
Loading…
Add table
Reference in a new issue