seahearman
seahearman
Same here. it would be great if we can have an official example using Azure storage blob v12+
Thank you very much for your reply. I am confused about setting up the 2FA. Now I have: `[email protected]` and `password1` to login to my.arlo.com to log in hotmail.com using...
> What you had should work. But based on the examples you gave this should log in: > > ```python > USERNAME="[email protected]" > PASSWORD="password1" > IHOST="imap-mail.outlook.com" > IUSERNAME="[email protected]" > IPASSWORD="password1_5"...
I tried zoho mail, it seems to be able to login, but it also seems to be stuck, it just keeps searching. here is the log ``` 38:43.64 < b'*...
> Everything works today on my side (with your master branch) ... It seems that Arlo's API sucked yesterday... > > On my side I got Warning "errors" but it...
the following naive code works, so I don't understand why it can not fetch the code. ```Python import imaplib IHOST="imap.zoho.com" IUSERNAME="[email protected]" IPASSWORD='App_password' test_imap = imaplib.IMAP4_SSL(IHOST) test_imap.login(IUSERNAME, IPASSWORD) test_imap.select("INBOX") res, new_ids...
> @seahearman can you paste in the traces with the `pyaarlo` debug? I'm only seeing the `imap` which isn't giving me the whole picture. It should work something like this:...
> @seahearman can you paste in the traces with the `pyaarlo` debug? I'm only seeing the `imap` which isn't giving me the whole picture. It should work something like this:...
Hi @twrecked thanks again for your help. Here is the log using the code you provided: ``` 'Dnt': '1', 'Origin': 'https://my.arlo.com', 'Pragma': 'no-cache', 'Referer': 'https://my.arlo.com/', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64)...
thank you so much. it's working now.