mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-04-27 04:16:28 +03:00
Very early NOTIFY support, hopefully fix -password on Windows
This commit is contained in:
@@ -5,12 +5,14 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"github.com/emersion/go-imap"
|
||||
"github.com/emersion/go-imap/backend"
|
||||
)
|
||||
|
||||
type User struct {
|
||||
backend *Backend
|
||||
username string
|
||||
conn *imap.ConnInfo
|
||||
}
|
||||
|
||||
func (u *User) Username() string {
|
||||
|
||||
Reference in New Issue
Block a user