Skip to content

Fix IMAP APPEND command timeout on large email upload

Michael Gratton requested to merge wip/543-append-failure into mainline

The IMAP APPEND command would time out when creating a large message since the response timeout was not being reset as the message data was uploaded.

By splitting literal writes into apprpriately sized chunks, the command's response timer can be updated so that the command doesn't fail due to a timeout as large values are being sent.

Fixes #543 (closed)

Edited by Michael Gratton

Merge request reports