mailutils

package
v0.0.0-...-3048ce8 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2018 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetEmailDir

func GetEmailDir(emailUser string) string

Types

type MailData

type MailData struct {
	ID          int    `json:"id"`
	HeaderSize  int    `json:"headerSize"`
	MessageSize int    `json:"messageSize"`
	TotalSize   int    `json:"totalSize"`
	Read        bool   `json:"read"`
	Name        string `json:"name"`
}

func LoadMailData

func LoadMailData(emailDir string, filename string) (m *MailData)

func (*MailData) Save

func (m *MailData) Save(emailDir string)

Jump to

Keyboard shortcuts

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