mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-26 09:50:47 +08:00
Opinionated email server
0efae19f9e
* added Generate TOTP seed api endpoint to API generation * added Enable TOTP api endpoint to API docs generation * added Disable TOTP auth api endpoint to API docs generation * added Validate TOTP token api endpoint to API docs generation * added Disable 2FA api endpoint to API docs generation * Added Enable custom 2FA for a user api endpoint for API docs generation * Disable custom 2FA for a user endpoint added to API docs generation. Fix imports * added Get WebAuthN credentials for a user api endpoint to api docs generation * WebAuthN del and registration endpoints added to API docs generation * webAuthN authentication challenge and attestation endpoints added to API docs generation * fix rpId descriptions * add response objects to endpoints |
||
---|---|---|
.github | ||
.vscode | ||
assets | ||
bin | ||
certs | ||
config | ||
docs | ||
emails | ||
examples | ||
graphics | ||
imap-core | ||
lib | ||
plugins | ||
public/public | ||
setup | ||
test | ||
.dockerignore | ||
.eslintrc | ||
.gitignore | ||
.ncurc.js | ||
.prettierrc.js | ||
acme.js | ||
api.js | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
docker-compose.yml | ||
Dockerfile | ||
Gruntfile.js | ||
imap.js | ||
indexer.js | ||
indexes.yaml | ||
LICENSE | ||
LICENSE_ET | ||
lmtp.js | ||
logo.txt | ||
openapidocs.json | ||
package-lock.json | ||
package.json | ||
pop3.js | ||
README.md | ||
server.js | ||
tasks.js | ||
test.txt | ||
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.