File: Features.html

package info (click to toggle)
topal 80-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 1,084 kB
  • sloc: ada: 11,196; ansic: 783; sh: 174; makefile: 113
file content (93 lines) | stat: -rw-r--r-- 2,613 bytes parent folder | download
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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>
Topal — Features
</title>
<style type="text/css">
body {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif ;
  background-color: #fafffa }
a:link {
  color: blue }
a:visited {
  color: purple }
.navbar {
  text-align: center;
  font-size: x-small }
img.validator {
	float: right
}
.tail {
        text-align: center ;
        font-size: x-small ;
        float: none ;
        clear: both
}
</style>
</head>
<body>

<hr/>

<h1>Topal — Features</h1>

<p>Copyright © 2001–2018  Phillip J. Brooke</p>


<p>Topal is a &#x2018;glue&#x2019; program that links 
<a href="http://www.gnupg.org">GnuPG</a>
and 
<a href="http://www.washington.edu/pine/">Pine</a>/<a href="http://www.washington.edu/alpine/">Alpine</a>/<a href="http://sourceforge.net/projects/re-alpine/">Re-Alpine</a>.
It
offers facilities to encrypt, decrypt, sign and verify emails,
including inline OpenPGP, MIME/OpenPGP and S/MIME.  It can also be
used directly from the command-line.
</p>

<!-- Don't remove the next line - or its counterpart later on! -->
<!-- FL -->

<ul>
<li> Multiple inline PGP blocks can be processed in display filters.
</li>
<li> Decryption and verification output can be cached to reduce the
  number of times a passphrase is entered.  This also helps when
  secret keys aren't always available, at the expense of storing
  decrypted output.  
</li>
<li> MIME/OpenPGP (RFC2015/RFC3156) multipart messages can be sent
  and received.  Depending on configuration, this might involve
  procmail, using <tt>sendmail-path</tt> or patching Alpine.
</li>
<li> The deprecated application/pgp content-type can be sent and received.
</li>
<li> S/MIME messages can be sent and received if <tt>gpgsm</tt> is
  available.  (<tt>openssl</tt> is also used in some circumstances, but
  <tt>gpgsm</tt> is still required.)
</li>
<li> Topal can be used as Alpine's <tt>sendmail-path</tt> command.
</li>
<li> Topal has a remote sending mode (a server and a means of
  accessing the server) for reading email on a distant computer via
  SSH with secret keys on the local computer.
</li>
<li> A range of mechanisms for selecting keys for both self and recipients.
</li>
<li> There is a high level of configurability (although the
  configuration interface does not expose all of it; you might have to
  edit <tt>.topal/config</tt>).
</li></ul>

<!-- FL -->

<hr/>

<p>See the documentation in <a href="topal.pdf"><tt>topal.pdf</tt></a>
  for further details.</p>

<hr/>

</body>
</html>