Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleGroup ¶
func NewGoogleGroup ¶
func NewGoogleGroup(name string, cookie ...string) GoogleGroup
func (GoogleGroup) GetAllConversations ¶ added in v0.1.0
func (g GoogleGroup) GetAllConversations(client http.Client) []GoogleGroupConversation
type GoogleGroupConversation ¶
type GoogleGroupConversation struct {
Title string
Id string
GroupName string
Time float64
Cookie string
}
func (GoogleGroupConversation) GetAllMessages ¶
func (c GoogleGroupConversation) GetAllMessages(client http.Client, removeGmailQuote bool) []GoogleGroupMessage
type GoogleGroupFile ¶ added in v0.1.3
type GoogleGroupMessage ¶
type GoogleGroupMessage struct {
Author string
AuthorEmail string
Content string
Time float64
Files []GoogleGroupFile
}
Click to show internal directories.
Click to hide internal directories.