Documentation ¶
Index ¶
Constants ¶
View Source
const CURLAUTH_NTLM = 0x08
From curl.h c lang header
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentId ¶
type AttachmentId struct {
Id string `xml:"Id,attr"`
}
type EmailClient ¶
type EmailClient struct { Debug int UserPassword string Url string PostXML string RespXML string MessageList []ItemId }
State that holds data between different functions (methods)
func (*EmailClient) CheckInbox ¶
func (client *EmailClient) CheckInbox() (err error)
type FileAttachment ¶
type FindItemResp ¶
type FindItemResp struct { XMLName xml.Name `xml:"FindItemResponse"` Msg FindItemRespMsg `xml:"ResponseMessages>FindItemResponseMessage"` }
type FindItemRespMsg ¶
type FindItemRespMsg struct { XMLName xml.Name `xml:"FindItemResponseMessage"` Class string `xml:"ResponseClass,attr"` Code string `xml:"ResponseCode"` Folder RootFolder }
Click to show internal directories.
Click to hide internal directories.