Files
opencloud/services/groupware/pkg/jmap/email.go

11 lines
144 B
Go

package jmap
import "time"
type Email struct {
From string
Subject string
HasAttachments bool
Received time.Time
}