Displaying 1 result from an estimated 1 matches for "sent_mail".
Did you mean:
send_mail
2012 Dec 11
0
dovcot+offlineimap+gmail: INBOX empty, mail doubled
...maxconnections = 2
[Repository UniRemote]
type = Gmail
# ssl =no
ssl =yes
#remotehost = ucimap.ucm.es
remotehost = imap.gmail.com
remoteuser = myuser
remotepass = mypasswd
# nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak',
# re.sub ('sent_mail', 'sent',
# re.sub ('starred', 'flagged',
# re.sub (' ', '_', foldername.lower()))))
folderfilter = lambda foldername: foldername in ['INBOX']
idlefolders = ['INBOX']
folderfi...