Skip to content

Replace Server.Enable* with backend Features() method #107

@foxcpp

Description

@foxcpp
type Feature int
const (
   FeatureSMTPUTF8 = 1<<iota
   FeatureREQUIRETLS
   FeatureBINARYMIME
)

// ...
type Backend interface {
  // ...
  Features() Feature
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions