]> Pileus Git - ~andy/fetchmail/blob - dist-tools/test/testservers-gen.sh
Credit John Beck's fixes.
[~andy/fetchmail] / dist-tools / test / testservers-gen.sh
1 #!/bin/sh
2
3 date=`date`
4 cat <<EOF
5 <?xml version="1.0" encoding="ISO-8859-1"?>
6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
7     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
8 <html xmlns="http://www.w3.org/1999/xhtml">
9 <head>
10 <link rev=made href="mailto:esr@snark.thyrsus.com"/>
11 <meta name="description" content=""/>
12 <meta name="keywords" content=""/> 
13 <title>Fetchmail's Test List</title>
14 </head>
15 <body>
16 <table width="100%" cellpadding=0 summary="Canned page header"><tr>
17 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a>
18 <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
19 <td width="30%" align=right>${date}
20 </tr></table>
21 <hr />
22 <h1>Fetchmail's Test List</h1>
23
24 <p>Here are the server types on my regression-test list:</p>
25
26 <table border=1 width=80% align=center summary="Server list">
27 <tr>
28 <td><strong>Protocol &amp; Version:</strong></td>
29 <td><strong>Special Options:</strong></td>
30 </tr>
31 EOF
32 torturetest.py -t
33 cat <<EOF
34 </tr></table>
35
36 <p>If you control a post-office server that is not one of the types listed
37 here, please consider lending me a test account.  Note that I do <em>not</em>
38 need shell access, just the permissions to send mail to a mailbox the server
39 looks at and to fetch mail off of it.</p>
40
41 <p>I'd like to have weird things like a POP2 server on here.  Also more
42 closed-source servers because they tend to be broken in odd
43 ways. These are the real robustness tests.</p>
44
45 <hr />
46 <table width="100%" cellpadding=0 summary="Canned page header"><tr>
47 <td width="30%">Back to <a href="/~esr">Eric's Home Page</a>
48 <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a>
49 <td width="30%" align=right>${date}
50 </tr></table>
51
52 <br clear="left" />
53 <ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@thyrsus.com&gt;</A></ADDRESS>
54 </BODY>
55 </HTML>
56 EOF
57