Skip to content

can sync mail from gmail to maddy via imapsync #471

Answered by foxcpp
vtolstov asked this question in Q&A
Discussion options

You must be logged in to vote

Size of messages written via IMAP is limited via appendlimit directive for the storage.imapsql module. Default is 32 MiB. Message that caused the error is almost 33.9 MiB.

To double the limit:

storage.imapsql local_mailboxes {
  ...
  appendlimit 64M
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@vtolstov
Comment options

Answer selected by foxcpp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working.
2 participants
Converted from issue

This discussion was converted from issue #470 on March 18, 2022 09:54.