Opinionated email server
Find a file
NickOvt 8e9af88a62
fix(api-storage): Added all storage endpoints to API docs generation ZMS-149 (#675)
* 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
2024-05-02 09:55:36 +03:00
.github Added Github workflow to clear old issues and PRs 2024-02-12 09:03:06 +02:00
.vscode Added deploy action script 2023-03-31 11:59:42 +03:00
assets
bin
certs
config fix(SNI): disable SNI certificate autogeneration by default 2024-04-29 13:18:00 +03:00
docs doc(command-line.md): fix typo (#656) 2024-03-24 07:58:47 +02:00
emails
examples
graphics
imap-core feat(autoacme): Allow setting up automatic ACME certificate generation 2024-04-25 15:18:51 +03:00
lib fix(api-storage): Added all storage endpoints to API docs generation ZMS-149 (#675) 2024-05-02 09:55:36 +03:00
plugins
public/public fix(defer): Added new setting const:sender:defer_times ZMS 63 (#574) 2023-12-14 14:00:31 +02:00
setup Updated commit hashes 2024-04-22 10:04:20 +03:00
test fix(api-dkim): Fix empty p value in dnsText.value if no private key initially given ZMS-142 (#664) 2024-04-11 11:47:03 +03:00
.dockerignore
.eslintrc
.gitignore chore(tests): Zms 86 mailboxes (#501) 2023-09-21 12:52:18 +03:00
.ncurc.js fix(deps): Bumped deps 2024-04-19 13:25:22 +03:00
.prettierrc.js
acme.js Log acme results to graylog 2023-01-19 10:46:12 +02:00
api.js fix(api-generate): API docs generation now is run through a separate npm command ZMS-139 (#659) 2024-04-03 11:43:54 +03:00
CHANGELOG.md chore(master): release 1.43.2 [skip-ci] (#682) 2024-04-29 13:47:22 +03:00
CODE_OF_CONDUCT.md
docker-compose.yml
Dockerfile fixed tests 2023-03-30 14:45:42 +03:00
Gruntfile.js fix(mime-parsing): ensure that text content for multipart nodes always ends with a newline. Fixes #571 2023-12-07 13:53:27 +02:00
imap.js Do not use wild-config directly in imap-core 2023-08-31 09:56:04 +03:00
indexer.js feat(autoacme): Allow setting up automatic ACME certificate generation 2024-04-25 15:18:51 +03:00
indexes.yaml fix(SNI): disable SNI certificate autogeneration by default 2024-04-29 13:18:00 +03:00
LICENSE
LICENSE_ET
lmtp.js
logo.txt
openapidocs.json Bumped deps 2024-02-26 09:42:39 +02:00
package-lock.json chore(master): release 1.43.2 [skip-ci] (#682) 2024-04-29 13:47:22 +03:00
package.json chore(master): release 1.43.2 [skip-ci] (#682) 2024-04-29 13:47:22 +03:00
pop3.js
README.md Add OpenAPI verification badge to README (#421) 2023-09-05 19:44:30 +03:00
server.js fix(debug): replaced SIGPIPE with SIGHUP to generate snapshots 2023-10-04 10:18:13 +03:00
tasks.js feat(SNI): Autogenerate TLS certificates for SNI 2024-04-29 09:57:37 +03:00
test.txt Zms 86 storage (#498) 2023-09-18 11:15:48 +03:00
webhooks.js Migrate from Bull to BullMQ for background processing 2023-03-10 15:47:47 +02:00
worker.js Log acme results to graylog 2023-01-19 10:46:12 +02:00

WildDuck Mail Server

Wild Duck
WildDuck is a scalable no-SPOF IMAP/POP3 mail server.

build dependencies devDependencies Vulnerabilities docker gitter

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.

License

WildDuck Mail Agent is licensed under the European Union Public License 1.2 or later.