-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jk/mailinfo-iterative-unquote-comment'
The code to parse the From e-mail header has been updated to avoid recursion. * jk/mailinfo-iterative-unquote-comment: mailinfo: avoid recursion when unquoting From headers t5100: make rfc822 comment test more careful
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Author: A U Thor (this is (really) a comment (honestly)) | ||
Author: (this is (really) a "comment" (honestly)) A U Thor | ||
Email: [email protected] | ||
Subject: testing comments | ||
Date: Sun, 25 May 2008 00:38:18 -0700 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
From 1234567890123456789012345678901234567890 Mon Sep 17 00:00:00 2001 | ||
From: "A U Thor" <[email protected]> (this is \(really\) a comment (honestly)) | ||
From: (this is \(really\) a "comment" (honestly)) "A U Thor" <[email protected]> | ||
Date: Sun, 25 May 2008 00:38:18 -0700 | ||
Subject: [PATCH] testing comments | ||
|
||
|