Skip to content

Nylas CLI / Français

E-mail, calendriers et Agent Accounts depuis le terminal.

Nylas CLI est un outil open source gratuit pour piloter les boîtes mail, les calendriers et les contacts avec des scripts.

Guides en français

Cette page regroupe les guides disponibles en français. Pour toute la documentation et tous les exemples, utilisez le site en anglais.

Add Email Sync to Your App Without IMAP

Skip per-mailbox IMAP IDLE connections. Use webhooks for push and on-demand reads for backfill, prototyped from the terminal — and know when IMAP still wins.

Acuity Scheduling API Alternatives

Acuity's API manages Acuity accounts, not booking in your product. Compare Cal.com, the Calendly API, and building booking on a calendar API from the terminal.

Add Video Conferencing to Calendar Events

Attach a video conferencing link to a calendar event from the terminal. The Nylas CLI adds a meeting link when you create an event, across calendar providers.

Gmail API: List Spam and Trash Messages

The Gmail API hides SPAM and TRASH from messages.list by default. Use includeSpamTrash, labelIds, or in:spam search to read them, in Python and the CLI.

Recurring Calendar Events: RRULE Explained

RRULE syntax from RFC 5545 (FREQ, INTERVAL, BYDAY, COUNT, UNTIL), plus how Google, Microsoft Graph, and CalDAV expand recurring events and exceptions.

Getting Started with Agent Accounts

How Nylas Agent Account works. Architecture from Application to Workspace, inbound and outbound email flows, and why managed email replaces SMTP for AI agents.

Outlook SMTP Settings: Server, Port, TLS

Outlook SMTP server smtp.office365.com on port 587 with STARTTLS. Modern Auth OAuth 2.0 requirements, Basic Auth removal timeline, and sending limits.

Gmail SMTP Settings 2026: Ports, TLS, Auth

Gmail SMTP server smtp.gmail.com on port 587 with STARTTLS or port 465 with SSL. App password setup, OAuth 2.0 requirements, and sending limits for 2026.

Email API Rate Limits: Every Provider

Gmail API quota units, Microsoft Graph throttling, Yahoo IMAP, Exchange EWS, and iCloud rate limits compared with retry strategies and SMTP error codes.

Gmail API Search Query Examples

Gmail API search query examples for q, labels, categories, date filters, attachments, and rfc822msgid. Compare direct API code with supported CLI filters.

Google Calendar API Pagination + Sync Fix

Google Calendar API pagination explained with copy-paste code: nextPageToken, maxResults (2,500 max), syncToken, recurring events, and 410 Gone recovery.

EWS to Microsoft Graph Migration

EWS is blocked October 1, 2026. Migrate Exchange Web Services to Microsoft Graph API or skip both with a unified CLI. Timeline, auth changes, and feature gaps.

Gmail API Pagination and Sync Explained

Gmail API pagination with nextPageToken, incremental sync with historyId, maxResults defaults, and 429 rate limit recovery. Step-by-step code for every pattern.

Google Calendar CLI: Manage Events from Terminal

Use a Google Calendar CLI to list events, create meetings, check availability, and find mutual times from terminal. No Google API credentials needed.

Outlook CLI: Send Email from Terminal

Use an Outlook CLI to send Microsoft 365 email from terminal without Graph API setup, Azure AD registration, MSAL token code, or SMTP config in scripts.

Extract OTP Codes from Email — Skip the Inbox

Pull 2FA verification codes from email without opening your inbox. The nylas otp get command copies the latest code to your clipboard across all providers.

Premiers pas avec Nylas CLI

Set up Nylas CLI in under 2 minutes. Create a free Nylas account, get an API key from the dashboard, and run nylas auth config. No browser auth flow needed.

Give Your AI Coding Agent an Email Address

Connect Claude Code, Cursor, OpenAI Codex CLI, Windsurf, and OpenClaw to a real email account via MCP. Step-by-step setup for each tool using Nylas CLI.

Install OpenClaw CLI for the Nylas Plugin

Install OpenClaw CLI to run the Nylas email and calendar plugin. Covers Node.js version, npm install, PATH configuration, Windows steps, and validation.

Send-MailMessage Deprecated: PowerShell 7 Fix

Send-MailMessage is deprecated in PowerShell 7. Side-by-side migration to nylas email send for every common pattern, plus Basic Auth and TLS shutdown fixes.

Email CLI Tools Compared

Compare 7 email CLI tools: Nylas CLI, Himalaya, aerc, NeoMutt, msmtp, mailx, and swaks. Covers OAuth, JSON, send without SMTP, and AI agents.

IMAP CLI: Read Emails from Any Server

Use an IMAP CLI to list, search, and read email from Fastmail, Zoho, ProtonMail Bridge, Dovecot, and other IMAP servers from terminal and scripts today.

Outlook CLI: List Emails from Terminal (No Graph API)

Use an Outlook CLI to read, search, and filter Microsoft 365 email from terminal. Skip Azure AD app registration, MSAL, and Graph API setup.

Envoyer un e-mail depuis le terminal Linux sans serveur SMTP

Send email without an SMTP server, Postfix, or sendmail from Linux, Ubuntu, macOS, or Windows. One CLI command handles OAuth for Gmail, Outlook, Exchange, Yahoo, iCloud, and IMAP.