@ -124,7 +124,7 @@ func (e *Emailer) ReadPOP3() (chan *mail.Message, error) {
select {
case emails <- msg:
default:
break
return emails, nil
}