initial commit
This commit is contained in:
16
tests/fixtures/OLK_SRC_BODY_SECTION.html
vendored
Normal file
16
tests/fixtures/OLK_SRC_BODY_SECTION.html
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<body>
|
||||
<div>Reply</div>
|
||||
<span id="OLK_SRC_BODY_SECTION">
|
||||
<div>
|
||||
<span>From: </span>Bob <<a href="mailto:bob@example.com">bob@example.com</a>><br>
|
||||
<span>Date: </span>Tue, 01 Nov 2011 18:54:39 -0700<br>
|
||||
<span>To: </span>Rob <<a href="mailto:rob@example.com">rob@example.com</a>><br>
|
||||
<span>Subject: </span>Test<br>
|
||||
</div>
|
||||
<div>
|
||||
Hi
|
||||
</div>
|
||||
</span>
|
||||
</body>
|
||||
</html>
|
||||
10
tests/fixtures/__init__.py
vendored
Normal file
10
tests/fixtures/__init__.py
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
STANDARD_REPLIES = "tests/fixtures/standard_replies"
|
||||
|
||||
with open("tests/fixtures/reply-quotations-share-block.eml") as f:
|
||||
REPLY_QUOTATIONS_SHARE_BLOCK = f.read()
|
||||
|
||||
with open("tests/fixtures/OLK_SRC_BODY_SECTION.html") as f:
|
||||
OLK_SRC_BODY_SECTION = f.read()
|
||||
|
||||
with open("tests/fixtures/reply-separated-by-hr.html") as f:
|
||||
REPLY_SEPARATED_BY_HR = f.read()
|
||||
6
tests/fixtures/html_replies/gmail.html
vendored
Normal file
6
tests/fixtures/html_replies/gmail.html
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<div dir="ltr"><div class="gmail_default"><div class="gmail_default" style>Hi. I am fine.</div><div class="gmail_default" style><br></div><div class="gmail_default" style>Thanks,</div><div class="gmail_default" style>Alex</div>
|
||||
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 26, 2014 at 2:14 PM, Alexander L <span dir="ltr"><<a href="mailto:abc@example.com" target="_blank">a@example.com</a>></span> wrote:<br>
|
||||
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small"><div class="gmail_default" style="font-family:arial,sans-serif">
|
||||
Hello! How are you?</div><div class="gmail_default" style="font-family:arial,sans-serif"><br>
|
||||
</div><div class="gmail_default" style="font-family:arial,sans-serif">Thanks,</div><div class="gmail_default" style="font-family:arial,sans-serif">Sasha.</div></div></div>
|
||||
</blockquote></div><br></div>
|
||||
17
tests/fixtures/html_replies/hotmail.html
vendored
Normal file
17
tests/fixtures/html_replies/hotmail.html
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<style><!--
|
||||
.hmmessage P
|
||||
{
|
||||
margin:0px;
|
||||
padding:0px
|
||||
}
|
||||
body.hmmessage
|
||||
{
|
||||
font-size: 12pt;
|
||||
font-family:Calibri
|
||||
}
|
||||
--></style></head>
|
||||
<body class='hmmessage'><div dir='ltr'>Hi. I am fine.<div><br></div><div>Thanks,</div><div>Alex<br><br><div><hr id="stopSpelling">Date: Thu, 26 Jun 2014 13:53:45 +0400<br>Subject: Test message<br>From: abc@example.com<br>To: alex.l@example.com<br><br><div dir="ltr"><div class="ecxgmail_default" style="font-size:small;">Hello! How are you?</div><div class="ecxgmail_default" style="font-size:small;"><br></div><div class="ecxgmail_default" style="font-size:small;">Thanks,</div><div class="ecxgmail_default" style="font-size:small;">
|
||||
Sasha.</div></div></div></div> </div></body>
|
||||
</html>
|
||||
57
tests/fixtures/html_replies/mail_ru.html
vendored
Normal file
57
tests/fixtures/html_replies/mail_ru.html
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
|
||||
<HTML><BODY><p>Hi. I am fine.</p><p>Thanks,<br>Alex</p><br><br><br>Thu, 26 Jun 2014 14:00:51 +0400 от Alexander L <abc@example.com>:<br>
|
||||
<blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;">
|
||||
<div id="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="js-helper js-readmsg-msg">
|
||||
<style type="text/css"></style>
|
||||
<div>
|
||||
<base target="_self" href="https://e.mail.ru/">
|
||||
|
||||
<div id="style_14037768550000001020_BODY"><div dir="ltr"><div style="font-size:small"><div style="font-family:arial,sans-serif">Hello! How are you?</div><div style="font-family:arial,sans-serif"><br>
|
||||
</div><div style="font-family:arial,sans-serif">Thanks,</div><div style="font-family:arial,sans-serif">Sasha.</div></div></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<base target="_self" href="https://e.mail.ru/">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</blockquote>
|
||||
<br></BODY></HTML>
|
||||
134
tests/fixtures/html_replies/ms_outlook_2003.html
vendored
Normal file
134
tests/fixtures/html_replies/ms_outlook_2003.html
vendored
Normal file
@@ -0,0 +1,134 @@
|
||||
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
|
||||
|
||||
<head>
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
|
||||
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
|
||||
<!--[if !mso]>
|
||||
<style>
|
||||
v\:* {behavior:url(#default#VML);}
|
||||
o\:* {behavior:url(#default#VML);}
|
||||
w\:* {behavior:url(#default#VML);}
|
||||
.shape {behavior:url(#default#VML);}
|
||||
</style>
|
||||
<![endif]-->
|
||||
<style>
|
||||
<!--
|
||||
/* Font Definitions */
|
||||
@font-face
|
||||
{font-family:Tahoma;
|
||||
panose-1:2 11 6 4 3 5 4 4 2 4;}
|
||||
/* Style Definitions */
|
||||
p.MsoNormal, li.MsoNormal, div.MsoNormal
|
||||
{margin:0cm;
|
||||
margin-bottom:.0001pt;
|
||||
font-size:12.0pt;
|
||||
font-family:"Times New Roman";}
|
||||
a:link, span.MsoHyperlink
|
||||
{color:blue;
|
||||
text-decoration:underline;}
|
||||
a:visited, span.MsoHyperlinkFollowed
|
||||
{color:purple;
|
||||
text-decoration:underline;}
|
||||
span.EmailStyle17
|
||||
{mso-style-type:personal-reply;
|
||||
font-family:Arial;
|
||||
color:navy;}
|
||||
@page Section1
|
||||
{size:595.3pt 841.9pt;
|
||||
margin:2.0cm 42.5pt 2.0cm 3.0cm;}
|
||||
div.Section1
|
||||
{page:Section1;}
|
||||
-->
|
||||
</style>
|
||||
<!--[if gte mso 9]><xml>
|
||||
<o:shapedefaults v:ext="edit" spidmax="1026" />
|
||||
</xml><![endif]--><!--[if gte mso 9]><xml>
|
||||
<o:shapelayout v:ext="edit">
|
||||
<o:idmap v:ext="edit" data="1" />
|
||||
</o:shapelayout></xml><![endif]-->
|
||||
</head>
|
||||
|
||||
<body lang=RU link=blue vlink=purple>
|
||||
|
||||
<div class=Section1>
|
||||
|
||||
<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
|
||||
style='font-size:10.0pt;font-family:Arial;color:navy'>Hi. I am fine.<o:p></o:p></span></font></p>
|
||||
|
||||
<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
|
||||
style='font-size:10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
|
||||
|
||||
<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
|
||||
style='font-size:10.0pt;font-family:Arial;color:navy'>Thanks,<o:p></o:p></span></font></p>
|
||||
|
||||
<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
|
||||
style='font-size:10.0pt;font-family:Arial;color:navy'>Alex<o:p></o:p></span></font></p>
|
||||
|
||||
<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
|
||||
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>
|
||||
|
||||
<div>
|
||||
|
||||
<div class=MsoNormal align=center style='text-align:center'><font size=3
|
||||
face="Times New Roman"><span lang=EN-US style='font-size:12.0pt'>
|
||||
|
||||
<hr size=3 width="100%" align=center tabindex=-1>
|
||||
|
||||
</span></font></div>
|
||||
|
||||
<p class=MsoNormal><b><font size=2 face=Tahoma><span lang=EN-US
|
||||
style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'>From:</span></font></b><font
|
||||
size=2 face=Tahoma><span lang=EN-US style='font-size:10.0pt;font-family:Tahoma'>
|
||||
Alexander L [mailto:abc@example.com] <br>
|
||||
<b><span style='font-weight:bold'>Sent:</span></b> Friday, June 27, 2014 12:06
|
||||
PM<br>
|
||||
<b><span style='font-weight:bold'>To:</span></b> Alexander<br>
|
||||
<b><span style='font-weight:bold'>Subject:</span></b> Test message</span></font><span
|
||||
lang=EN-US><o:p></o:p></span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
|
||||
12.0pt'><o:p> </o:p></span></font></p>
|
||||
|
||||
<div>
|
||||
|
||||
<div>
|
||||
|
||||
<div>
|
||||
|
||||
<p class=MsoNormal><font size=3 face=Arial><span style='font-size:12.0pt;
|
||||
font-family:Arial'>Hello! How are you?<o:p></o:p></span></font></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
<p class=MsoNormal><font size=3 face=Arial><span style='font-size:12.0pt;
|
||||
font-family:Arial'><o:p> </o:p></span></font></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
<p class=MsoNormal><font size=3 face=Arial><span style='font-size:12.0pt;
|
||||
font-family:Arial'>Thanks,<o:p></o:p></span></font></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
<p class=MsoNormal><font size=3 face=Arial><span style='font-size:12.0pt;
|
||||
font-family:Arial'>Sasha.<o:p></o:p></span></font></p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
42
tests/fixtures/html_replies/ms_outlook_2007.html
vendored
Normal file
42
tests/fixtures/html_replies/ms_outlook_2007.html
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
|
||||
/* Font Definitions */
|
||||
@font-face
|
||||
{font-family:"Cambria Math";
|
||||
panose-1:2 4 5 3 5 4 6 3 2 4;}
|
||||
@font-face
|
||||
{font-family:Calibri;
|
||||
panose-1:2 15 5 2 2 2 4 3 2 4;}
|
||||
@font-face
|
||||
{font-family:Tahoma;
|
||||
panose-1:2 11 6 4 3 5 4 4 2 4;}
|
||||
/* Style Definitions */
|
||||
p.MsoNormal, li.MsoNormal, div.MsoNormal
|
||||
{margin:0cm;
|
||||
margin-bottom:.0001pt;
|
||||
font-size:12.0pt;
|
||||
font-family:"Times New Roman","serif";}
|
||||
a:link, span.MsoHyperlink
|
||||
{mso-style-priority:99;
|
||||
color:blue;
|
||||
text-decoration:underline;}
|
||||
a:visited, span.MsoHyperlinkFollowed
|
||||
{mso-style-priority:99;
|
||||
color:purple;
|
||||
text-decoration:underline;}
|
||||
span.EmailStyle17
|
||||
{mso-style-type:personal-reply;
|
||||
font-family:"Calibri","sans-serif";
|
||||
color:#1F497D;}
|
||||
.MsoChpDefault
|
||||
{mso-style-type:export-only;}
|
||||
@page WordSection1
|
||||
{size:612.0pt 792.0pt;
|
||||
margin:2.0cm 42.5pt 2.0cm 3.0cm;}
|
||||
div.WordSection1
|
||||
{page:WordSection1;}
|
||||
--></style><!--[if gte mso 9]><xml>
|
||||
<o:shapedefaults v:ext="edit" spidmax="1026" />
|
||||
</xml><![endif]--><!--[if gte mso 9]><xml>
|
||||
<o:shapelayout v:ext="edit">
|
||||
<o:idmap v:ext="edit" data="1" />
|
||||
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Hi. I am fine.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'> <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Alex<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=RU style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=RU style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Alexander L [mailto:abc@example.com] <br><b>Sent:</b> Thursday, July 03, 2014 3:50 PM<br><b>To:</b> alex.l@example.com<br><b>Subject:</b> Test message<o:p></o:p></span></p></div><p class=MsoNormal><o:p> </o:p></p><div><div><div><p class=MsoNormal><span style='font-family:"Arial","sans-serif"'>Hello! How are you?<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial","sans-serif"'><o:p> </o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial","sans-serif"'>Thanks,<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial","sans-serif"'>Sasha.<o:p></o:p></span></p></div></div></div></div></body></html>
|
||||
32
tests/fixtures/html_replies/thunderbird.html
vendored
Normal file
32
tests/fixtures/html_replies/thunderbird.html
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
Hi. I am fine.<br>
|
||||
<br>
|
||||
Thanks,<br>
|
||||
Alex<br>
|
||||
<div class="moz-cite-prefix">On 26.06.2014 14:41, Alexander L
|
||||
wrote:<br>
|
||||
</div>
|
||||
<blockquote
|
||||
cite="mid:CA+jEWTKBU6qc4OnH5m=-0sfwkAzZhcy0rd+ean2W6bFUVXaO7A@mail.gmail.com"
|
||||
type="cite">
|
||||
<div dir="ltr">
|
||||
<div class="gmail_default" style="font-size:small">
|
||||
<div class="gmail_default"
|
||||
style="font-family:arial,sans-serif">Hello! How are you?</div>
|
||||
<div class="gmail_default"
|
||||
style="font-family:arial,sans-serif"><br>
|
||||
</div>
|
||||
<div class="gmail_default"
|
||||
style="font-family:arial,sans-serif">Thanks,</div>
|
||||
<div class="gmail_default"
|
||||
style="font-family:arial,sans-serif">Sasha.</div>
|
||||
</div>
|
||||
</div>
|
||||
</blockquote>
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
||||
33
tests/fixtures/html_replies/windows_mail.html
vendored
Normal file
33
tests/fixtures/html_replies/windows_mail.html
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Windows Mail 17.5.9600.20498">
|
||||
<style data-externalstyle="true"><!--
|
||||
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:0in;
|
||||
margin-left:.5in;
|
||||
margin-bottom:.0001pt;
|
||||
}
|
||||
p.MsoNormal, li.MsoNormal, div.MsoNormal {
|
||||
margin:0in;
|
||||
margin-bottom:.0001pt;
|
||||
}
|
||||
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst,
|
||||
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle,
|
||||
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
|
||||
margin-top:0in;
|
||||
margin-right:0in;
|
||||
margin-bottom:0in;
|
||||
margin-left:.5in;
|
||||
margin-bottom:.0001pt;
|
||||
line-height:115%;
|
||||
}
|
||||
--></style></head>
|
||||
<body dir="ltr">
|
||||
<div data-externalstyle="false" dir="ltr" style="font-family: 'Calibri', 'Segoe UI', 'Meiryo', 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'sans-serif';font-size:12pt;"><div>Hi. I am fine.</div><div><br></div><div>Thanks,</div><div>Alex<br></div><div data-signatureblock="true"><div><br></div><div><br></div></div><div style="padding-top: 5px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;"><div><font face=" 'Calibri', 'Segoe UI', 'Meiryo', 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'sans-serif'" style='line-height: 15pt; letter-spacing: 0.02em; font-family: "Calibri", "Segoe UI", "Meiryo", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "sans-serif"; font-size: 12pt;'><b>От:</b> <a href="mailto:abc@example.com" target="_parent">Alexander L</a><br><b>Отправлено:</b> четверг, 26 июня 2014 г. 15:05<br><b>Кому:</b> <a href="mailto:alex-ninja@example.com" target="_parent">Alex</a></font></div></div><div><br></div><div dir=""><div dir="ltr"><div class="gmail_default" style="font-size: small;"><div class="gmail_default" style="font-family: arial,sans-serif;">Hello! How are you?</div><div class="gmail_default" style="font-family: arial,sans-serif;"><br>
|
||||
</div><div class="gmail_default" style="font-family: arial,sans-serif;">Thanks,</div><div class="gmail_default" style="font-family: arial,sans-serif;">Sasha.</div></div></div>
|
||||
</div></div>
|
||||
</body>
|
||||
</html>
|
||||
1
tests/fixtures/html_replies/yandex_ru.html
vendored
Normal file
1
tests/fixtures/html_replies/yandex_ru.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<p>Hi. I am fine.<br /><br />Thanks,<br />Alex<br /><br />26.06.2014, 14:41, "Alexander L" <<a href="mailto:abc@example.com">abc@example.com</a>>:</p><blockquote> Hello! How are you?<br /><br /> Thanks,<br /> Sasha.</blockquote>
|
||||
22
tests/fixtures/reply-quotations-share-block.eml
vendored
Normal file
22
tests/fixtures/reply-quotations-share-block.eml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
Content-Type: multipart/alternative;
|
||||
boundary="===============6853056845739363347=="
|
||||
MIME-Version: 1.0
|
||||
Date: Wed, 4 Apr 2012 22:22:42 -0700 (PDT)
|
||||
From: Joe Doe <xxx@example.com>
|
||||
Subject: Re: You've got a new booking inquiry!
|
||||
|
||||
--===============6853056845739363347==
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
Content-Transfer-Encoding: base64
|
||||
|
||||
SGkgS2F0aGFyaW5lLsKgIFNvdW5kcyBncmVhdC7CoCBBcmUgdGhlcmUgYW5kIGRpZXRyeSByZXN0cmljdGlvbnMgb3IgdGhpbmdzIHlvdXIgaHVzYmFuZCBkb2VzL2RvZXNuJ3QgbGlrZSB0byBlYXQ/wqAgV291bGQgeW91IGxpa2UgdG8gZG8gYSBmZXcgaG9ycyBkIG9ldXZyZXMgYW5kIHRoZW4gYcKgMyBvciA0wqBjb3Vyc2UgZGlubmVyP8KgIExldCBtZSBrbm93IHdoYXQgeW91IHRoaW5rIHdpbGwgd29yayBiZXN0IGFuZCBJIHdpbGwgc3RhcnQgd29ya2luZyBvbiBhIG1lbnUgYW5kIHByb3Bvc2FsLsKgIFRoYW5rcyBzbyBtdWNoIGFuZCBsb29rIGZvcndhcmQgdG8gaGVhcmluZyBmcm9tIHlvdSBzb29uLgrCoApKb2UgWFhYCgotLS0gT24gV2VkLCA0LzQvMTIsIHh4eEBleGFtcGxlLmNvbSA8eHh4QGV4YW1wbGUuY29tPiB3cm90ZToKCgpGcm9tOiB4eHhAZXhhbXBsZS5jb20gPHh4eEBleGFtcGxlLmNvbT4KU3ViamVjdDogWW91J3ZlIGdvdCBhIG5ldyBib29raW5nIGlucXVpcnkhClRvOiB4eHhAeWFob28uY29tCkRhdGU6IFdlZG5lc2RheSwgQXByaWwgNCwgMjAxMiwgMTA6MjMgUE0KCk5ldyBCb29raW5nIElucXVpcnkKCg==
|
||||
|
||||
--===============6853056845739363347==
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/html; charset="utf-8"
|
||||
Content-Transfer-Encoding: base64
|
||||
|
||||
PHRhYmxlPjx0cj48dGQ+PERJVj5IaSBLYXRoYXJpbmUuJm5ic3A7IFNvdW5kcyBncmVhdC4mbmJzcDsgQXJlIHRoZXJlIGFuZCBkaWV0cnkgcmVzdHJpY3Rpb25zIG9yIHRoaW5ncyB5b3VyIGh1c2JhbmQgZG9lcy9kb2Vzbid0IGxpa2UgdG8gZWF0PyZuYnNwOyBXb3VsZCB5b3UgbGlrZSB0byBkbyBhIGZldyBob3JzIGQgb2V1dnJlcyBhbmQgdGhlbiBhJm5ic3A7MyBvciA0Jm5ic3A7Y291cnNlIGRpbm5lcj8mbmJzcDsgTGV0IG1lIGtub3cgd2hhdCB5b3UgdGhpbmsgd2lsbCB3b3JrIGJlc3QgYW5kIEkgd2lsbCBzdGFydCB3b3JraW5nIG9uIGEgbWVudSBhbmQgcHJvcG9zYWwuJm5ic3A7IFRoYW5rcyBzbyBtdWNoIGFuZCBsb29rIGZvcndhcmQgdG8gaGVhcmluZyBmcm9tIHlvdSBzb29uLjwvRElWPgo8RElWPiZuYnNwOzwvRElWPgo8RElWPkpob24gRG9lPEJSPjxCUj4tLS0gT24gPEI+V2VkLCA0LzQvMTIsIHh4eEBleGFtcGxlLmNvbSA8ST4mbHQ7eHh4QGV4YW1wbGUuY29tJmd0OzwvST48L0I+IHdyb3RlOjxCUj48L0RJVj4KPEJMT0NLUVVPVEU+PEJSPkZyb206IHh4eEBleGFtcGxlLmNvbSAmbHQ7eHh4QGV4YW1wbGUuY29tJmd0OzxCUj5TdWJqZWN0OiBZb3UndmUgZ290IGEgbmV3IGJvb2tpbmcgaW5xdWlyeSE8QlI+VG86IHh4eEB5YWhvby5jb208QlI+RGF0ZTogV2VkbmVzZGF5LCBBcHJpbCA0LCAyMDEyLCAxMDoyMyBQTTxCUj48QlI+CjxESVY+CjxESVY+CjxDRU5URVI+CjxUQUJMRT4KPFRCT0RZPgo8VFI+CjxURD4KPFRBQkxFPgo8VEJPRFk+CjxUUj4KPFREPgo8VEFCTEU+CjxUQk9EWT4KPFRSPgo8VEQ+CjxESVY+TmV3IEJvb2tpbmcgSW5xdWlyeSA8L0RJVj48L1REPgo8VEQ+CjxESVY+WW91ciBwbGFjZSBpcyB0aGUgaG9tZSBvZiBiZXNwb2tlIGRpbmluZyA8L0RJVj48L1REPjwvVFI+PC9UQk9EWT48L1RBQkxFPjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+CjxUQUJMRT4KPFRCT0RZPgo8VFI+CjxURD4KPFRBQkxFPgo8VEJPRFk+CjxUUj4KPFREPiA8L1REPjwvVFI+PC9UQk9EWT48L1RBQkxFPjwvVEQ+PC9UUj4KPFRSPgo8VEQ+CjxUQUJMRT4KPFRCT0RZPgo8VFI+CjxURD4KPFRBQkxFPgo8VEJPRFk+CjxUUj4KPFREPgo8RElWPjxCUj5Hb29kIE5ld3MhPEJSPjxCUj4KPFA+RXZlbnQgRGV0YWlsczwvRElWPkRhdGU6IEFwcmlsIDI4LCAyMDEyPEJSPkxvY2F0aW9uOiB4eHg8QlI+SGVhZGNvdW50OiA2IHRvIDg8QlI+VGFyZ2V0IEJ1ZGdldDogJDUwIHBlciBwZXJzb248QlI+PEJSPkJlc3QgRGVzY3JpcHRpb24gb2YgVGFyZ2V0IEJ1ZGdldDogSSdkIGxvdmUgdG8gaGVhciB3aGF0IHRoZSBjaGVmIHRoaW5rcyBpcyBiZXN0IGZvciBteSBldmVudCwgcHJvdmlkZWQgd2Ugc3RheSBjbG9zZSB0byB0aGlzIGJ1ZGdldCA8QlI+PEJSPkV2ZW50IERlc2NyaXB0aW9uOiBJIGFtIHdhbnRpbmcgdG8gc3VycHJpc2UgbXkgaHVzYmFuZCB3aXRoIGEgY2FzdWFsIGRpbm5lciBwYXJ0eSBpbiBvdXIgaG9tZSBpbiB4eHguIFdlIGhhdmUgYW4gYW1hemluZyBraXRjaGVuICh0aGF0IEkgZG9uJ3QgZG8ganVzdGljZSB0byBidXQgSSBiZXQgeW91IGNvdWxkISksIGFuZCBhIHJlYWxseSBuaWNlIGdhcmRlbiBmb3IgZGluaW5nLiBJIGFtIGZseWluZyBzb21lIG9mIGhpcyBiZXN0IGZyaWVuZHMgaW4gdG8gY2VsZWJyYXRlIGhpbS4gV2UgaGF2ZSBzbWFsbCBraWRzICh3aG8gd2lsbCBiZSBzbGVlcGluZyEpLCBzbyBJJ20gaG9waW5nIGZvciBhIGNhc3VhbCBidXQgcm9tYW50aWMgZGlubmVyIHBhcnR5LiA8QlI+PEJSPlZpZXcgbW9yZSBpbnF1aXJ5IGRldGFpbHMgb24geW91ciBFdmVudCBEYXNoYm9hcmQuIElmIHlvdSBsaWtlIHdoYXQgeW91IHNlZSwgcGxlYXNlIGNyZWF0ZSBhIHByb3Bvc2FsIGZvciB0aGUgZXZlbnQuIDxCUj48QlI+SWYgeW91IGRvIG5vdCBoYXZlIHRoZSB0aW1lIHRvIG1ha2UgYSBmdWxsIHByb3Bvc2FsIHJpZ2h0IG5vdywgd2UgZW5jb3VyYWdlIHlvdSB0byBhdCBsZWFzdCByZXNwb25kIHRvIHRoZSBob3N0IHdpdGggYSBxdWljayBtZXNzYWdlIHRvIGNvbmZpcm0gdGhhdCB5b3UndmUgZ290dGVuIHRoaXMgaW5xdWlyeSBhbmQgaGF2ZSBiZWd1biB0aGlua2luZyBhYm91dCB0aGUgZXZlbnQuIDxCUj48QlI+PFNUUk9ORz5Zb3UgY2FuIHJlcGx5IGRpcmVjdGx5IHRvIHRoaXMgZW1haWwgYW5kIHlvdXIgbWVzc2FnZSB3aWxsIGdvIHRvIHRoZSBob3N0IG9uIHRoZSBldmVudCBkYXNoYm9hcmQuPC9TVFJPTkc+IDxCUj48QlI+UmVtZW1iZXIsIHlvdSBoYXZlIGV4Y2x1c2l2ZSBhY2Nlc3MgdG8gdGhpcyBpbnF1aXJ5IGZvciB0aGUgbmV4dCAyNCBob3Vycy4gUGxlYXNlIG1ha2UgYSBwcm9wb3NhbCBvciBzZW5kIGEgbWVzc2FnZSB0byB0aGUgaG9zdCBpbiB0aGF0IHRpbWUuIElmIHRoZSBob3N0IGhhcyBub3QgaGVhcmQgYW55dGhpbmcgZnJvbSB5b3UgaW4gMjQgaG91cnMsIHdlIHdpbGwKIGZvcndhcmQgdGhlIGhvc3RzIGlucXVpcnkgdG8gYSBzbWFsbCBudW1iZXIgb2YgYWRkaXRpb25hbCBjaGVmcywgYW5kIHRoZXkgd2lsbCBoYXZlIHRoZSBvcHBvcnR1bml0eSB0byBtYWtlIGEgcHJvcG9zYWwuIFdlIGRvIHRoaXMgYXMgYSBjb3VydGVzeSB0byB0aGUgaG9zdHMuIDxCUj48QlI+SWYgeW91IGNhbm5vdCBhY2NlcHQgdGhpcyBib29raW5nIG9yIGRvIG5vdCB3YW50IHRvIGZvciBhbnkgcmVhc29uLCBwbGVhc2UgdGFrZSB0aGUgdGltZSB0byBkZWNsaW5lIG9uIHRoZSBFdmVudCBEYXNoYm9hcmQuIDxCUj48QlI+VGltZSB0byBnZXQgY29va2luJyA8QlI+PEJSPjwvRElWPjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJMRT48L1REPjwvVFI+CjxUUj4KPFREPgo8VEFCTEU+CjxUQk9EWT4KPFRSPgo8VEQ+CjxUQUJMRT4KPFRCT0RZPgo8VFI+CjxURD4KPERJVj4mbmJzcDs8QSBocmVmPSJodHRwOi8vZXhhbXBsZS5jb20iPmZvbGxvdyBvbiBUd2l0dGVyPC9BPiB8IDxBIGhyZWY9Imh0dHA6Ly94eHgiPmZyaWVuZCBvbiBGYWNlYm9vazwvQT4gfCA8QQogaHJlZj0iaHR0cDovL2V4YW1wbGUuY29tIj5Gb3J3YXJkIHRvIGEgRnJpZW5kPC9BPiZndDsmbmJzcDsgPC9ESVY+PC9URD48L1RSPgo8VFI+CjxURD4KPERJVj48RU0+Q29weXJpZ2g8L0VNPiA8L0RJVj48L1REPjwvVFI+PC9UQk9EWT48L1RBQkxFPjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJMRT48QlI+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJMRT48L0NFTlRFUj48SU1HIGFsdD0iIiBzcmM9Imh0dHA6Ly9leGFtcGxlLmNvbSI+IDwvRElWPjwvRElWPjwvQkxPQ0tRVU9URT48L3RkPjwvdHI+PC90YWJsZT4K
|
||||
|
||||
--===============6853056845739363347==--
|
||||
21
tests/fixtures/reply-separated-by-hr.html
vendored
Normal file
21
tests/fixtures/reply-separated-by-hr.html
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<body>
|
||||
<div>
|
||||
Hi
|
||||
<div>
|
||||
there
|
||||
</div>
|
||||
<div>
|
||||
Bob
|
||||
<hr>
|
||||
<b>From: </b>bob@example.com<br>
|
||||
<b>To: </b>xxx@comcast.net<br>
|
||||
<b>Sent: </b>Friday, July 22, 2011 6:20:01 PM<br>
|
||||
<b>Subject: </b>Hello<br><br>
|
||||
<p>
|
||||
Hello
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
24
tests/fixtures/signature/emails/P/102682_R_S
vendored
Executable file
24
tests/fixtures/signature/emails/P/102682_R_S
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
From: doe@example.com (John Doe)
|
||||
Subject: Hello
|
||||
Date: 7 Apr 94 17:35:09 GMT
|
||||
|
||||
#reply#rickc@example.com (xxx xxx) writes:
|
||||
|
||||
#reply#>In article <xxx.xxx.xxx@xxx-xxx>, xxx@example.com
|
||||
#reply#>writes:
|
||||
#reply#>|> I just wanted to let everyone know that I have lost what little respect
|
||||
#reply#>|> I have
|
||||
#reply#>|> for xxx xxx after seeing today's xxx game.
|
||||
#reply#>|> A dishard xxx fan
|
||||
|
||||
|
||||
#reply#>Yes, I also wonder if they can win with this manager.
|
||||
#reply#>I never believed managers had that much to do with winning
|
||||
#reply#>until I saw how much they had to do with losing....
|
||||
|
||||
I like the xxx a lot, but my heart belongs to the xxx...You can imagine
|
||||
my frustration when I saw the xxx nabbing xxx...ARHGGHRGHH!
|
||||
|
||||
#sig# -John Doe
|
||||
#sig#
|
||||
#sig# doe@example.com
|
||||
34
tests/fixtures/signature/emails/P/johndoeexamplecom_body
vendored
Normal file
34
tests/fixtures/signature/emails/P/johndoeexamplecom_body
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
(Please accept our apologies if you've already completed the Survey. Send a reply with "Did it" in the subject line to avoid future reminder messages.)
|
||||
|
||||
Dear Executive,
|
||||
|
||||
YOUR INPUT IS VERY VALUABLE. Over the past week or so, you've been invited to participate in a very important survey that will significantly improve the information products available to you in the power and energy industry.
|
||||
|
||||
Because we haven't heard from you yet, we're adding more prizes to encourage participation. There are now 12 prizes you could win; we've added 4 more inducements to the original 8 prizes.
|
||||
|
||||
YOUR CHANCE OF WINNING IS HUGE. We're hoping to draw a total of 200 respondents from this sector of the industry. When we receive your fully completed questionnaire, your e-mail address will one among 30 in a drawing that could bring you one of the 12 prizes. Those odds aren't bad at all! The prizes include:
|
||||
|
||||
-- FOUR $100 gift certificates
|
||||
-- EIGHT $50 gift certificates
|
||||
|
||||
IF YOU WIN, you can choose from the following list where you'd like to spend your gift certificate:
|
||||
|
||||
-- Amazon.com,
|
||||
-- REI.com,
|
||||
-- GOLFDISCOUNT.com,
|
||||
-- CABELLAS.com,
|
||||
-- fogdog.com, or
|
||||
-- a general American Express gift certificate.
|
||||
|
||||
Just click on the long blue URL listed in the section below this letter to connect to the welcome page for the survey.
|
||||
|
||||
THE DEADLINE FOR SUBMITTING YOUR SURVEY IS FRIDAY, SEPTEMBER 7.
|
||||
|
||||
Thanks for your participation, and we wish you the best of luck in the
|
||||
drawing!
|
||||
|
||||
#sig#John E. Doe, Ph.D.
|
||||
#sig#President
|
||||
#sig#Xxx Research
|
||||
#sig#john@example.com
|
||||
#sig#www.example.com
|
||||
1
tests/fixtures/signature/emails/P/johndoeexamplecom_sender
vendored
Normal file
1
tests/fixtures/signature/emails/P/johndoeexamplecom_sender
vendored
Normal file
@@ -0,0 +1 @@
|
||||
john@example.com
|
||||
10
tests/fixtures/signature/emails/P/unicode_msg
vendored
Normal file
10
tests/fixtures/signature/emails/P/unicode_msg
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
From: Сергей Обухов
|
||||
Добрый день.
|
||||
|
||||
Мы являемся стартапом работающим над созданием платформы
|
||||
почтовых электронных сообщений. Нам бы хотелось использовать Ваш продукт
|
||||
для решения задач парсинга сообщений. Если Вы заинтересованы, пожалуйста
|
||||
ответьте на это письмо.
|
||||
|
||||
С уважением,
|
||||
Сергей Обухов
|
||||
9
tests/fixtures/signature/emails/stripped/camel_case_body
vendored
Normal file
9
tests/fixtures/signature/emails/stripped/camel_case_body
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
Martin, can we get:
|
||||
|
||||
1 L Male
|
||||
1 M Male
|
||||
1 M Female
|
||||
|
||||
to 111 Xxxxxx ST Xxx Xxxxxxxxx XX 94133
|
||||
|
||||
That'd be awesome! Really cool shirts!
|
||||
0
tests/fixtures/signature/emails/stripped/camel_case_sender
vendored
Normal file
0
tests/fixtures/signature/emails/stripped/camel_case_sender
vendored
Normal file
0
tests/fixtures/signature/emails/stripped/camel_case_signature
vendored
Normal file
0
tests/fixtures/signature/emails/stripped/camel_case_signature
vendored
Normal file
5
tests/fixtures/signature/emails/stripped/jeff_body
vendored
Normal file
5
tests/fixtures/signature/emails/stripped/jeff_body
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
Thanks Sasha, I can't go any higher and is why I limited it to the
|
||||
homepage.
|
||||
|
||||
Stavros Xxxxxx
|
||||
via mobile
|
||||
1
tests/fixtures/signature/emails/stripped/jeff_sender
vendored
Normal file
1
tests/fixtures/signature/emails/stripped/jeff_sender
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Stavros Xxxxxx
|
||||
2
tests/fixtures/signature/emails/stripped/jeff_signature
vendored
Normal file
2
tests/fixtures/signature/emails/stripped/jeff_signature
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
Stavros Xxxxxx
|
||||
via mobile
|
||||
34
tests/fixtures/signature/emails/stripped/johndoeexamplecom_body
vendored
Normal file
34
tests/fixtures/signature/emails/stripped/johndoeexamplecom_body
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
(Please accept our apologies if you've already completed the Survey. Send a reply with "Did it" in the subject line to avoid future reminder messages.)
|
||||
|
||||
Dear Executive,
|
||||
|
||||
YOUR INPUT IS VERY VALUABLE. Over the past week or so, you've been invited to participate in a very important survey that will significantly improve the information products available to you in the power and energy industry.
|
||||
|
||||
Because we haven't heard from you yet, we're adding more prizes to encourage participation. There are now 12 prizes you could win; we've added 4 more inducements to the original 8 prizes.
|
||||
|
||||
YOUR CHANCE OF WINNING IS HUGE. We're hoping to draw a total of 200 respondents from this sector of the industry. When we receive your fully completed questionnaire, your e-mail address will one among 30 in a drawing that could bring you one of the 12 prizes. Those odds aren't bad at all! The prizes include:
|
||||
|
||||
-- FOUR $100 gift certificates
|
||||
-- EIGHT $50 gift certificates
|
||||
|
||||
IF YOU WIN, you can choose from the following list where you'd like to spend your gift certificate:
|
||||
|
||||
-- Amazon.com,
|
||||
-- REI.com,
|
||||
-- GOLFDISCOUNT.com,
|
||||
-- CABELLAS.com,
|
||||
-- fogdog.com, or
|
||||
-- a general American Express gift certificate.
|
||||
|
||||
Just click on the long blue URL listed in the section below this letter to connect to the welcome page for the survey.
|
||||
|
||||
THE DEADLINE FOR SUBMITTING YOUR SURVEY IS FRIDAY, SEPTEMBER 7.
|
||||
|
||||
Thanks for your participation, and we wish you the best of luck in the
|
||||
drawing!
|
||||
|
||||
#sig#John E. Doe, Ph.D.
|
||||
#sig#President
|
||||
#sig#Xxx Research
|
||||
#sig#john@example.com
|
||||
#sig#www.example.com
|
||||
1
tests/fixtures/signature/emails/stripped/johndoeexamplecom_sender
vendored
Normal file
1
tests/fixtures/signature/emails/stripped/johndoeexamplecom_sender
vendored
Normal file
@@ -0,0 +1 @@
|
||||
john@example.com
|
||||
5
tests/fixtures/signature/emails/stripped/johndoeexamplecom_signature
vendored
Normal file
5
tests/fixtures/signature/emails/stripped/johndoeexamplecom_signature
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
#sig#John E. Doe, Ph.D.
|
||||
#sig#President
|
||||
#sig#Xxx Research
|
||||
#sig#john@example.com
|
||||
#sig#www.example.com
|
||||
8
tests/fixtures/signature/emails/stripped/long_body
vendored
Normal file
8
tests/fixtures/signature/emails/stripped/long_body
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce nec est enim. Vestibulum vel enim urna, sed facilisis augue. Vestibulum dui nibh, pulvinar id adipiscing id, congue id turpis.
|
||||
Suspendisse non posuere erat. Ut porta luctus augue, laoreet accumsan sem auctor quis. Fusce feugiat elit et dolor tempor lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
Sed molestie gravida mi, id faucibus risus tempus vel. Mauris dictum enim nec lectus iaculis ac eleifend libero vestibulum. Morbi imperdiet lobortis erat non molestie. Sed non aliquam lacus.
|
||||
|
||||
Gina Xxxxxxxxx
|
||||
gina@example.com
|
||||
(555) 346-9947
|
||||
www.example.com
|
||||
1
tests/fixtures/signature/emails/stripped/long_sender
vendored
Normal file
1
tests/fixtures/signature/emails/stripped/long_sender
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Gina Xxxxxxxxx
|
||||
4
tests/fixtures/signature/emails/stripped/long_signature
vendored
Normal file
4
tests/fixtures/signature/emails/stripped/long_signature
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
Gina Xxxxxxxxx
|
||||
gina@example.com
|
||||
(555) 346-9947
|
||||
www.example.com
|
||||
6
tests/fixtures/signature/emails/stripped/short_url_body
vendored
Normal file
6
tests/fixtures/signature/emails/stripped/short_url_body
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
Simone,
|
||||
|
||||
It is 'example.com'. Please let me know what you see.
|
||||
|
||||
Thank you,
|
||||
Noam
|
||||
1
tests/fixtures/signature/emails/stripped/short_url_sender
vendored
Normal file
1
tests/fixtures/signature/emails/stripped/short_url_sender
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Noam
|
||||
2
tests/fixtures/signature/emails/stripped/short_url_signature
vendored
Normal file
2
tests/fixtures/signature/emails/stripped/short_url_signature
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
Thank you,
|
||||
Noam
|
||||
23
tests/fixtures/signature/emails/stripped/sparse_body
vendored
Normal file
23
tests/fixtures/signature/emails/stripped/sparse_body
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce nec est enim. Vestibulum vel enim urna, sed facilisis augue. Vestibulum dui nibh, pulvinar id adipiscing id, congue id turpis.
|
||||
Suspendisse non posuere erat. Ut porta luctus augue, laoreet accumsan sem auctor quis. Fusce feugiat elit et dolor tempor lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
Sed molestie gravida mi, id faucibus risus tempus vel. Mauris dictum enim nec lectus iaculis ac eleifend libero vestibulum. Morbi imperdiet lobortis erat non molestie. Sed non aliquam lacus.
|
||||
|
||||
----------------
|
||||
|
||||
AM_LOGO_CLR
|
||||
|
||||
Me John Doe
|
||||
|
||||
Internet xxx / xxxxx d'internet
|
||||
|
||||
Xxxxxxx du Québec
|
||||
|
||||
t. 555-931-0702
|
||||
|
||||
skype: xxx
|
||||
|
||||
f. 555-875-7611
|
||||
|
||||
http://example.com/
|
||||
|
||||
http://www.example.com/in/xxx
|
||||
1
tests/fixtures/signature/emails/stripped/sparse_sender
vendored
Normal file
1
tests/fixtures/signature/emails/stripped/sparse_sender
vendored
Normal file
@@ -0,0 +1 @@
|
||||
John Doe
|
||||
19
tests/fixtures/signature/emails/stripped/sparse_signature
vendored
Normal file
19
tests/fixtures/signature/emails/stripped/sparse_signature
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
----------------
|
||||
|
||||
AM_LOGO_CLR
|
||||
|
||||
Me John Doe
|
||||
|
||||
Internet xxx / xxxxx d'internet
|
||||
|
||||
Xxxxxxx du Québec
|
||||
|
||||
t. 555-931-0702
|
||||
|
||||
skype: xxx
|
||||
|
||||
f. 555-875-7611
|
||||
|
||||
http://example.com/
|
||||
|
||||
http://www.example.com/in/xxx
|
||||
1
tests/fixtures/signature/tmp/.gitignore
vendored
Normal file
1
tests/fixtures/signature/tmp/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.data
|
||||
24
tests/fixtures/standard_replies/android.eml
vendored
Normal file
24
tests/fixtures/standard_replies/android.eml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
Content-Type: multipart/alternative;
|
||||
boundary="===============0934372227844987316=="
|
||||
MIME-Version: 1.0
|
||||
Date: Mon, 2 Apr 2012 18:22:10 +0400
|
||||
Message-Id: <CAEAsyCZ-sCHxZtoKyM3JmT5gSYpZd5GwY-cVNiV8H329zgJT4g@mail.gmail.com>
|
||||
Subject: Re: Test
|
||||
From: Sergey Obykhov <bob@example.com>
|
||||
To: "bob@xxx.mailgun.org" <bob@xxx.mailgun.org>
|
||||
|
||||
--===============0934372227844987316==
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
Content-Transfer-Encoding: base64
|
||||
|
||||
SGVsbG8KMDIuMDQuMjAxMiAxNDoyMCDQv9C+0LvRjNC30L7QstCw0YLQtdC70YwgImJvYkB4eHgubWFpbGd1bi5vcmciIDwKYm9iQHh4eC5tYWlsZ3VuLm9yZz4g0L3QsNC/0LjRgdCw0Ls6Cgo+IEhpCj4KCg==
|
||||
|
||||
--===============0934372227844987316==
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/html; charset="utf-8"
|
||||
Content-Transfer-Encoding: base64
|
||||
|
||||
PHA+SGVsbG88L3A+CjxkaXYgY2xhc3M9ImdtYWlsX3F1b3RlIj4wMi4wNC4yMDEyIDE0OjIwINC/0L7Qu9GM0LfQvtCy0LDRgtC10LvRjCAmcXVvdDs8YSBocmVmPSJtYWlsdG86Ym9iQHh4eC5tYWlsZ3VuLm9yZyI+Ym9iQHh4eC5tYWlsZ3VuLm9yZzwvYT4mcXVvdDsgJmx0OzxhIGhyZWY9Im1haWx0bzpib2JAeHh4Lm1haWxndW4ub3JnIj5ib2JAeHh4Lm1haWxndW4ub3JnPC9hPiZndDsg0L3QsNC/0LjRgdCw0Ls6PGJyIHR5cGU9ImF0dHJpYnV0aW9uIj4KPGJsb2NrcXVvdGUgY2xhc3M9ImdtYWlsX3F1b3RlIiBzdHlsZT0ibWFyZ2luOjAgMCAwIC44ZXg7Ym9yZGVyLWxlZnQ6MXB4ICNjY2Mgc29saWQ7cGFkZGluZy1sZWZ0OjFleCI+SGk8YnI+CjwvYmxvY2txdW90ZT48L2Rpdj4KCg==
|
||||
|
||||
--===============0934372227844987316==--
|
||||
65
tests/fixtures/standard_replies/aol.eml
vendored
Normal file
65
tests/fixtures/standard_replies/aol.eml
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
Content-Type: multipart/alternative;
|
||||
boundary="===============7429987408351918371=="
|
||||
MIME-Version: 1.0
|
||||
To: bob@example.com
|
||||
Subject: Re: Test
|
||||
From: Megan Odin <xxx@aol.com>
|
||||
Message-Id: <8CEDEEFBEF4733B-1E5C-73DF@webmail-d070.sysops.aol.com>
|
||||
Date: Mon, 2 Apr 2012 09:57:58 -0400 (EDT)
|
||||
|
||||
--===============7429987408351918371==
|
||||
Content-Type: text/plain; charset="us-ascii"
|
||||
MIME-Version: 1.0
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
Hello
|
||||
|
||||
|
||||
|
||||
-----Original Message-----
|
||||
From: bob <bob@example.com>
|
||||
To: xxx <xxx@gmail.com>; xxx <xxx@hotmail.com>; xxx <xxx@yahoo.com>; xxx <xxx@aol.com>; xxx <xxx@comcast.net>; xxx <xxx@nyc.rr.com>
|
||||
Sent: Mon, Apr 2, 2012 5:49 pm
|
||||
Subject: Test
|
||||
|
||||
|
||||
Hi
|
||||
|
||||
|
||||
|
||||
--===============7429987408351918371==
|
||||
Content-Type: text/html; charset="us-ascii"
|
||||
MIME-Version: 1.0
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
<font color='black' size='2' face='arial'>Hello<br>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div style="font-family:arial,helvetica;font-size:10pt;color:black">-----Original Message-----<br>
|
||||
From: bob <bob@example.com><br>
|
||||
To: xxx <xxx@gmail.com>; xxx <xxx@hotmail.com>; xxx <xxx@yahoo.com>; xxx <xxx@aol.com>; xxx <xxx@comcast.net>; xxx <xxx@nyc.rr.com><br>
|
||||
Sent: Mon, Apr 2, 2012 5:49 pm<br>
|
||||
Subject: Test<br>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="AOLMsgPart_0_4d68a632-fe65-4f6d-ace2-292ac1b91f1f" style="margin: 0px;font-family: Tahoma, Verdana, Arial, Sans-Serif;font-size: 12px;color: #000;background-color: #fff;">
|
||||
|
||||
<pre style="font-size: 9pt;"><tt>Hi
|
||||
</tt></pre>
|
||||
</div>
|
||||
<!-- end of AOLMsgPart_0_4d68a632-fe65-4f6d-ace2-292ac1b91f1f -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</font>
|
||||
--===============7429987408351918371==--
|
||||
15
tests/fixtures/standard_replies/apple_mail.eml
vendored
Normal file
15
tests/fixtures/standard_replies/apple_mail.eml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
Content-Type: text/plain; charset=iso-8859-1
|
||||
Mime-Version: 1.0 (Apple Message framework v1257)
|
||||
Subject: Re: Test
|
||||
From: xxx <xxx@gmail.com>
|
||||
Date: Tue, 3 Apr 2012 16:55:26 +0400
|
||||
Content-Transfer-Encoding: 7bit
|
||||
Message-Id: <9A1EA6A5-4FD3-4AD0-8DFD-2420E670DB53@gmail.com>
|
||||
To: bob <bob@example.com>
|
||||
X-Mailer: Apple Mail (2.1257)
|
||||
|
||||
Hello
|
||||
|
||||
On Apr 3, 2012, at 4:19 PM, bob wrote:
|
||||
|
||||
> Hi
|
||||
33
tests/fixtures/standard_replies/comcast.eml
vendored
Normal file
33
tests/fixtures/standard_replies/comcast.eml
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
Content-Type: multipart/alternative;
|
||||
boundary="===============3552566137977633461=="
|
||||
MIME-Version: 1.0
|
||||
Date: Mon, 2 Apr 2012 13:56:12 +0000 (UTC)
|
||||
From: xxx@comcast.net
|
||||
To: bob@xxx.mailgun.org
|
||||
Message-Id: <650787974.741595.1333374972389.JavaMail.root@sz0152a.westchester.pa.mail.comcast.net>
|
||||
Subject: Re: Test
|
||||
X-Mailer: Zimbra 6.0.13_GA_2944 (ZimbraWebClient - SAF3 (Linux)/6.0.13_GA_2944)
|
||||
|
||||
--===============3552566137977633461==
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset="us-ascii"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
Hello
|
||||
|
||||
----- Original Message -----
|
||||
From: bob@xxx.mailgun.org
|
||||
To: xxx@gmail.com, xxx@hotmail.com, xxx@yahoo.com, xxx@aol.com, xxx@comcast.net, lsloan6@nyc.rr.com
|
||||
Sent: Monday, April 2, 2012 5:44:22 PM
|
||||
Subject: Test
|
||||
|
||||
Hi
|
||||
|
||||
--===============3552566137977633461==
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/html; charset="us-ascii"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>Hello<br><br><hr id="zwchr"><b>From: </b>bob@xxx.mailgun.org<br><b>To: </b>xxx@gmail.com, xxx@hotmail.com, xxx@yahoo.com, xxx@aol.com, xxx@comcast.net, lsloan6@nyc.rr.com<br><b>Sent: </b>Monday, April 2, 2012 5:44:22 PM<br><b>Subject: </b>Test<br><br>Hi<br></div></body></html>
|
||||
--===============3552566137977633461==--
|
||||
|
||||
31
tests/fixtures/standard_replies/gmail.eml
vendored
Normal file
31
tests/fixtures/standard_replies/gmail.eml
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
Content-Type: multipart/alternative;
|
||||
boundary="===============3455449757443551301=="
|
||||
MIME-Version: 1.0
|
||||
Date: Mon, 2 Apr 2012 20:21:52 +0400
|
||||
Message-Id: <CAKsfaBW4hj0Gek6TwbR3erng4P1y0CZzJ0d=pXtCNnYnbe7PLg@mail.gmail.com>
|
||||
Subject: Re: Test
|
||||
From: Megan One <xxx@gmail.com>
|
||||
To: bob@example.com
|
||||
|
||||
--===============3455449757443551301==
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset="us-ascii"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
Hello
|
||||
|
||||
On Mon, Apr 2, 2012 at 6:26 PM, Megan One <xxx@gmail.com> wrote:
|
||||
|
||||
> Hi
|
||||
|
||||
--===============3455449757443551301==
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/html; charset="us-ascii"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
Hello<br><br><div class="gmail_quote">On Mon, Apr 2, 2012 at 6:26 PM, Megan One <span dir="ltr"><<a href="mailto:xxx@gmail.com">xxx@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
|
||||
Hi
|
||||
|
||||
</blockquote></div><br>
|
||||
|
||||
--===============3455449757443551301==--
|
||||
50
tests/fixtures/standard_replies/hotmail.eml
vendored
Normal file
50
tests/fixtures/standard_replies/hotmail.eml
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
Content-Type: multipart/alternative;
|
||||
boundary="===============5499446768842282638=="
|
||||
MIME-Version: 1.0
|
||||
Message-Id: <DUB102-W192C6E94759954C4885B92B14C0@phx.gbl>
|
||||
From: Alexey Q <xxx@hotmail.com>
|
||||
To: <bob@xxx.mailgun.org>
|
||||
Subject: RE: Test
|
||||
Date: Mon, 2 Apr 2012 21:47:37 +0800
|
||||
X-Originalarrivaltime: 02 Apr 2012 13:47:37.0935 (UTC)
|
||||
FILETIME=[2A6C0DF0:01CD10D7]
|
||||
|
||||
--===============5499446768842282638==
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset="us-ascii"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
|
||||
Hello
|
||||
|
||||
> Subject: Test
|
||||
> From: bob@xxx.mailgun.org
|
||||
> To: xxx@gmail.com; xxx@hotmail.com; xxx@yahoo.com; xxx@aol.com; xxx@comcast.net; xxx@nyc.rr.com
|
||||
> Date: Mon, 2 Apr 2012 17:44:22 +0400
|
||||
>
|
||||
> Hi
|
||||
|
||||
--===============5499446768842282638==
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/html; charset="us-ascii"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<style><!--
|
||||
.hmmessage P
|
||||
{
|
||||
margin:0px;
|
||||
padding:0px
|
||||
}
|
||||
body.hmmessage
|
||||
{
|
||||
font-size: 10pt;
|
||||
font-family:Tahoma
|
||||
}
|
||||
--></style></head>
|
||||
<body class='hmmessage'><div dir='ltr'>
|
||||
Hello<br><br><div><div id="SkyDrivePlaceholder"></div>> Subject: Test<br>> From: bob@xxx.mailgun.org<br>> To: xxx@gmail.com; xxx@hotmail.com; xxx@yahoo.com; xxx@aol.com; xxx@comcast.net; xxx@nyc.rr.com<br>> Date: Mon, 2 Apr 2012 17:44:22 +0400<br>> <br>> Hi<br></div> </div></body>
|
||||
|
||||
</html>
|
||||
--===============5499446768842282638==--
|
||||
19
tests/fixtures/standard_replies/iphone.eml
vendored
Normal file
19
tests/fixtures/standard_replies/iphone.eml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
Subject: Re: Test
|
||||
From: xxx <xxx@gmail.com>
|
||||
Content-Type: text/plain;
|
||||
charset=us-ascii
|
||||
X-Mailer: iPhone Mail (9B176)
|
||||
Message-Id: <06C90B12-13B9-4C5F-A9EF-4A809D94C078@gmail.com>
|
||||
Date: Tue, 3 Apr 2012 16:23:59 +0400
|
||||
To: bob <bob@example.com>
|
||||
Content-Transfer-Encoding: quoted-printable
|
||||
Mime-Version: 1.0 (1.0)
|
||||
|
||||
hello
|
||||
|
||||
Sent from my iPhone
|
||||
|
||||
On Apr 3, 2012, at 4:19 PM, bob <bob@example.com> wr=
|
||||
ote:
|
||||
|
||||
> Hi
|
||||
85
tests/fixtures/standard_replies/outlook.eml
vendored
Normal file
85
tests/fixtures/standard_replies/outlook.eml
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
Subject: Test
|
||||
From: me@example.com
|
||||
To: you@example.com
|
||||
MIME-Version: 1.0
|
||||
Content-Type: multipart/alternative; boundary=0016364c440b2e8b63049acd5370
|
||||
X-Mailgun-Tag: tag
|
||||
X-Mailgun-Mailing-List-Id: 1q
|
||||
|
||||
--0016364c440b2e8b63049acd5370
|
||||
Content-Type: text/plain; charset=ISO-8859-1
|
||||
|
||||
Hello
|
||||
|
||||
From: xxx@xxx.mailgun.org [mailto:xxx@xxx.mailgun.org]
|
||||
Sent: March-09-12 4:22 PM
|
||||
To: Dan Le
|
||||
Subject: The manager has commented on your Loop
|
||||
|
||||
Hi dan.le@example.com<mailto:dan.le@example.com>,
|
||||
|
||||
The manager's comment:
|
||||
"Hello Allan! Did you ask for some MIME? "
|
||||
|
||||
Loop details:
|
||||
|
||||
xxx at Dan
|
||||
I'm not happy
|
||||
""
|
||||
|
||||
Your Loop is here<http://dev.xxx.com/loop/view/4f50f20e160839c95a000bb3?_uid=4f3541a7ac63e655040008e3>.
|
||||
|
||||
We will be in touch again with any further updates,
|
||||
|
||||
xxx
|
||||
|
||||
If you did not sign up to receive emails from us you can use the link below to unsubscribe. We apologize for any inconvenience.
|
||||
|
||||
Unsubscribe<http://dev.xxx.com/user/unsubscribe/dan.le@example.com?verify=4a400554148256338956101abdf06406>
|
||||
|
||||
--0016364c440b2e8b63049acd5370
|
||||
Content-Type: text/html; charset=ISO-8859-1
|
||||
|
||||
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
|
||||
/* Font Definitions */
|
||||
@font-face
|
||||
{font-family:Calibri;
|
||||
panose-1:2 15 5 2 2 2 4 3 2 4;}
|
||||
@font-face
|
||||
{font-family:Tahoma;
|
||||
panose-1:2 11 6 4 3 5 4 4 2 4;}
|
||||
/* Style Definitions */
|
||||
p.MsoNormal, li.MsoNormal, div.MsoNormal
|
||||
{margin:0cm;
|
||||
margin-bottom:.0001pt;
|
||||
font-size:12.0pt;
|
||||
font-family:"Times New Roman","serif";}
|
||||
a:link, span.MsoHyperlink
|
||||
{mso-style-priority:99;
|
||||
color:blue;
|
||||
text-decoration:underline;}
|
||||
a:visited, span.MsoHyperlinkFollowed
|
||||
{mso-style-priority:99;
|
||||
color:purple;
|
||||
text-decoration:underline;}
|
||||
span.EmailStyle17
|
||||
{mso-style-type:personal-reply;
|
||||
font-family:"Calibri","sans-serif";
|
||||
color:#1F497D;}
|
||||
.MsoChpDefault
|
||||
{mso-style-type:export-only;
|
||||
font-family:"Calibri","sans-serif";
|
||||
mso-fareast-language:EN-US;}
|
||||
@page WordSection1
|
||||
{size:612.0pt 792.0pt;
|
||||
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
|
||||
div.WordSection1
|
||||
{page:WordSection1;}
|
||||
--></style><!--[if gte mso 9]><xml>
|
||||
<o:shapedefaults v:ext="edit" spidmax="1026" />
|
||||
</xml><![endif]--><!--[if gte mso 9]><xml>
|
||||
<o:shapelayout v:ext="edit">
|
||||
<o:idmap v:ext="edit" data="1" />
|
||||
</o:shapelayout></xml><![endif]--></head><body lang=EN-CA link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Allo! Follow up MIME!<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> xxx@xxx.mailgun.org [mailto:xxx@xxx.mailgun.org] <br><b>Sent:</b> March-09-12 4:22 PM<br><b>To:</b> Dan Le<br><b>Subject:</b> The manager has commented on your Loop<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hi <a href="mailto:dan.le@example.com">dan.le@example.com</a>,<br><br>The manager's comment:<br>"Hello Allan! Did you ask for some MIME? "<br><br>Loop details:<br><br>xxx at Dan<br>I'm not happy<br>""<br><br>Your Loop is <a href="http://dev.xxx.com/loop/view/4f50f20e160839c95a000bb3?_uid=4f3541a7ac63e655040008e3">here</a>.<br><br>We will be in touch again with any further updates,<br><br>xxx<br><br>If you did not sign up to receive emails from us you can use the link below to unsubscribe. We apologize for any inconvenience.<br><br><a href="http://dev.xxx.com/user/unsubscribe/dan.le@example.com?verify=4a400554148256338956101abdf06406">Unsubscribe</a> <o:p></o:p></p></div></body></html>
|
||||
|
||||
--0016364c440b2e8b63049acd5370--
|
||||
61
tests/fixtures/standard_replies/sparrow.eml
vendored
Normal file
61
tests/fixtures/standard_replies/sparrow.eml
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
Date: Tue, 3 Apr 2012 16:58:35 +0400
|
||||
From: xxx <xxx@gmail.com>
|
||||
To: bob <bob@example.com>
|
||||
Message-ID: <5BB86EF4B6E24E4C9DA4BBEF59DA9809@gmail.com>
|
||||
Subject: Re: Test
|
||||
X-Mailer: sparrow 1.5 (build 1043)
|
||||
MIME-Version: 1.0
|
||||
Content-Type: multipart/alternative; boundary="4f7af3fb_749abb43_300"
|
||||
|
||||
--4f7af3fb_749abb43_300
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
Content-Disposition: inline
|
||||
|
||||
Hello
|
||||
|
||||
--
|
||||
xxx
|
||||
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
|
||||
|
||||
|
||||
On Tuesday, April 3, 2012 at 4:55 PM, xxx wrote:
|
||||
|
||||
> Hello
|
||||
>
|
||||
> On Apr 3, 2012, at 4:19 PM, bob wrote:
|
||||
>
|
||||
> > Hi
|
||||
|
||||
|
||||
--4f7af3fb_749abb43_300
|
||||
Content-Type: text/html; charset="utf-8"
|
||||
Content-Transfer-Encoding: quoted-printable
|
||||
Content-Disposition: inline
|
||||
|
||||
|
||||
<div>
|
||||
<span style=3D=22font-size: 12px;=22>Hello</span>
|
||||
</div>
|
||||
<div><div><br></div><div>-- </div><div>xx=
|
||||
x</div><div>Sent with <a href=3D=22http://www.sparrowmailapp.com/=3Fsig=22=
|
||||
>Sparrow</a></div><div><br></div></div>
|
||||
=20
|
||||
<p style=3D=22color: =23A0A0A8;=22>On Tuesday, April 3, 2=
|
||||
012 at 4:55 PM, xxx wrote:</p>
|
||||
<blockquote type=3D=22cite=22 style=3D=22border-left-styl=
|
||||
e:solid;border-width:1px;margin-left:0px;padding-left:10px;=22>
|
||||
<span><div><div><div>Hello</div><div><br></div><div>O=
|
||||
n Apr 3, 2012, at 4:19 PM, bob wrote:</div><div><br></div><blo=
|
||||
ckquote type=3D=22cite=22><div>Hi</div></blockquote></div></div></span>
|
||||
=20
|
||||
=20
|
||||
=20
|
||||
=20
|
||||
</blockquote>
|
||||
=20
|
||||
<div>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
--4f7af3fb_749abb43_300--
|
||||
5
tests/fixtures/standard_replies/sparrow_reply_text
vendored
Normal file
5
tests/fixtures/standard_replies/sparrow_reply_text
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
Hello
|
||||
|
||||
--
|
||||
xxx
|
||||
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
|
||||
15
tests/fixtures/standard_replies/thunderbird.eml
vendored
Normal file
15
tests/fixtures/standard_replies/thunderbird.eml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
MIME-Version: 1.0
|
||||
Message-Id: <4F79B73C.9030506@xxx.mailgun.org>
|
||||
Date: Mon, 02 Apr 2012 18:27:08 +0400
|
||||
From: bob <bob@xxx.mailgun.org>
|
||||
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US;
|
||||
rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20
|
||||
To: Megan One <xxx@gmail.com>
|
||||
Subject: Re: Test
|
||||
Sender: bob@xxx.mailgun.org
|
||||
Content-Type: text/plain; charset="us-ascii"; format="flowed"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
On 04/02/2012 06:26 PM, Megan One wrote:
|
||||
> Hi
|
||||
Hello
|
||||
22
tests/fixtures/standard_replies/yahoo.eml
vendored
Normal file
22
tests/fixtures/standard_replies/yahoo.eml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
Content-Type: text/plain; charset="us-ascii"
|
||||
MIME-Version: 1.0
|
||||
X-Mailer: YahooMailWebService/0.8.117.340979
|
||||
Message-Id: <1333374330.68772.YahooMailNeo@web114411.mail.gq1.yahoo.com>
|
||||
Date: Mon, 2 Apr 2012 06:45:30 -0700 (PDT)
|
||||
From: Alex Q <xxx@yahoo.com>
|
||||
Subject: Re: Test
|
||||
To: "bob@xxx.mailgun.org" <bob@xxx.mailgun.org>
|
||||
In-Reply-To: <1333374262.7063.15.camel@mg5>
|
||||
Content-Transfer-Encoding: 7bit
|
||||
|
||||
Hello
|
||||
|
||||
|
||||
----- Original Message -----
|
||||
From: "bob@xxx.mailgun.org" <bob@xxx.mailgun.org>
|
||||
To: xxx@gmail.com; xxx@hotmail.com; xxx@yahoo.com; xxx@aol.com; xxx@comcast.net; xxx@nyc.rr.com
|
||||
Cc:
|
||||
Sent: Monday, April 2, 2012 5:44 PM
|
||||
Subject: Test
|
||||
|
||||
Hi
|
||||
Reference in New Issue
Block a user