Java-basierte Mailinglisten-Anwendung, die auf IMAP+SMTP aufsetzt, und damit (fast) jede Mailbox in eine Mailingliste verwandeln kann.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<link rel="stylesheet" href="css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Widerhall front page</h1>
|
|
|
|
If you are looking for you mailing lists, <a href="web/index">Go to the /web page</a>...
|
|
|
|
<fieldset>
|
|
|
|
<legend>What is <em>Widerhall</em>?</legend>
|
|
|
|
<p>
|
|
|
|
Widerhall is a mailing list system written in Java.
|
|
|
|
It allows to maintain a set of mailing lists with the option to make (some of) them publicy subscribable.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<em>Widerhall</em> is very lightweight, as does not include a full email server stack.
|
|
|
|
</p>
|
|
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
|
|
<legend>Why should I use <em>Widerhall</em>?</legend>
|
|
|
|
<p>
|
|
|
|
Compared to other mailing list systems, widerhall is very lightweight:
|
|
|
|
<p>
|
|
|
|
It contains not mailserver stack. It does not even require you to set up a mailserver!
|
|
|
|
</p>
|
|
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
|
|
<legend>How does it work?</legend>
|
|
|
|
<p>
|
|
|
|
Widerhall works by just letting you set up any IMAP/SMTP enabled email address with a provider of your choice.
|
|
|
|
It then connects to the inbox of you selected email address and watches for incoming messages.
|
|
|
|
Upon message reception, it forwards the message to all subscribers of the mailing list.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
That's it.
|
|
|
|
</p>
|
|
|
|
</fieldset>
|
|
|
|
«footer()»
|
|
|
|
</body>
|
|
|
|
</html>
|