mail

package
v0.0.0-...-c7bc9a1 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2015 License: MIT Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mail

type Mail struct {
	Id bson.ObjectId `bson:"_id,omitempty"`

	From bson.ObjectId   `bson:"from,omitempty"`
	To   []bson.ObjectId `bson:"To,omitempty"`
	Cc   []bson.ObjectId `bson:"cc,omitempty"`
	Bcc  []bson.ObjectId `bson:"bcc,omitempty"`

	TimeStamp time.Time `bson:"time"`

	Subject  string `bson:"subject"`
	Mailtext string `bson:"mailtext"`
}

func (*Mail) GetReferenceCount

func (mail *Mail) GetReferenceCount() int

func (*Mail) Init

func (mail *Mail) Init()

Jump to

Keyboard shortcuts

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