Il giorno martedì 20 febbraio 2018 23:42:27 UTC+1, Maroso Marco ha scritto:
> Hi everyone, i need this program to run as a service.
>
> This program basically check an email account (gmail) and looks if there is
> mail from a specific email account, then reads the subject line and s
Hi everyone, i need this program to run as a service.
This program basically check an email account (gmail) and looks if there is
mail from a specific email account, then reads the subject line and splits the
text found assigning the left part (before the ; ) to the password, and the
right part
Il giorno martedì 13 febbraio 2018 21:06:19 UTC+1, Maroso Marco ha scritto:
> Hi,
>
> what i'm trying to do is develop my own email client, but a simple one.
>
> I just want it to connect to a specific email account and read the subject
> line of messages coming from
Il giorno martedì 13 febbraio 2018 21:18:37 UTC+1, Chris Angelico ha scritto:
> On Wed, Feb 14, 2018 at 7:05 AM, Maroso Marco wrote:
> > Hi,
> >
> > what i'm trying to do is develop my own email client, but a simple one.
> >
> > I just want it to connect to
Hi,
what i'm trying to do is develop my own email client, but a simple one.
I just want it to connect to a specific email account and read the subject line
of messages coming from a certain email address.
I then want it to be able to execute the command i wrote on the subject.
It would be nice