Skip to content

Raise MAX_CONTENT_TYPE_BYTES to 60

akwizgran requested to merge raise-max-mime-type-length into master

This branch raises MAX_CONTENT_TYPE_BYTES to 60 in case we ever want to send attachments with lon mime-types.

The content type length isn't checked on the sender side, so this should be a backward-compatible change.

Edited by Torsten Grote

Merge request reports