Discover Packages
github.com/open-cli-collective/google-readonly
internal
cmd
mail
package
Version:
v1.0.8
Opens a new window with list of versions in this module.
Published: Jan 24, 2026
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
NewCommand returns the mail parent command with subcommands
type Label struct {
ID string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
MessagesTotal int64 `json:"messagesTotal,omitempty"`
MessagesUnread int64 `json:"messagesUnread,omitempty"`
}
Label represents a Gmail label for output
type MessagePrintOptions struct {
IncludeThreadID bool
IncludeTo bool
IncludeSnippet bool
IncludeBody bool
}
MessagePrintOptions controls which fields to include in message output
Source Files
¶
Click to show internal directories.
Click to hide internal directories.