mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-13 00:24:49 +08:00
fix: breaks
This commit is contained in:
parent
4bab2fb6a9
commit
1e06e1ba6c
1 changed files with 6 additions and 2 deletions
|
@ -3,9 +3,13 @@
|
|||
<p align="center">
|
||||
<a href="https://wildduck.email" target="blank"><img src="./graphics/wildduck-type.svg" width="256" alt="Wild Duck" /></a>
|
||||
<br />
|
||||
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 is a scalable no-SPOF IMAP/POP3 mail server.
|
||||
<br />
|
||||
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.
|
||||
WildDuck uses a distributed database (sharded + replicated MongoDB) as a backend for storing all data, including emails.
|
||||
<br />
|
||||
WildDuck tries to follow Gmail in product design.
|
||||
<br />
|
||||
If there's a decision to be made then usually the answer is to do whatever Gmail has done.
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
|
Loading…
Add table
Reference in a new issue