mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 08:54:35 +03:00
new website for www.xmox.nl
most content is in markdown files in website/, some is taken out of the repo README and rfc/index.txt. a Go file generates html. static files are kept in a separate repo due to size.
This commit is contained in:
43
website/screenshots/index.md
Normal file
43
website/screenshots/index.md
Normal file
@ -0,0 +1,43 @@
|
||||
# Screenshots
|
||||
|
||||
Mox is an email server, so most of its functionality can't really be
|
||||
visualized. But the webmail client, and account and the admin web interface can
|
||||
be. See screenshots below.
|
||||
|
||||
## Webmail
|
||||
|
||||
### Mailbox
|
||||
<div style="margin-bottom: 4ex"><a href="../files/webmail-mailbox.png"><img class="img2" src="../files/webmail-mailbox.jpg" /></a></div>
|
||||
|
||||
### Top/bottom split and selecting multiple messages
|
||||
<div style="margin-bottom: 4ex"><a href="../files/webmail-top-bottom-split-multiselect.png"><img class="img2" src="../files/webmail-top-bottom-split-multiselect.jpg" /></a></div>
|
||||
|
||||
### Search
|
||||
<div style="margin-bottom: 4ex"><a href="../files/webmail-search.png"><img class="img2" src="../files/webmail-search.jpg" /></a></div>
|
||||
|
||||
### Compose
|
||||
<div style="margin-bottom: 4ex"><a href="../files/webmail-compose.png"><img class="img2" src="../files/webmail-compose.jpg" /></a></div>
|
||||
|
||||
### Attachments
|
||||
<div style="margin-bottom: 4ex"><a href="../files/webmail-attachments.png"><img class="img2" src="../files/webmail-attachments.jpg" /></a></div>
|
||||
|
||||
### Help
|
||||
<div style="margin-bottom: 4ex"><a href="../files/webmail-help.png"><img class="img2" src="../files/webmail-help.jpg" /></a></div>
|
||||
|
||||
|
||||
## Account web interface
|
||||
|
||||
### Overview
|
||||
<div style="margin-bottom: 4ex"><a href="../files/account-overview.png"><img class="img1" src="../files/account-overview.png" /></a></div>
|
||||
|
||||
### Address
|
||||
<div style="margin-bottom: 4ex"><a href="../files/account-address.png"><img class="img1" src="../files/account-address.png" /></a></div>
|
||||
|
||||
|
||||
## Admin web interface
|
||||
|
||||
### Overview
|
||||
<div style="margin-bottom: 4ex"><a href="../files/admin-overview.png"><img class="img1" src="../files/admin-overview.png" /></a></div>
|
||||
|
||||
### Domain
|
||||
<div style="margin-bottom: 4ex"><a href="../files/admin-domain.png"><img class="img1" src="../files/admin-domain.png" /></a></div>
|
Reference in New Issue
Block a user