Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GeoTrustCert = "" /* 1234-byte string literal not displayed */
)
Functions ¶
Types ¶
type Apns ¶
type Apns struct { DelayTime uint Topic string CheckDelayedInterval uint RenewTimer *time.Timer // contains filtered or unexported fields }
func (*Apns) SendNotification ¶
func (apns *Apns) SendNotification(registration database.Registration, delayed bool)
type Register ¶
type Register struct { ApsAccountId string ApsDeviceToken string ApsSubtopic string Username string Mailboxes []string }
Register struct to handle register requests via IMAP like:
REGISTER aps-account-id="AAA" aps-device-token="BBB" aps-subtopic="com.apple.mobilemail" dovecot-username="stefan" dovecot-mailboxes=("Inbox","Notes")
Click to show internal directories.
Click to hide internal directories.