Outlook Accounts - No SMS Required - Never Used - Backup Email with Access Added - Oauth2 Activated for IMAP Work - Outlook Accounts - No SMS Required - Never Used - Backup Email with Access Added - Oauth2 Activated for IMAP Work
Outlook

Outlook Accounts - No SMS Required - Never Used - Backup Email with Access Added - Oauth2 Activated for IMAP Work - Outlook Accounts - No SMS Required - Never Used - Backup Email with Access Added - Oauth2 Activated for IMAP Work

$0.0600 / each
Stock: 364
1 ~ 50
Total: $0.0600
Specifications
Category Outlook
Delivery Automatic
Quantity 1 ~ 50
Refill supported No
Upstream ID #109674

Description

Use this link to log in to the backup email: https://firstmail.ltd/webmail/login
100% of accounts are checked before sale.

Outlook accounts: randomemailname@outlook.com
Never used anywhere
Web login works
No SMS required
Oauth2 activated for IMAP work; refresh token and client ID are provided with accounts

Account format:
email:password:refresh token:client id

Python code for Oauth2 login:

import requests
import json

EMAIL = "INPUT_CLIENT_ID"
REFRESH_TOKEN = "INPUT_REFRESH_TOKEN"
CLIENT_ID = "INPUT_CLIENT_id"

TOKEN_URL = "https://login.microsoftonline.com/common/oauth2/v2.0/token"

r = requests.post(
TOKEN_URL,
data={
"client_id": CLIENT_ID,
"grant_type": "refresh_token",
"refresh_token": REFRESH_TOKEN,
"scope": "offline_access User.Read Mail.Read",
},
)

print("TOKEN STATUS:", r.status_code)
print(json.dumps(r.json(), indent=2, ensure_ascii=False))

access_token = r.json().get("access_token")

if not access_token:
raise SystemExit("Failed to get access_token")

headers = {
"Authorization": f"Bearer {access_token}",
"Accept": "application/json",
}

url = "https://graph.microsoft.com/v1.0/me/mailFolders/inbox/messages"

params = {
"$top": 10,
"$select": "id,from,subject,receivedDateTime,bodyPreview",
"$orderby": "receivedDateTime desc",
}

resp = requests.get(url, headers=headers, params=params)

print("GRAPH STATUS:", resp.status_code)
print(json.dumps(resp.json(), indent=2, ensure_ascii=False))

messages = resp.json().get("value", [])

for msg in messages:
sender = msg.get("from", {}).get("emailAddress", {}).get("address")
subject = msg.get("subject")
date = msg.get("receivedDateTime")
preview = msg.get("bodyPreview")

print("From:", sender)
print("Subject:", subject)
print("Date:", date)
print("Preview:", preview)
print("-" * 50)

Related products

Outlook.com Accounts 📧 | IMAP / POP3 / SMTP ⚙️ | W
$10.4000
🥇 Outlook.com Emails 📧 | 🎁 +10 Bonus 🎉 | ❌ No SMS
$0.6000
🔥✅ Bestseller Outlook Accounts 📧 | 🌐 Web Works | 🚫
$9.2000
🔥 Outlook Accounts | 🗓️ 1+ month | 🌐 Web | 🔐 OAuth
$0.4000
⚡ Outlook Accounts 📧 | 🔐 OAuth2 (refresh_token + c
$0.6000