41+ results for 'mailto: outlook.com' (0 ms)
Not the results you expected?
tests.py (https://bitbucket.org/mgill25/debian-pts.git) Python · 130 lines
60 def test_parse_email(self):
61 message = """From: mgill25@outlook.com
66 self.assertEqual(parsed_output[1], 'no-msgid-present@localhost')
67 self.assertEqual(parsed_output[2], 'mgill25@outlook.com')
69 def test_parse_email_fail_xloop(self):
70 message = """From: mgill25@outlook.com\nX-Loop: python@packages.qa.debian.org
77 def test_inject_headers(self):
78 message = """From: mgill25@outlook.com
82 injected_output = inject_headers(msg)
83 self.assertEqual(injected_output['From'], 'mgill25@outlook.com')
84 self.assertEqual(injected_output['X-Loop'], 'python_bts@packages.qa.debian.org')
data.value-001.html (https://github.com/rillian/firefox.git) HTML · 66 lines
responsiveTable.html (https://gitlab.com/egonzalez055/admin-panel-angularjs) HTML · 53 lines
15 <td>@mdo</td>
16 <td><a class="email-link " ng-href="mailto:mdo@gmail.com" href="mailto:mdo@gmail.com">mdo@gmail.com</a></td>
17 <td>28</td>
23 <td>@fat</td>
24 <td><a class="email-link " ng-href="mailto:fat@yandex.ru" href="mailto:fat@yandex.ru">fat@yandex.ru</a></td>
25 <td>45</td>
31 <td>@twitter</td>
32 <td><a class="email-link " ng-href="mailto:twitter@outlook.com" href="mailto:twitter@outlook.com">twitter@outlook.com</a>
33 </td>
40 <td>@snow</td>
41 <td><a class="email-link" ng-href="mailto:snow@gmail.com" href="mailto:snow@gmail.com">snow@gmail.com</a></td>
42 <td>20</td>
48 <td>@jack</td>
49 <td><a class="email-link" ng-href="mailto:jack@yandex.ru" href="mailto:jack@yandex.ru">jack@yandex.ru</a></td>
50 <td>30</td>
contextualTable.html (https://gitlab.com/egonzalez055/admin-panel-angularjs) HTML · 51 lines
14 <td>@mdo</td>
15 <td><a class="email-link " ng-href="mailto:mdo@gmail.com" href="mailto:mdo@gmail.com">mdo@gmail.com</a></td>
16 <td>28</td>
22 <td>@fat</td>
23 <td><a class="email-link " ng-href="mailto:fat@yandex.ru" href="mailto:fat@yandex.ru">fat@yandex.ru</a></td>
24 <td>45</td>
30 <td>@twitter</td>
31 <td><a class="email-link " ng-href="mailto:twitter@outlook.com" href="mailto:twitter@outlook.com">twitter@outlook.com</a>
32 </td>
39 <td>@snow</td>
40 <td><a class="email-link" ng-href="mailto:snow@gmail.com" href="mailto:snow@gmail.com">snow@gmail.com</a></td>
41 <td>20</td>
47 <td>@jack</td>
48 <td><a class="email-link" ng-href="mailto:jack@yandex.ru" href="mailto:jack@yandex.ru">jack@yandex.ru</a></td>
49 <td>30</td>
README.md (https://gitlab.com/rainbowguardians/RainbowHard) Markdown · 36 lines
_Layout.cshtml (https://gitlab.com/thefancydev/Diary) Razor · 70 lines
index.php (https://bitbucket.org/muhilvannan/my-website.git) PHP · 222 lines
_nav.erb (https://gitlab.com/myrrlyn/myrrlyn.net) Ruby HTML · 64 lines
aboutus.html.erb (https://bitbucket.org/bruceyue_/sharealltech.git) Ruby HTML · 96 lines
homepage.html.twig (https://bitbucket.org/vnada/izvor.git) Twig Template · 130 lines
frmAbout.cs (https://gener.svn.codeplex.com/svn) C# · 197 lines
contextualTable.html (https://gitlab.com/thangs2net/ng2-core101-admin) HTML · 51 lines
14 <td>@mdo</td>
15 <td><a class="email-link " href="mailto:mdo@gmail.com">mdo@gmail.com</a></td>
16 <td>28</td>
22 <td>@fat</td>
23 <td><a class="email-link " href="mailto:fat@yandex.ru">fat@yandex.ru</a></td>
24 <td>45</td>
30 <td>@twitter</td>
31 <td><a class="email-link " href="mailto:twitter@outlook.com">twitter@outlook.com</a>
32 </td>
39 <td>@snow</td>
40 <td><a class="email-link" href="mailto:snow@gmail.com">snow@gmail.com</a></td>
41 <td>20</td>
47 <td>@jack</td>
48 <td><a class="email-link" href="mailto:jack@yandex.ru">jack@yandex.ru</a></td>
49 <td>30</td>
vh-support-margin.html (https://github.com/chromium/chromium.git) HTML · 41 lines
_about.erb (https://gitlab.com/myrrlyn/myrrlyn.net) Ruby HTML · 57 lines
responsiveTable.html (https://gitlab.com/thangs2net/ng2-core101-admin) HTML · 53 lines
15 <td>@mdo</td>
16 <td><a class="email-link" href="mailto:mdo@gmail.com">mdo@gmail.com</a></td>
17 <td>28</td>
23 <td>@fat</td>
24 <td><a class="email-link" href="mailto:fat@yandex.ru">fat@yandex.ru</a></td>
25 <td>45</td>
31 <td>@twitter</td>
32 <td><a class="email-link" href="mailto:twitter@outlook.com">twitter@outlook.com</a>
33 </td>
40 <td>@snow</td>
41 <td><a class="email-link" href="mailto:snow@gmail.com">snow@gmail.com</a></td>
42 <td>20</td>
48 <td>@jack</td>
49 <td><a class="email-link" href="mailto:jack@yandex.ru">jack@yandex.ru</a></td>
50 <td>30</td>
clip-path-circle-001.html (https://github.com/chromium/chromium.git) HTML · 19 lines
insertRule-across-context.html (https://github.com/chromium/chromium.git) HTML · 32 lines
WorkUnitImpl.java (https://gitlab.com/BGCX067/fahview-svn-to-git) Java · 233 lines
clip-path-circle-001.htm (https://gitlab.com/Srijancse/servo) HTML · 18 lines
test_email_parsing.py (https://github.com/ASKBOT/askbot-devel.git) Python · 106 lines
39 def test_outlook_com_with_rtf_response_stripped(self):
40 text = 'outlook.com (new hotmail) with RTF on \n\nSubject: "Posting a question by email." \nFrom: kp@kp-dev.askbot.com \nTo: aj_fitoria@hotmail.com \nDate: Thu, 1 Nov 2012 16:30:27 +0000'
41 self.assertEqual(
42 mail.extract_reply(text),
43 'outlook.com (new hotmail) with RTF on'
44 )
46 mail.extract_reply(text),
47 'outlook.com (new hotmail) with RTF on'
48 )
60 -----Original Message-----
61 From: forum@example.com [mailto:forum@example.com]
62 Sent: Wednesday, August 07, 2013 11:00 AM
72 -------- Original message --------
73 From: forum@example.com [mailto:forum@example.com]
74 Sent: Wednesday, August 07, 2013 11:00 AM
tailormade.queries.actions.js (https://gitlab.com/xescpereta/kioow.core) JavaScript · 294 lines
ConfigFileDataObject.java (https://gitlab.com/BGCX067/fahview-svn-to-git) Java · 149 lines
footer.php (https://bitbucket.org/GrigorSadoyan/vagannew.git) PHP · 101 lines
README.md (https://bitbucket.org/albertcp_/task_based_mission_planner_process.git) Markdown · 32 lines
affiliate.actions.js (https://gitlab.com/xescpereta/kioow.core) JavaScript · 231 lines
problem.tex (https://gitlab.com/horance/robot-cleaner-latex.git) LaTeX · 56 lines
FirstReplyToCustomerNameUnknown.html (https://bitbucket.org/Sites_maker/admission-exam.loc.git) HTML · 37 lines
27 <p style="margin-top: 0; margin-bottom: 4px;">Топ-менеджер проекта MyLanding-Studio.ru</p>
28 <p style="margin-top: 0; margin-bottom: 4px;"> <span>Электронная почта: </span><a class="Email-Typo-Link" href="mailto:info@mylanding-studio.ru" style="color: #4183d7; border-bottom: 1px solid #4183d7; padding-bottom: 1px; text-decoration: none;">info@mylanding-studio.ru</a>
29 </p>
JmolPanel.java (https://gitlab.com/BGCX067/fahview-svn-to-git) Java · 80 lines
aboutdlg.cpp (https://leadersgenerator.svn.codeplex.com/svn) C++ · 72 lines
whydomains.md (https://gitlab.com/ev/evbogue.git) Markdown · 32 lines
connect.html (https://gitlab.com/jameswhiteman/jameswhiteman-web) HTML · 19 lines
CONTRIBUTORS.md (https://bitbucket.org/mosidze/arachni.git) Markdown · 22 lines
6 - [Matías Aereal Aeón](http://mfsec.com.ar/), for general suggestions and beta testing.
7 - [Christos Chiotis](mailto:chris@survivetheinternet.com) for designing the HTML report template.
8 - [Brandon Potter](mailto:bpotter8705@gmail.com) for the original "arachni_web_autostart" script.
9 - [Steve Pinkham](http://github.com/spinkham) for beta testing and patches.
10 - [Aung Khant](mailto:aungkhant@yehg.net) for general suggestions.
11 - [Herman Stevens](mailto:herman@astyran.com) for contributing recon modules.
12 - [Edwin van Andel](mailto:evanandel@yafsec.com) for contributing *BSD patches and testing the build scripts.
13 - [Dan Woodruff](mailto:daniel.woodruff@gmail.com) for contributing OSX patches and testing the build scripts.
14 - [Robert Gouin](mailto:rgouin@webmaxdb.com) for relentless testing.
15 - [Evan Beard](mailto:beard.evan@gmail.com) for feedback and patches.
17 - [Ben Sedat](mailto:bsedat@alum.mit.edu) for testing, feedback and patches.
18 - [Simon Treadaway](mailto:ssgtreadaway@outlook.com) for testing and feedback.
19 - [Michiel van Es](mailto:mve@pragmasec.nl) for relentless testing and feedback.
email_parsing_tests.py (git://github.com/ASKBOT/askbot-devel.git) Python · 107 lines
39 def test_outlook_com_with_rtf_response_stripped(self):
40 text = u'outlook.com (new hotmail) with RTF on \n\nSubject: "Posting a question by email." \nFrom: kp@kp-dev.askbot.com \nTo: aj_fitoria@hotmail.com \nDate: Thu, 1 Nov 2012 16:30:27 +0000'
41 self.assertEqual(
42 mail.extract_reply(text),
43 'outlook.com (new hotmail) with RTF on'
44 )
46 mail.extract_reply(text),
47 'outlook.com (new hotmail) with RTF on'
48 )
60 -----Original Message-----
61 From: forum@example.com [mailto:forum@example.com]
62 Sent: Wednesday, August 07, 2013 11:00 AM
72 -------- Original message --------
73 From: forum@example.com [mailto:forum@example.com]
74 Sent: Wednesday, August 07, 2013 11:00 AM
README.md (https://bitbucket.org/tommasopaladini/dexrov-plotter.git) Markdown · 42 lines
rt122747.t (https://github.com/rurban/perl.git) Perl · 34 lines
adrfrank.html (https://gitlab.com/Dante-Ajushi/DivectGit) HTML · 78 lines
email_parsing_tests.py (https://github.com/benoitl/askbot-devel.git) Python · 67 lines
39 def test_outlook_com_with_rtf_response_stripped(self):
40 text = u'outlook.com (new hotmail) with RTF on \n\nSubject: "Posting a question by email." \nFrom: kp@kp-dev.askbot.com \nTo: aj_fitoria@hotmail.com \nDate: Thu, 1 Nov 2012 16:30:27 +0000'
41 self.assertEqual(
42 mail.extract_reply(text),
43 'outlook.com (new hotmail) with RTF on'
44 )
46 mail.extract_reply(text),
47 'outlook.com (new hotmail) with RTF on'
48 )
60 -----Original Message-----
61 From: forum@example.com [mailto:forum@example.com]
62 Sent: Wednesday, August 07, 2013 11:00 AM
async-script-depending-on-previous-sync-dont-upstream.html (https://github.com/jsdom/jsdom.git) HTML · 37 lines
contact.html (https://github.com/douglasduteil/douglasduteil.github.com.git) HTML · 21 lines
6 <ul class="contact__list">
7 <li><a target="_blank" href="mailto:douglasduteil@gmail.com" >Gmail</a></li>
8 <li><a target="_blank" href="https://google.com/+DouglasDuteil" >Google +</a></li>
10 <li><a target="_blank" href="https://www.facebook.com/douglas.duteil" >Facebook</a></li>
11 <li><a target="_blank" href="mailto:douglasduteil@outlook.com" >Outlook</a></li>
12 </ul>
contact.html (https://github.com/SuperV1234/WEBVittorioRomeo.git) HTML · 128 lines
78 <div class="nav pagination-centered">
79 <div class="menuItem"><div class="active"><a href="mailto:vittorio.romeo@outlook.com" target="_blank">email</a></div></div>
80 <div class="menuItem"><div class="active"><a href="http://www.facebook.com/vittorio.romeo1" target="_blank">facebook</a></div></div>