Demo webmail service for WildDuck Mail Server
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
config update Jun 28, 2018
lib update Jun 28, 2018
public Updated date formatting Jan 29, 2018
routes fixed rc Jun 14, 2018
views fixed rc Jun 14, 2018
.bowerrc use bower Jan 22, 2018
.eslintrc added buttons to toggle message unseen Jan 15, 2018
.gitignore polyfill Jan 22, 2018
Gruntfile.js initial Aug 2, 2017
LICENSE updated license terms Jan 20, 2018
LICENSE_ET updated license terms Jan 20, 2018
README.md Update README.md Jan 30, 2018
app.js first upload Jan 30, 2018
bower.json first upload Jan 30, 2018
package.json skip trash if deleting from junk Jun 14, 2018
server.js use iframe for message content Oct 24, 2017

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

License

European Union Public License 1.1 or later.