summaryrefslogtreecommitdiff
path: root/index.html
blob: 4ffea49062a6c0dfb5bd0de91bd3d4d187412f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<html>
<head>
<title>Slime - the Stupid little mailer</title>
</head>
<body>

<h1>Slime - the Stupid little mailer</h1>

<p>See the <a href="README">README</a> for more info, and <a
href="Changes">Changes</a>, if you've seen any previous version.
The <a href="slime-manual.html/index.html">manual</a> is not
yet written.

<p>Screenshots: <a href="slime-main.jpg">main window</a> (jpeg, 25 kB),
<a href="slime-msg.jpg">message window</a> (jpeg, 25 kB). These are
of version 0.2, or something.

<p>You need the <a href="slime.tar.gz">Slime source package</a>,
my <a href="../programs/pyliw-0.3.tar.gz">pyliw package (version 0.3)</a>,
Mitch Chapman's <a href="uitools.tar.gz">UITools</a>, and
<a href="http://www.python.org/">Python</a>. <strong>Note</strong>
that version 0.9 of Slime needs version 0.3 of pyliw (older versions
had a bug, now fixed).


<h2>A small collection of links</h2>

<p>Message formats:
<ul>
<li><a href="http://www.c2.org/~raph/pgpmime.html">PGP/MIME homepage</a>
<li><a href="http://www.c2.org/~raph/impl.html">PGP/MIME implementation notes</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc2015.txt">RFC 2015 (PGP/MIME)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc1847.txt">RFC 1847 (Security
	multiparts for MIME)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc822.txt">RFC 822 (Message 
	format for mail)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc1036.txt">RFC 1036 (Message 
	format for news)</a>
<li><a href="ftp://ftp.zoo.toronto.edu/pub/news.txt.Z">Son-of-1036</a> by
	Henry Spencer
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc1892.txt">RFC 1892 (Bounces)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc1892.txt">RFC 1893 (Enhanced
	Mail System Status Codes)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc1892.txt">RFC 1894 (Extensible
	Message Format for Delivery Status Notifications)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc2045.txt">RFC 2045 (MIME I:
	Message Bodies)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc2046.txt">RFC 2046 (MIME II:
	Media Types)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc2047.txt">RFC 2047 (MIME III:
	Header Extensions for Non-ASCII Text)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc2048.txt">RFC 2048 (MIME IV:
	Registration Procedures)</a>
<li><a href="http://www.cs.ruu.nl/wais/html/na-dir/mail/mime-faq/.html">MIME
	FAQ (in HTML)</a>
</ul>

<p>Protocol related stuff:
<ul>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc821.txt">RFC 821 (SMTP)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc1939.txt">RFC 1939 (POP3)</a>
<li><a href="http://www.imap.org">IMAP</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc977.txt">RFC (NNTP)</a>
<li><a href="http://ftp.funet.fi/pub/doc/rfc/rfc1957.txt">RFC 1957 (Observations
	on POP implementations)</a>
</ul>

<p>Mailbox formats
<ul>
<li><a href="http://www.qmail.org/qmail-manual-html/man5/mbox.html">Normal Unix mbox</a>
<li><a href="">(?)MH folders</a>
<li><a href="http://www.qmail.org/qmail-manual-html/man5/maildir.html">Maildir</a>
</ul>

<p>Other mailers and mail-related software:
<ul>
<li><a href="http://www.washington.edu/pine/tech-notes/">Pine technical 
	notes</a>
<li><a href="http://www.ifi.uio.no/~larsi/notes/notes.html">GNUS's notes 
	on news</a>
<li><a href="http://www.mutt.org">Mutt</a>
<li><a href="http://www.sendmail.org/">Sendmail</a>
<li><a href="http://www.qmail.org/">Qmail</a>
<li><a href="">(?)Exim</a>
<li><a href="">(?)Smail</a>
<li><a href="">(?)Procmail</a>
<li><a href="http://andrew2.andrew.cmu.edu/cyrus/imapd/">Cyrus IMAP Server</a>
<li><a href=""></a>
</ul>

<p>Other stuff
<ul>
<li><a href="http://ds.internic.net/internet-drafts/draft-dusse-smime-msg-02.txt">S/MIME</a>
<li><a href="http://www.c2.org/~raph/comparison.html">Comparison between e-mail encryption protocols</a>
<li><a href="">Heikki Kantola</a>
<li><a href="http://http.bsd.uchicago.edu/%7Et-pierce/news/">Tim Pierce's
	news stuff</a>
<li>Bill Wohler's
  <a href="http://www.worldtalk.com/html/msg_resources/email_ref.html">Email 
  References</a>
<li>Project Andrew
  <a href="http://andrew2.andrew.cmu.edu/cyrus/email/email.html">Email
  Web Resources</a>
<li><a href="http://www2.thecia.net/users/rnewman/Good_Netkeeping_Seal">Good
	Net-Keeping Seal of Approval</a>
<li><a href="http://www.imc.org/workshop/mail-archive/0364.html">S/MIME insecurity</a>
<li><a href="http://www.imc.org">Internet Mail Consortium</a>
<li><a href="http://developer.netscape.com/software/index.html">netscape LDAP</a>
</ul>

</body>
</html>