]> Pileus Git - ~andy/fetchmail/blob - testservers-gen.sh
_( -> GT_(
[~andy/fetchmail] / testservers-gen.sh
1 #!/bin/sh
2
3 date=`date`
4 cat <<EOF
5 <!DOCTYPE HTML public "-//W3O//DTD W3 HTML 4.0//EN">
6 <HTML>
7 <HEAD>
8 <link rev=made href="mailto:esr@snark.thyrsus.com">
9 <meta name="description" content="">
10 <meta name="keywords" content=""> 
11 <TITLE>Fetchmail's Test List</TITLE>
12 </HEAD>
13 <BODY>
14 <table width="100%" cellpadding=0><tr>
15 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a>
16 <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
17 <td width="30%" align=right>${date}
18 </table>
19 <HR>
20 <H1 ALIGN=CENTER>Fetchmail's Test List</H1>
21
22 Here are the server types on my regression-test list:<p>
23
24 <table border=1 with=80% align=center>
25 <tr>
26 <td><strong>Protocol & Version:</strong></td>
27 <td><strong>Special Options:</strong></td>
28 </tr>
29 EOF
30 torturetest.py -t
31 cat <<EOF
32 </table>
33
34 <p>
35 If you control a post-office server that is not one of the types listed
36 here, please consider lending me a test account.  Note that I do <em>not</em>
37 need shell access, just the permissions to send mail to a mailbox the server
38 looks at and to fetch mail off of it.<P>
39 <p>
40 I'd like to have weird things like a POP2 server and broken things like
41 Microsoft Exchange on here. These are the real robustness tests.
42 <HR>
43 <table width="100%" cellpadding=0><tr>
44 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a>
45 <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
46 <td width="30%" align=right>${date}
47 </table>
48
49 <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@thyrsus.com&gt;</A></ADDRESS>
50 </BODY>
51 </HTML>
52 EOF
53