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

6a2353a

Author: blmayer (bleemayer@gmail.com)

Date: Fri May 19 17:18:38 2023 -0300

Parent: ec74d65

Added space

Diff

www/mails.html

commit 6a2353a08dc4acc0559b22dd2fe170e125246c02
Author: blmayer <bleemayer@gmail.com>
Date:   Fri May 19 17:18:38 2023 -0300

    Added space

diff --git a/www/mails.html b/www/mails.html
index caac595..5a8164f 100644
--- a/www/mails.html
+++ b/www/mails.html
@@ -41,7 +41,7 @@
 	{{if .Body}}
 	<pre>{{.Body}}</pre>
 	{{end}}
-	<a href="compose.html?inbox={{$.Query.Get "inbox"}}&subj={{.Subject}}&to={{.From}}">reply</a> 
+	<a href="compose.html?inbox={{$.Query.Get "inbox"}}&subj={{.Subject}}&to={{.From}}">reply</a>&emsp;
 	<a href="delete?id={{printf "%s/%s" $inbox .ID}}">delete</a>
 </p>
 {{end}}