]> Pileus Git - ~andy/fetchmail/blob - testservers-gen.sh
Upgraded to XHTML.
[~andy/fetchmail] / testservers-gen.sh
1 #!/bin/sh
2
3 date=`date`
4 cat <<EOF
5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
6     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7 <html xmlns="http://www.w3.org/1999/xhtml">
8 <head>
9 <link rev=made href="mailto:esr@snark.thyrsus.com"/>
10 <meta name="description" content=""/>
11 <meta name="keywords" content=""/> 
12 <title>Fetchmail's Test List</title>
13 </head>
14 <body>
15 <table width="100%" cellpadding=0 summary="Canned page header"><tr>
16 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a>
17 <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
18 <td width="30%" align=right>${date}
19 </tr></table>
20 <hr />
21 <h1>Fetchmail's Test List</h1>
22
23 <p>Here are the server types on my regression-test list:</p>
24
25 <table border=1 width=80% align=center summary="Server list">
26 <tr>
27 <td><strong>Protocol &amp; Version:</strong></td>
28 <td><strong>Special Options:</strong></td>
29 </tr>
30 EOF
31 torturetest.py -t
32 cat <<EOF
33 </tr></table>
34
35 <p>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
40 <p>I'd like to have weird things like a POP2 server on here.  Also more
41 closed-source servers because they tend to be broken in odd
42 ways. These are the real robustness tests.</p>
43
44 <hr />
45 <table width="100%" cellpadding=0 summary="Canned page header"><tr>
46 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a>
47 <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
48 <td width="30%" align=right>${date}
49 </tr></table>
50
51 <br clear="left" />
52 <ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@thyrsus.com&gt;</A></ADDRESS>
53 </BODY>
54 </HTML>
55 EOF
56