email-format icon indicating copy to clipboard operation
email-format copied to clipboard

Fold if line too long

Open mikedilger opened this issue 9 years ago • 1 comments

To avoid lines longer than 998 characters, we should be adding folding white space where available. We will need a fold method (per header type / enum variant), as different headers have different places where they may be folded.

mikedilger avatar Sep 15 '16 04:09 mikedilger

Body line length is already checked. This is for headers.

mikedilger avatar Dec 18 '16 22:12 mikedilger