Documentation ¶
Index ¶
Constants ¶
View Source
const DeletedSubscriptionsFieldName = "name"
View Source
const DeletedSubscriptionsFieldRemoteID = "remote_id"
View Source
const DeletedSubscriptionsTableName = "deleted_subscriptions"
View Source
const MailboxAttrsFieldMailboxID = "mailbox_id"
View Source
const MailboxAttrsFieldValue = "value"
View Source
const MailboxAttrsTableName = "mailbox_attrs_v2"
View Source
const MailboxFlagsFieldMailboxID = "mailbox_id"
View Source
const MailboxFlagsFieldValue = "value"
View Source
const MailboxFlagsTableName = "mailbox_flags_v2"
View Source
const MailboxMessagesFieldDeleted = "deleted"
View Source
const MailboxMessagesFieldMessageID = "message_id"
View Source
const MailboxMessagesFieldMessageRemoteID = "message_remote_id"
View Source
const MailboxMessagesFieldRecent = "recent"
View Source
const MailboxMessagesFieldUID = "uid"
View Source
const MailboxPermFlagsFieldMailboxID = "mailbox_id"
View Source
const MailboxPermFlagsFieldValue = "value"
View Source
const MailboxPermFlagsTableName = "mailbox_perm_flags_v2"
View Source
const MailboxesFieldID = "id"
View Source
const MailboxesFieldName = "name"
View Source
const MailboxesFieldRemoteID = "remote_id"
View Source
const MailboxesFieldSubscribed = "subscribed"
View Source
const MailboxesFieldUIDValidity = "uid_validity"
View Source
const MailboxesTableName = "mailboxes_v2"
View Source
const MessageFlagsFieldMessageID = "message_id"
View Source
const MessageFlagsFieldValue = "value"
View Source
const MessageFlagsTableName = "message_flags_v2"
View Source
const MessageToMailboxFieldMailboxID = "mailbox_id"
View Source
const MessageToMailboxFieldMessageID = "message_id"
View Source
const MessageToMailboxTableName = "message_to_mailbox"
View Source
const MessagesFieldBody = "body"
View Source
const MessagesFieldBodyStructure = "body_structure"
View Source
const MessagesFieldDate = "date"
View Source
const MessagesFieldDeleted = "deleted"
View Source
const MessagesFieldEnvelope = "envelope"
View Source
const MessagesFieldID = "id"
View Source
const MessagesFieldRemoteID = "remote_id"
View Source
const MessagesFieldSize = "size"
View Source
const MessagesTableName = "messages_v2"
Variables ¶
This section is empty.
Functions ¶
func CreateMailboxMessageTableQuery ¶
func CreateMailboxMessageTableQuery(id imap.InternalMailboxID) string
func MailboxMessageTableName ¶
func MailboxMessageTableName(id imap.InternalMailboxID) string
Types ¶
Click to show internal directories.
Click to hide internal directories.