Imap proxy for google's gmail that retrieves message labels
gmail-imap-label [\s-1OPTION\s0]...
This module provides a proxy that sits between an \s-1IMAP\s0 client and Gmail's \s-1IMAPS\s0 server and adds GMail labels to the X-Label header. This proxy uses the Gmail \s-1IMAP\s0 extensions <http://code.google.com/apis/gmail/imap/#x-gm-labels>.
To use this proxy, your e-mail client will need to connect to the proxy using the \s-1IMAP\s0 protocol (without \s-1SSL\s0).
The simplest way of starting is to run the proxy on the default port of 10143:
gmail-imap-label
An alternative port can be specified using the --port option
gmail-imap-label --port 993
The proxy has been tested with both mutt (v1.5.21) and offlineimap (v6.3.4). Example configuration files for these are available in the \*(C`doc\*(C' directory.
See gmail-imap-label for a complete listing of options.
Report bugs and submit patches to the repository on Github <https://github.com/zmughal/gmail-imap-label>.
Copyright 2011 Zakariyya Mughal.
This program is free software; you can redistribute it and/or modify it under the terms of either:
the \s-1ISC\s0 license, or
the Artistic License version 2.0.
Thanks to Paul DeCarlo <http://windotnet.blogspot.com/> for pointing out the Gmail \s-1IMAP\s0 extensions.