Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [imap]

Internet message application protocol (commonly known as IMAP) is one of the two most prevalent Internet standard protocols for e-mail retrieval, the other being the Post Office Protocol (POP).

0 votes
0 answers
15 views

Event based email communication using GCP Pub Sub

I am developing a ticketing system, and for that, I want two-way email communication. I have done the email sending part. But I'm facing challenges in getting s reply to the email I sent. I have read ...
Amit Gaurav's user avatar
1 vote
0 answers
31 views

Unable to send emails from professional email id (made using cloudflare) from outlook [closed]

enter image description hereI created a professional email id using cloudflare and linked it to my personal gmail id. I am able to send and receive emails on my professional id in my personal gmail id....
Anmol Garg's user avatar
0 votes
0 answers
25 views

Issue While configuring outgoing and incoming mail server using outlook oauth Authentication

I am facing an Issue While configuring outgoing and incoming mail servers using Outlook OAuth Authentication. Below is the error for the incoming mail server:- Server replied with following exception: ...
Gautam Bothra's user avatar
1 vote
0 answers
35 views

Major IMAP services aren’t connecting to imap_open() in PHP

When connecting to a major IMAP service in PHP, I get a "Connection refused" error. I don't understand why this is happening. I have tried iCloud (imap.mail.me.com), Yahoo! (imap.mail.yahoo....
Dneail's user avatar
  • 11
0 votes
0 answers
38 views

Webklex PHP IMAP: Moving Email to 'Starred' Folder Doesn't Show Star in Gmail Inbox

I'm using the Webklex PHP IMAP library to manage emails in my application. I've successfully moved an email from the inbox to the "Starred" folder using the following code: $client = $this-&...
Madhusoodhanan er's user avatar
0 votes
0 answers
24 views

Node.js IMAP Error: Connection Ending Unexpectedly

Here I crawl email for every 10 minutes to updatemy DB, but i am facing problem with last 4 emails, during which my imap connection closes, and hence it do not perform that operation. export const ...
Sushanth's user avatar
1 vote
0 answers
38 views

Title: "IMAP Connection Error: 'Socket error: 0x02: Connection not allowed by ruleset' when using SOCKS5 Proxy in Python"

I'm trying to connect to an IMAP server through a SOCKS5 proxy using Python. However, I keep encountering the error: Socket error: 0x02: Connection not allowed by ruleset. Below is the code I'm using: ...
Zeus's user avatar
  • 48
0 votes
0 answers
21 views

Mocking Airflow ImapHook class

I wrote an Airflow Dag that uses the ImapHook to log into an email account and retrieve some mails. I'm trying to write unit tests for this dag, but I'm having issues on mocking the ImapHook class. ...
Lays Rodrigues's user avatar
0 votes
0 answers
37 views

How to get letters from a folder in Cyrillic?

I want to receive all letters from a folder in Cyrillic I tried many different functions, but I didn’t find a working method, everything is ok with other folders $folder = "Название папки на ...
user25647257's user avatar
0 votes
0 answers
21 views

How can i get the mail and the attachments with node?

I am making a small application using node and the imap-simple and nodemailer library. I need that when I click on the download button, the email is downloaded in .eml format, which it already does, ...
Bea9495's user avatar
0 votes
0 answers
56 views

Why am I getting "invalid credentials" error using IMAP4 to access Gmail account?

I am attempting to create a program that can download attachments from gmail, but I am getting this error message: Exception has occurred: IMAP4.error b'[AUTHENTICATIONFAILED] Invalid credentials (...
Adam Roberts's user avatar
3 votes
0 answers
204 views

Problem with connecting to Outlook via IMAP using OAuth2 authentication

We are building a solution where we connect to email mailboxes via IMAP, fetch and store some relevant emails, so that later we can display them in the web UI. Later on we plan to add support for ...
Serhii Bezkostnyi's user avatar
1 vote
1 answer
49 views

DDEV - how to access Mailpit POP3 server

Need to access builtin POP3 server inside of Mailpit. Mailpit is mentioning adding auth to enable POP3 feature. I'm developing code for "unsubscribe" feature available in email clients (not ...
Pedja's user avatar
  • 81
1 vote
1 answer
56 views

Add attachment in node imap

I'm using node imap : https://www.npmjs.com/package/node-imap i have this method to save message as draft imap.once('ready', () => { imap.openBox('Drafts', false, (err, box) => { ...
user3653474's user avatar
  • 3,720
0 votes
0 answers
69 views

Spring Integration Mail IMAP

I am developing an Inbox listener for [email protected] using IMAP protocol with Spring Integration Mail. I am using XOAUTH2 to Autheticate and SSL. The email is an outlook email, so as I want to ...
Jaime's user avatar
  • 361

15 30 50 per page
1
2 3 4 5
303