RE: fetching mail from office365 after Microsoft disables "basic authentication"?

2022-07-01 Thread Jeremiah Poling



Thank you!

--Jeremiah

-Original Message-
From: s...@acts.hu  
Sent: Friday, July 1, 2022 06:03
To: Piler User 
Subject: Re: fetching mail from office365 after Microsoft disables "basic 
authentication"?

[EXTERNAL EMAIL] DO NOT CLICK links or attachments unless you recognize the 
sender and know the content is safe.

Hello Jeremiah,

I'll try to come up with something usable starting at here:
https://stackoverflow.com/questions/54189837/python-o365-authentication-when-basic-authentication-becomes-deprecated

Note that I'll prefer the imapfetch.py utility to get emails via imap.

Janos SUTO

On 2022-07-01 00:08, Jeremiah Poling wrote:
> Hello!
>
> We're pilerimport -i to download mail for archiving from a journaling 
> mailbox.
>
> Are there any recommendations for a similar method that would use a 
> more "modern" authentication method for after Microsoft disables basic 
> authentication in September?
>
> Thank you for any advice you can provide!
>
> --Jeremiah




Re: fetching mail from office365 after Microsoft disables "basic authentication"?

2022-07-01 Thread sj




Hello Jeremiah,

I'll try to come up with something usable starting at here:
https://stackoverflow.com/questions/54189837/python-o365-authentication-when-basic-authentication-becomes-deprecated

Note that I'll prefer the imapfetch.py utility to get emails via imap.

Janos SUTO

On 2022-07-01 00:08, Jeremiah Poling wrote:

Hello!

We're pilerimport -i to download mail for archiving from a journaling
mailbox.

Are there any recommendations for a similar method that would use a
more "modern" authentication method for after Microsoft disables basic
authentication in September?

Thank you for any advice you can provide!

--Jeremiah