Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddMailtoMailThread ¶
func CreateNewMailThread ¶
Create a new Mail thread
func DeleteMailThread ¶
Types ¶
type MailThread ¶
type MailThread struct { Id bson.ObjectId `bson:"_id"` ReferenceCount int `bson:"referenceCount"` Mails []mail.Mail `bson:"mails"` }
func GetMailThread ¶
func GetMailThread(s *mgo.Collection, threadId bson.ObjectId) (mailThread MailThread, err error)
Click to show internal directories.
Click to hide internal directories.