Thanks to Brian. Got an message that mentioned that he had it working with both app password and OAUTH2 under windows. I just didn't want to risk anything before testing. Wa afraid that maybe one you setup the OAUTH2 it might make app password either invalid or no longer an option at all. Never know with GMAIL and Micro$oft. So at least know that the OAUTH2 does work with wine and Linux.
Seems to just create two PND files that have no mentions of password.
cat *.PND
Pegasus Mail POP3 definition, 5 Jul 2024, 4:02:51
Title : pegasusroot03@gmail.com, POP3/OAUTH2
Type : POP3
Flags1 : 524560
Flags2 : 0
Timeout : 90
Port : 995
Host : pop.gmail.com
Username : pegasusroot03@gmail.com
Mailbox :
Memfile : POPSDEWB.PM3
Threshold : 0
SSLMode : 2
Max_Msgs : 0
Min_Interval : 0
Ruleset :
Top_lines : 0
Def_action : 0
Pegasus Mail SMTP definition, 5 Jul 2024, 4:02:59
Title : pegasusroot03@gmail.com, SMTP/OAUTH2
Type : SMTP
Flags1 : 524544
Flags2 : 0
Timeout : 90
Port : 587
Host : smtp.gmail.com
Username : pegasusroot03@gmail.com
Mailbox :
SSLMode : 1
Max_Msgs : 0
Does create a directory and encoded file
ls -l OAUTH2/*
2206 Jul 5 03:57 OAUTH2/XSMMODLU.OA2
Looked like it might be base64 data, but doesn't decode a is.
Tried without 1st and then 2nd lines removed. The later does decode without error, but is just wierd characters. Assume it has more encoding to create memfile that guess would have password.
Seems to use the standard ports for secure pop3 and smtp.
In my app password setup, I have it use the linux Stunnel to make the pop3 and smtp connection.
Had issues with pre 4.8 not working as well. 4.8x has a much newer openssl.
openssl-3.2.1-2.
Don't know if it would or wouldn't work with stunnel.
Thanks to Brian. Got an message that mentioned that he had it working with both app password and OAUTH2 under windows. I just didn't want to risk anything before testing. Wa afraid that maybe one you setup the OAUTH2 it might make app password either invalid or no longer an option at all. Never know with GMAIL and Micro$oft. So at least know that the OAUTH2 does work with wine and Linux.
Seems to just create two PND files that have no mentions of password.
cat *.PND
# Pegasus Mail POP3 definition, 5 Jul 2024, 4:02:51
Title : pegasusroot03@gmail.com, POP3/OAUTH2
Type : POP3
Flags1 : 524560
Flags2 : 0
Timeout : 90
Port : 995
Host : pop.gmail.com
Username : pegasusroot03@gmail.com
Mailbox :
Memfile : POPSDEWB.PM3
Threshold : 0
SSLMode : 2
Max_Msgs : 0
Min_Interval : 0
Ruleset :
Top_lines : 0
Def_action : 0
# Pegasus Mail SMTP definition, 5 Jul 2024, 4:02:59
Title : pegasusroot03@gmail.com, SMTP/OAUTH2
Type : SMTP
Flags1 : 524544
Flags2 : 0
Timeout : 90
Port : 587
Host : smtp.gmail.com
Username : pegasusroot03@gmail.com
Mailbox :
SSLMode : 1
Max_Msgs : 0
Does create a directory and encoded file
ls -l OAUTH2/*
2206 Jul 5 03:57 OAUTH2/XSMMODLU.OA2
Looked like it might be base64 data, but doesn't decode a is.
Tried without 1st and then 2nd lines removed. The later does decode without error, but is just wierd characters. Assume it has more encoding to create memfile that guess would have password.
Seems to use the standard ports for secure pop3 and smtp.
In my app password setup, I have it use the linux Stunnel to make the pop3 and smtp connection.
Had issues with pre 4.8 not working as well. 4.8x has a much newer openssl.
openssl-3.2.1-2.
Don't know if it would or wouldn't work with stunnel.