mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-10 17:47:07 +08:00
9 lines
320 B
TOML
9 lines
320 B
TOML
# Attachment storage options
|
|
|
|
# For now there's only a single option for attachment storage
|
|
type="gridstore"
|
|
bucket="attachments"
|
|
|
|
# If true then decodes base64 encoded attachments to binary before storing to DB.
|
|
# Decoding base64 attachments expects consistent line length and default base64 alphabet
|
|
decodeBase64=true
|