Leonid Gorkin
Leonid Gorkin
02/25 15:53:31 ERR failed to send message error="failed to send message: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (27376392 vs. 4194304)"
I've noticed that Yahoo doesn't use crumb anymore, so download data fails with the current code. Removing crumb retrieval step fixes it.
I'm using an array of HTTP proxies and setting up the collector as described in the example: ```go c := colly.NewCollector( colly.MaxDepth(cfg.MaxDepth), colly.URLFilters( // ... ), ) c.Limit(&colly.LimitRule{ DomainGlob: "*",...
- [ ] Reliable and fast IMAP server -- Speed improvement -- Fix obvious bugs -- Test common IMAP clients -- Try Gluon? - [x] Well-configured mail server - [...
in the mail app for iOS after adding imap account, all the folders are not created by default, and some folders need be selected manually by going into the mail...
It looks like go-imap supports IDLE but really doesn't do anything with it. https://www.rfc-editor.org/rfc/rfc2177