Merge branch 'master' into outbound
[mailpopbox.git] / config.go
index ff695751f579c69698061d13695637d8c8f88d7c..c5f24ca2a6313a8a9543d88cf936a3dc7611671e 100644 (file)
--- a/config.go
+++ b/config.go
@@ -20,6 +20,8 @@ type Config struct {
        Servers []Server
 }
 
+const MailboxAccount = "mailbox@"
+
 type Server struct {
        // Domain is the second component of a mail address: <local-part@domain.com>.
        Domain string