mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-28 19:24:32 +08:00
Opinionated email server
fda7f199ad
This allows for authentication from subdomains. Fido2Lib.assertionResult compares the rpIdHash returned by the users browser, and since the key is created on the main domain it can't use the passed in origin for the hash comparison.
The related Fido2Lib line:
|
||
---|---|---|
.github | ||
assets | ||
bin | ||
certs | ||
config | ||
docs | ||
emails | ||
examples | ||
graphics | ||
imap-core | ||
lib | ||
plugins | ||
public | ||
setup | ||
test | ||
.dockerignore | ||
.eslintrc | ||
.gitignore | ||
.ncurc.js | ||
.prettierrc.js | ||
.travis.yml | ||
acme.js | ||
api.js | ||
CODE_OF_CONDUCT.md | ||
docker-compose.yml | ||
Dockerfile | ||
Gruntfile.js | ||
imap.js | ||
indexes.yaml | ||
LICENSE | ||
LICENSE_ET | ||
lmtp.js | ||
logo.txt | ||
package.json | ||
pop3.js | ||
README.md | ||
server.js | ||
tasks.js | ||
webhooks.js | ||
worker.js |
WildDuck Mail Server
WildDuck is a scalable no-SPOF IMAP/POP3 mail server.
WildDuck uses a distributed database (sharded + replicated MongoDB) as a backend for storing all data, including emails.
WildDuck tries to follow Gmail in product design. If there's a decision to be made then usually the answer is to do whatever Gmail has done.
Links
License
WildDuck Mail Agent is licensed under the European Union Public License 1.2 or later.