go-imap icon indicating copy to clipboard operation
go-imap copied to clipboard

Fetch feed nils into the channel

Open ivanjaros opened this issue 1 year ago • 0 comments

seqset := new(imap.SeqSet)
seqset.AddRange(mbox.UnseenSeqNum, mbox.Messages)
errCh <- p.cl.Fetch(seqset, []imap.FetchItem{imap.FetchEnvelope}, rawMsgCh)

will feed nils into the channel. How come?

ivanjaros avatar Sep 03 '22 08:09 ivanjaros