Trouble with offlineimap #1
Comments
Well, based on the error message, it seems that it is trying to use SSL locally. I did not add support for SSL on the local side because I thought that having to add a certificate would be too much work for configuration. I tried setting up offlineimap 6.3.4 with the following configuration:
and I was able to get X-Label to show up properly in mutt after making a few changes to my code (just pushed these). The only issue that you may see with this setup is that offlineimap does not expect headers to change and this can get out of sync with what GMail sees because it will not refetch the headers AFAIK. This is also one issue that mutt has when using header/body caching for IMAP, but my fix is to remove the cache every so often. |
Disabling SSL did the trick, thanks. Since offlineimap and the proxy always run on the same machine, it is probably not necessary anyway. The header cache tip seems useful. |
I cannot get
gmail-imap-label
to work withofflineimap
, where this error crops up:My
.offlineimaprc
simple listsremotehost = localhost
and I run the proxy on port 993.Any ideas what's going on?
The text was updated successfully, but these errors were encountered: