mail

package module
v0.0.0-...-49f45ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2021 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {
	Type  FilterType
	Value string
}

type FilterType

type FilterType int64
const (
	FromFilter FilterType = iota
	AfterFilter
)

func (FilterType) String

func (f FilterType) String() string

type Message

type Message struct {
	Id      string
	Date    string
	From    string
	To      string
	Subject string
	Body    []string
}

type Service

type Service interface {
	AuthenticateService()
	GetMessages(filters []Filter) []Message
}

Directories

Path Synopsis
gmail module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL