Questions tagged [offlineimap]
The offlineimap tag has no summary.
25 questions
1
vote
1
answer
300
views
Tagging mail with "notmuch" marks them as old
After syncing my local maildir inboxes with offlineimap and performing spam filtering and sorting using fdm+bogofilter, I tag the messages in the mail store using notmuch.
Up until recently, I used ...
0
votes
0
answers
215
views
Batch extract pdf from emails on Debian in bash
What I'm trying to achieve: I am trying to send pdf documents to my Remarkable 2 tablet via email.
How I'm trying to do it:
I set up rmfakecloud: a software that runs on your server and emulates the ...
3
votes
2
answers
882
views
does mbsync know i deleted folders?
Newly working with neomutt and mbsync. I did an initial grab of all my mail and folders which was fine.
Then I started organizing my folders and mail. Some of the folders (or "mailboxes") ...
2
votes
1
answer
479
views
How to send mail when using offlineimap?
I've only ever used GUI mail clients like Thunderbird, and want to try using offlineimap with alpine. However I'm confused about how it all ties together.
As I understand it:
Once I configure ...
-1
votes
1
answer
228
views
Offlineimap: python code to read refresh token from unix pass (or gpg file)
I use offlineimap to organize my emails, and in order to use my work account I am now obliged to use OAuth2 authentication.
I successfully got a refresh-token, and thus offlineimap works if I set the ...
2
votes
0
answers
99
views
Easiest IMAP archiver for multiple accounts
I'm pretty new to linux, Im running Ubuntu at the moment. On windows I was using a service called "mailstore" to archive the entire contents of multiple email accounts. I've seen a few ...
1
vote
1
answer
98
views
Can mutt handle exclamation points instead of colons in file names?
I'm wanting to move my maildir folder to a different disk that has a Window file system. However, the file system does not allow colons (:) in file names, which Maildir uses in some file names by ...
3
votes
1
answer
1k
views
CERTIFICATE_VERIFY_FAILED when connecting to GMail with offlineimap
Under an Arch Linux, I want to use offlineimap to synchronize to GMail like this.
[general]
accounts = Gmail
maxsyncaccounts = 3
[Account Gmail]
localrepository = LocalGmail
remoterepository = ...
5
votes
0
answers
3k
views
Sync gmail using mbsync (isync) on debian linux using XOAUTH2
I am trying to sync my mails from gmail to my local mail server using mbsync. But i keep getting an error Error: SASL(-4): no mechanism available: No worthy mechs found
Here is my .mbsyncrc file:
#...
1
vote
2
answers
826
views
How do I force offlineimap to use python2.7?
I'm setting up a new computer and installed offlineimap with pip install --user offlineimap but when I try to run it I'm getting a series of errors because offlineimap doesn't support Python3:
https:/...
3
votes
1
answer
1k
views
How to sync email contacts between computers for use in mutt?
I'm using mutt as email client. Specifically, this is my setup:
Mail is stored at a remote hosting company.
Mail is retrieved locally using OfflineIMAP.
I have two mail accounts: one personal and one ...
2
votes
0
answers
2k
views
Complete command line email retrieval for IMAP IDLE
I'm trying to retrieve my mail from command line, and they use mu4e to read them. However, it turns out to be a nightmare to find a program that can do the following stuff:
downloads the mail from an ...
1
vote
1
answer
326
views
can we encrypt any field in offlineimaprc?
If you are using offlineimap to sync for example with gmail one can encrypt the password and use a python script to decrypt it on runtime. This is done via setting
remotepass = passwd('gmail.gpg')
...
1
vote
1
answer
446
views
Why is my offlineimap folderfilter not working?
I have a series of folders that I deleted from my SMTP server but they still exist on my local machine. I'd like to keep them from syncing to the server. The folders all follow a pretty basic naming ...
7
votes
2
answers
5k
views
OfflineIMAPS and CA certificates
This question is about offlineimaps but with the given opportunity I'd like resources to learn more about ssl certificates and the whole deal with them.
I downloaded the latest offlineimaps (7.0.6) ...