Rodrigo

Results 22 comments of Rodrigo

Observing at your first log I see the message `short write` this issue is open in #69

Thanks I'll make some tests 👍

Hi @cseeger-epages ! I squash and merge the PR #67 and I think you forgot to update your repo. You need to run the commands to fix your branch: ```bash...

Hi @cseeger-epages! The issue #69 need to be fixed into the `master`, but I think first, we need to upgrade the lib `emersion/go-imap` to get your fix emersion/go-imap#173. Recently I...

maybe create a command line options to fill cache file with correct email uid

Can you explain why do you need to change this time?

Today Mattermail use imap idle to check when new emails arrive. The 30 seconds is used only if an error occurs and Mattermail will try again

I think is possible the problem is inside of [checkConnection](https://github.com/rodcorsi/mattermail/blob/master/mmail/mail_provider_imap.go#L219) function. There we have an `if` to reuse the imap client. Another possibility is a bug inside of go-imap lib,...

Your log: ``` DEBG iphh-support-mails 12:51:10 MailProviderImap.CheckNewMessage DEBG iphh-support-mails 12:51:10 MailProviderImap.CheckConnection: Connection state 0x857960 DEBG iphh-support-mails 12:51:10 MailProviderImap.selectMailBox: Select mailbox: Test EROR iphh-support-mails 12:51:10 MailProviderImap.selectMailBox: Error on select Test DEBG...

```go // In a selected state, a mailbox has been selected to access. // This state is entered when a mailbox has been successfully // selected. SelectedState = AuthenticatedState +...