Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractPOP3Client ¶
func ExtractPOP3Client(args []Object, index int) *pop3Client
func InternsOrThunks ¶
func InternsOrThunks()
Types ¶
type POP3Client ¶
type POP3Client struct {
// contains filtered or unexported fields
}
func EnsureArgIsPOP3Client ¶
func EnsureArgIsPOP3Client(args []Object, index int) POP3Client
func MakePOP3Client ¶
func MakePOP3Client(client *pop3Client) POP3Client
func (POP3Client) Equals ¶
func (client POP3Client) Equals(other interface{}) bool
func (POP3Client) GetInfo ¶
func (client POP3Client) GetInfo() *ObjectInfo
func (POP3Client) GetType ¶
func (client POP3Client) GetType() *Type
func (POP3Client) Hash ¶
func (client POP3Client) Hash() uint32
func (POP3Client) ToString ¶
func (client POP3Client) ToString(_escape bool) string
func (POP3Client) WithInfo ¶
func (client POP3Client) WithInfo(_info *ObjectInfo) Object
Click to show internal directories.
Click to hide internal directories.