jprobinson / eazye

The gangsta gangsta way to pull email
Other
109 stars 19 forks source link

FYOQK5 NO [BADCHARSET (US-ASCII)] The specified charset is not supported. #3

Open 5k3105 opened 8 years ago

5k3105 commented 8 years ago

FYOQK5 NO [BADCHARSET (US-ASCII)] The specified charset is not supported.

Ref: https://github.com/emersion/go-imap/issues/48

It appears they fixed it in go-imap. I wonder why it's not working here.

Thanks

jprobinson commented 8 years ago

I imagine it's because eazye is not using that specific go-imap library, it is using this one: https://github.com/mxk/go-imap

The library you link to seems to have a much more active community so I'd be interested in switching. Perhaps we could switch this issue name to something like "Switch to using emerision/go-imap"? PRs welcome :)

5k3105 commented 8 years ago

Ok. I'll take a look. Thanks.