Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
83 views

Ultimate Goal: To export a massive Yahoo Mail + mailbox with attachments and images to SQL Server I have a client that has a huge yahoo plus inbox that they are doing away with as they migrate all ...
StatsStudent's user avatar
  • 1,624
2 votes
2 answers
166 views

I have the following simple script, running under PHP 8.3.6 <?php $original = '"=?utf-8?Q?part1=40part2.com?=" <[email protected]>' ; $converted = imap_utf8($original) ; printf("...
Dennis 's user avatar
  • 1,325
Best practices
0 votes
1 replies
44 views

I am setting up a client's own mailbox for all emails from his other mailboxes. The problem is that he wants to retrieve all his old emails from January 1, 2024 to the present. I am using Imapflow in ...
Bujak's user avatar
  • 27
4 votes
1 answer
208 views

I have a webpage in PHP that lets me access an IMAP account. I can fetch the messages fine. But, when I go to download attachments, Firefox opens the download dialog, but immediately after pops an ...
Congregator's user avatar
0 votes
1 answer
83 views

I'm encountering an issue while using Jakarta Mail to fetch emails and capture specific keywords. Here's the details: The source code is as follows: package org.example.receiver.kit.component; import ...
Wu Jingkai's user avatar
0 votes
1 answer
65 views

I have a test app that successfully connects to our outlook.office365.com account via OAUTH2 and returns the number of unprocessed inbox messages, which currently stands at over 57,000. However, when ...
Karl Heinz's user avatar
0 votes
0 answers
43 views

I am trying to read mails from my outlook account using imap. The server name and the port number is correct. The email_id and password is also correct. I am using a personal account. Do you think I ...
Tiyasha Ghosh's user avatar
1 vote
0 answers
127 views

I wrote this code for a company and they are using Office 365 domain. The code works in gmail. On Office 365 server it says login error. Please note: The credentials are correct. IMAP and 2FA has ...
Tiyasha Ghosh's user avatar
2 votes
1 answer
80 views

I am not a programming pro, but I managed to find the following feature when using the .uid() method. If the email address has unread messages that arrived before authorization and the first call to ...
pavilion13's user avatar
1 vote
0 answers
100 views

I have this minimal example code. $targetEmail = Read-Host "Enter the email address:" $outlook = New-Object -ComObject Outlook.Application $namespace = $outlook.GetNamespace("MAPI")...
WG-'s user avatar
  • 1,088
2 votes
1 answer
94 views

Hi there I have an application that connects to n inboxes of users. Since I don't won't to poll new messages I am using the IMAP idle command and a message count listener to listen to new messages. ...
GeekChap's user avatar
0 votes
0 answers
96 views

I have a CRM section in my Laravel app. In it is the ability to send emails with to, cc, bcc, attachments, body, subject. Users can also choose which account to send this email from. When I was ...
OKKO's user avatar
  • 609
0 votes
1 answer
151 views

The Problem: When I try to search for an email using Message-ID, the search returns zero results. Even though I explicitly set a Message-ID while sending the email, it only appears inside text/rfc822-...
yashlodhi's user avatar
  • 139
2 votes
1 answer
270 views

I'm having trouble understanding the Webklex/PHPIMAP documentation. The connection, folder search and message return inside the loop are working, but the search for a specific message without ...
user28647677's user avatar
2 votes
1 answer
63 views

I am using this IMAP Golang package to fetch recent emails from my gmail. I would like to only get the 50 most recent messages. My current approach is fetching every single email uid. I am using imap....
Ahmed Zaidan's user avatar
0 votes
0 answers
116 views

I am working on an email extraction process using Java, Spring boot, and IMAP to read emails from Gmail. The process works fine for most emails, extracting only the text content. However, one specific ...
Irfan Abdul Salam's user avatar
3 votes
1 answer
3k views

In my Dockerfile for php8.4-fpm i am installing IMAP package with the following commands: FROM php:8.4-fpm [...] RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \ ...
Igor's user avatar
  • 1,227
0 votes
1 answer
42 views

Have following route in apache camel: ... ... .pollEnrich() .simple(""" imap://${exchangeProperty.imapEndpoint} ?delay=0 &initialDelay=0 &...
Kiril Nugmanov's user avatar
1 vote
1 answer
119 views

I have an application that uses Indy TIdIMAP4 to connect to a mail server, read messages, and download attachments. The app works correctly on Windows 10. When trying to transfer it to Windows 11 or ...
HardLink's user avatar
1 vote
2 answers
163 views

mail.select("INBOX") result, messages = mail.search(None, '(AND ("UNSEEN") ("SUBJECT" "important") ("FROM" "[email protected]"))') When I use ...
Dipanshu Tyagi's user avatar
0 votes
0 answers
44 views

The following are the relevant raw headers downloaded via Thunderbird / Maildir: X-Mailer: snPFB 81 Subject: [标题]Sword and Soul is online Date: Thu, 04 Jul 2024 05:33:41 +0800 Content-Type: text/html; ...
John's user avatar
  • 1
0 votes
1 answer
245 views

I have a requirement where I need to automate clients outlook inbox, where I need to read the emails and process it. Client belongs to different company and he has different outlook/office 365 ...
Madhukara Hiriadka's user avatar
0 votes
1 answer
145 views

I am trying to test connection to Outlook365 IMAP server. As I understood. The first step should be to obtain access_token using my client_id and client_secret. I got it using Postman access_token ...
nanu1nkk1k2n3nj12n3's user avatar
0 votes
1 answer
51 views

I used this code to download the PDF file from attachment. And when I connecting to gmail IMAP it's working great. But when I try to connect another IMAP server DecodeToAsync just can't decode it to ...
HK1308's user avatar
  • 1
0 votes
1 answer
200 views

Using Mailkits (superb) IMAP Api's I need to get the full thread of a message, but when reading the Inbox label I only get the Reply. Here's my small test case... Initial message sent from Instigators ...
tinmac's user avatar
  • 2,612
1 vote
0 answers
87 views

I have following function in Go that uses emersion/go-imap library. I am calling it every minute. It is manifesting unexpected behaviour in following way: I am launching the program - nothing happens,...
agamendon's user avatar
-1 votes
1 answer
248 views

Any reason why i cannot connect to imap server outlook? Im using MailKit Lib log: Connected to imaps://outlook.office365.com:993/ S: * OK The Microsoft Exchange IMAP4 service is ready. [...
Michał Tulej's user avatar
0 votes
1 answer
86 views

I have a list of email subjects which were sent today (I connect to my IMAP server, and fetch all emails): sent_subjects = [ 'subject1 backup up completed', 'subject2-2 backup failed', 'subject4 ...
Saeed's user avatar
  • 4,185
0 votes
0 answers
160 views

I am trying to connect to Office 365 to retrieve emails. I am using the Webklex library version 4.1. I am able to obtain the authentication token to log into the email, but I always receive '...
Luiz Gustavo Costa Ceolin's user avatar
1 vote
1 answer
302 views

I'm very new to Indy, so apologies if there are some glaring issues here. I'm trying to retrieve emails out of my Gmail inbox, then save them to an array of TIdMessage objects. I can't find any ...
Rayhaan Bhoola's user avatar
1 vote
1 answer
205 views

I am using php-imap2 from https://php-imap2.javanile.org/ to access my gmail account therefore to get an access token that I need, I use the oauth2-google client. I have tested my access token, ...
Heinz's user avatar
  • 409
0 votes
0 answers
83 views

I am using MicroPython on an ESP8266 to connect to an IMAP server and fetch unread emails. Although I can connect to the server and log in successfully, I’m having trouble detecting new unread emails. ...
Purple Thing's user avatar
0 votes
0 answers
76 views

I am unable to access any other folder apart from the inbox using imaplib. Did try changing the names of the folders to [Gmail]/Drafts but still the same error. The IMAP error: SELECT command error: ...
Abhay Nagar's user avatar
0 votes
1 answer
140 views

I am trying to fetch the inbox from my personal email which is @outlook.com. I have created Azure account and created application and as well as secret as well. But I am getting error A1 NO ...
umuieme's user avatar
  • 859
0 votes
2 answers
204 views

I use MailKit for creating a folder. This is simple, I can e.g. call CreateFolderAsync (if I want to async way) on the parent folder. public async Task<IMailFolder> GetOrCreateFolder(string ...
rklec's user avatar
  • 350
-1 votes
2 answers
76 views

I have a ImapMailReceiver implementation to receive the emails from remote IMAP server, which works fine with any IMAP servers we tested so far. Nevertheless, one of the Exchange (2016) servers we ...
nKognito's user avatar
  • 6,383
1 vote
0 answers
303 views

I have this code to authenticate/login to hotmail.com via IMAP. I have enabled app password for hotmail/outlook. The only problem is authentication fails with "Login failed" for first 5-10 ...
Bharat Goyal's user avatar
0 votes
1 answer
787 views

I am trying to connect the Outlook using IMAP. But nothing seems to be working. Here's what I am doing to achieve this Created Microsoft Entra Application Withh all the required permissions Then ...
Osama Inayat's user avatar
0 votes
1 answer
95 views

When trying to use the EXPUNGE command after creating folders with the IMAP server, we receive the following error: BAD [ALERT] i.<unique_id> EXPUNGE not allowed in session state The EXPUNGE ...
F-M-A's user avatar
  • 43
1 vote
0 answers
78 views

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
49 views

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
385 views

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
  • 23
0 votes
0 answers
61 views

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
1 vote
0 answers
333 views

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
785 views

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
438 views

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
110 views

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,872
0 votes
0 answers
770 views

My goal is to read emails during Playwright tests I follow https://developers.google.com/gmail/api/quickstart/nodejs?hl=en documentation I save credentials.json from ID clients OAuth 2.0 but an error ...
Colas Ripoll's user avatar
0 votes
1 answer
209 views

I use imapfilter that uses a Lua script as config. I am trying to match emails subjects containing [sometext] at any position. So I tried: results = account1.INBOX:contain_subject('[sometext]') This ...
Gabriel Hautclocq's user avatar
0 votes
1 answer
34 views

fellows, I want to build an app that can read emails from a mailbox. I’ve checked that the settings for SMTP and IMAP are activated. Here is the method public Message[] readMails() throws ...
JoF's user avatar
  • 43

1
2 3 4 5
91