From d897eeee5c4d163891d0b6a8f85d328ccada7575 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 16 Dec 2019 12:51:42 +0100 Subject: Introduce base plugin This plugin offers base IMAP/SMTP functionality. References: https://todo.sr.ht/~sircmpwn/koushin/39 --- public/mailbox.html | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 public/mailbox.html (limited to 'public/mailbox.html') diff --git a/public/mailbox.html b/public/mailbox.html deleted file mode 100644 index ddd1260..0000000 --- a/public/mailbox.html +++ /dev/null @@ -1,45 +0,0 @@ -{{template "head.html"}} - -

koushin

- -

- Logout · Compose -

- -

{{.Mailbox.Name}}

- -

Mailboxes:

- - -{{if .Messages}} -

Messages:

- - -

- {{if ge .PrevPage 0}} - Prev - {{end}} - {{if and (ge .PrevPage 0) (ge .NextPage 0)}}·{{end}} - {{if ge .NextPage 0}} - Next - {{end}} -

-{{else}} -

Mailbox is empty.

-{{end}} - -{{template "foot.html"}} -- cgit v1.2.3-59-g8ed1b