Hi all
I'm looking for a scriptable email client for linux cli. Specifically I
need to connect it to a Gmail account using IMAP IDLE so that I will be
able to find new emails almost immediately. And secondly, when new emails
arrive, I need a script that automatically parse the body of every email
On 09Jun20 09:51+0200, Kia Niskavaara wrote:
> I'm looking for a scriptable email client for linux cli. Specifically I
> need to connect it to a Gmail account using IMAP IDLE so that I will be
> able to find new emails almost immediately. And secondly, when new emails
> arrive, I need a script that
Hi,
Mutt is an mail reader (MUA). It doesn't realized the features your want
natively but you can add external tools:
* to fetch your mail automatically, you can use [offlineimap][1] or
[isync][2].
* to analyze your mail content you can use [notmuch][3] (to do it client
side) or [imapfilter][4]
On Tue, Jun 09, 2020 at 10:36:28AM +0200, Bastian wrote:
> On 09Jun20 09:51+0200, Kia Niskavaara wrote:
>> I'm looking for a scriptable email client for linux cli. Specifically
>> I need to connect it to a Gmail account using IMAP IDLE so that I
>> will be able to find new emails almost immediately
On Tue, Jun 09, 2020 at 11:06:57AM +0100, Sam Kuper wrote:
> On Tue, Jun 09, 2020 at 10:36:28AM +0200, Bastian wrote:
>> On 09Jun20 09:51+0200, Kia Niskavaara wrote:
>>> I'm looking for a scriptable email client for linux cli.
>>> Specifically I need to connect it to a Gmail account using IMAP IDLE
On 09/06/20 09:51,
Kia Niskavaara put forth the proposition:
> Hi all
>
> I'm looking for a scriptable email client for linux cli. Specifically I
> need to connect it to a Gmail account using IMAP IDLE so that I will be
> able to find new emails almost immediately. And secondly, when new emails
>