diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-18 21:26:18 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-19 14:32:15 +0100 |
commit | 8c293e2f280e9b4a61a8c6d83a52e0cf4c55f4eb (patch) | |
tree | 79494796e208189b9d4f470ad9489cc085d4d4b3 /tests/src/format-flowed.txt | |
parent | 2c195e03654885e2b642e35866443bb6d844eccc (diff) |
Fix format=flowed unfolding on quoted lines; added tests for rcube_mime::format_flowed() and rcube_mime::unfold_flowed()
Diffstat (limited to 'tests/src/format-flowed.txt')
-rw-r--r-- | tests/src/format-flowed.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/src/format-flowed.txt b/tests/src/format-flowed.txt new file mode 100644 index 000000000..522f829c6 --- /dev/null +++ b/tests/src/format-flowed.txt @@ -0,0 +1,16 @@ +I'm replying on this with a very long line which is then wrapped and
+space-stuffed because the draft is saved as format=flowed.
+ From what's specified in RFC 2646 some lines need to be space-stuffed to
+avoid muning during transport.
+
+X
+
+On XX.YY.YYYY Y:YY, Somebody wrote:
+> This part is a reply wihtout any flowing lines. rcube_mime::unfold_flowed()
+> has to be careful with empty quoted lines because they might end with a
+> space but still shouldn't be considered as flowed!
+>
+> The above empty line should persist after unfolding.
+> xxxxxxxxxx. xxxx xxxxx xxxxx xxxx xx xx.xx. xxxxxx xxxxxxxxxxxx, xxxx xx
+>
+> ... and this one as well.
|