jprobinson / eazye

The gangsta gangsta way to pull email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am confused about the meaning of different fields

maxhli opened this issue · comments

In the struct definition:

type MailboxInfo struct {
Host string
TLS bool
User string
Pwd string
Folder string
}

There is NO explanation at all. Would you please explain in detail? I got the following error message:
"uid search failed: EOF" and I don't know how to fix it.