Demo webmail service for WildDuck Mail Server
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Lauri Võsandi d0eb48bbb8
continuous-integration/drone Build is passing Details
Simplify Dockerfile
6 months ago
.github Create FUNDING.yml 4 years ago
config Added HTTP based SSO support 3 years ago
lib fix attachment token on sso 3 years ago
public testing mailvelope 4 years ago
routes fixed schema handling 3 years ago
views Resolves #42 2 years ago
.bowerrc use bower 5 years ago
.drone.yml Add Drone config 1 year ago
.eslintrc Added HTTP based SSO support 3 years ago
.gitignore polyfill 5 years ago
.ncurc.js bumped deps 1 year ago
.prettierrc.js Added HTTP based SSO support 3 years ago
Dockerfile Simplify Dockerfile 6 months ago
Gruntfile.js initial 6 years ago
LICENSE updated license terms 5 years ago
LICENSE_ET updated license terms 5 years ago
README.md updated README 4 years ago
app.js Added HTTP based SSO support 3 years ago
bower.json added info sectior 4 years ago
package.json bumped deps 1 year ago
server.js use iframe for message content 6 years ago

README.md

WildDuck Mail Service

What is this?

This is the default web service for WildDuck email server. The web service uses the Wild Duck API to manage user settings and preview messages.

Live demo

There's a live demo up at https://wildduck.email you can register a free @wildduck.email email address and try it out as a real email account.

Usage

Assuming that you have WildDuck email server already running (check out quick setup):

$ npm install
$ npm run bowerdeps
$ node server.js

You can also create an additional service specific configuration file that would be merged with the default config.

$ node server.js --config="/etc/wildduck/www.toml"

After you have started the server, head to http://localhost:3000/

Screenshots

Message verification

Message verification displays information about DKIM signature, SPF domain and TLS status in the last hop of transit.

Everything is OK:

Sender did not use TLS

License

European Union Public License 1.1 or later.