list

server

This is the main dovel repository, it has the Go code to run dovel SMTP server.

curl https://dovel.email/server.tar tar

e0125f9

Author: blmayer (bleemayer@gmail.com)

Date: Thu Apr 13 23:03:35 2023 -0300

Parent: 937261b

Updated some details

Diff

index.html

commit e0125f90edb85f02b2894f26869f1341d38ce69b
Author: blmayer <bleemayer@gmail.com>
Date:   Thu Apr 13 23:03:35 2023 -0300

    Updated some details

diff --git a/index.html b/index.html
index 60bd046..98527ed 100644
--- a/index.html
+++ b/index.html
@@ -46,10 +46,9 @@ tt {
 
 	<h2>About</h2>
 	Dovel is a SMTP server that sends and receives emails acording to a
-	simple configuration file. It also comes with a optional web interface
-	that you can use to browse your emails. The project is in early stages
-	of development and many things can change. However, it is designed to
-	be simple and easy to use, and will remain so. Dovel is great because:
+	simple configuration file. It also comes with an optional web interface
+	that you can use to browse your emails. It is designed to be simple and
+	easy to use, and will remain so. Dovel is great because:
 
 	<ul>
 		<li>
@@ -76,8 +75,8 @@ tt {
 	found in our <a href=//blmayer.dev/x/dovel>git repository</a>. 
 
 	<h3>Roadmap</h3>
-	As aforementioned Dovel is in active development, this means there is 
-	a lot to be done. The major features planned are as follows:
+	Dovel is in early stages and in active development, this means there
+	is a lot to be done. The major features planned are as follows:
 	<ul>
 		<li><s>Support DKIM.</s></li>
 		<li><s>Multiple inboxes.</s></li>

www/index.html

commit e0125f90edb85f02b2894f26869f1341d38ce69b
Author: blmayer <bleemayer@gmail.com>
Date:   Thu Apr 13 23:03:35 2023 -0300

    Updated some details

diff --git a/www/index.html b/www/index.html
index eccf355..0af2910 100644
--- a/www/index.html
+++ b/www/index.html
@@ -3,6 +3,7 @@
 <head>
 	{{template "head.html"}}
 	<link rel="manifest" href="/assets/manifest.json">
+	<link rel="apple-touch-icon" sizes="200x200" href="/logo.png">
 </head>
 <body>