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 / 件
庫存: 364
1 ~ 50
合計: $0.0600
商品參數
類目 Outlook
發貨方式 自動發貨
購買數量 1 ~ 50
支援補貨
上游商品號 #109674

商品詳情

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)

同類商品

Outlook.com 账号 📧 | 支持 IMAP / POP3 / SMTP ⚙️ | 网页访问
$10.4000
🥇 Outlook.com 邮箱 📧 | 🎁 +10 奖励 🎉 | ❌ 无需短信验证 📵 | ⏳ 3
$0.6000
🔥✅ 畅销 Outlook 账号 📧 | 🌐 网页可用 | 🚫 无短信 | 🆕 从未使用 | 🔑 O
$9.2000
🔥 Outlook 账号 | 🗓️ 1个月以上 | 🌐 网页 | 🔐 OAuth2 | 📥 POP3
$0.4000
⚡ Outlook 账号 📧 | 🔐 OAuth2 (refresh_token + client_
$0.6000