mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-26 09:50:47 +08:00
Opinionated email server
8e9af88a62
* Added upload file api endpoint to api docs generaiton * added list stored files api endpoint to api docs generation * Added delete a File api endpoint to api docs generation * added Download file api endpoint to api docs generation |
||
---|---|---|
.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.