pop3 Questions
5
Solved
I see a lot of Node.js modules out there that sends mail through SMTP.
But is there a module to receive mail?
3
I would like to setup fetchmail or getmail to pull email from Gmail. I would prefer it to be IMAP but I can live with POP as well. The issue I'm running into is that all these seem to want you to s...
2
Solved
I am facing an authentication failure issue while trying to connect for both IMAP protocols using the Client Credential Grant flow for OAuth2.0.
Where, I have been following the steps suggested by ...
Diella asked 19/7, 2022 at 14:55
5
Solved
I am trying to fetch a mail from POP3 (I am using POP3 mail server and I am trying to fetch the mail content and store into a database table for my project.), but I can't find any PHP script for th...
4
Solved
I use Thunderbird to receive email using POP3. I have Thurnderbird configured to leave email on the server. Lets say one day I uses POP3 to retrieve (RETR) 10 email messages, then I logout for the ...
Hardden asked 25/11, 2008 at 20:4
2
I've had a Hostgator reseller account for over 15 years that I want to leave. I'm migrating 10 of my websites over to the Google Cloud Platform. In the past with Hostgator, setting up email account...
Phototelegraph asked 4/7, 2020 at 17:19
3
Solved
When I'm accessing GMail inbox using POP3 protocol, it seems that after fetching given email using RETR command, after QUIT-ting and reconnecting, previously RETR-ieved email is not listed anymore ...
Fountain asked 30/1, 2010 at 21:44
3
i am using following code to send an email from my .NET application ,here i have added custom header X-Company.
When the email is received i get this custom header properly but whenever i reply/for...
4
I'm trying to retrieve emails from gmail using pop3 to my rails applicaiton. I get the error - "getaddrinfo: Temporary failure in name resolution" when i try to retrieve the email.
the weird thin...
Homburg asked 14/6, 2010 at 6:2
5
Solved
Is there support for POP3 client in the .net framework?
If so, please tell me it's name as I have been searching for it, but I was unable to find it.
Regards!
2
Solved
I'm trying to add incoming email to my web application. It's built on CodeIgniter and PHP, and as far as I can tell I haven't found any CI libraries to do this.
What I'd like to do is have a contr...
Buckshee asked 20/9, 2009 at 7:8
6
I am still trying to understand e-mail protocols. It seems that IMAP is more powerful than POP3. Why, then, does the POP3 protocol survive? It is still supported by popular email services lik...
2
Solved
I am not sure if it is in the headers or not, but I am looking for a way to tell if an email I receive is a response to an email I sent, and if so, to only grab the new text, not "quoted text"
A l...
2
Solved
I want to read emial from my gmail account.
I am using "OpenPop.Pop3" to read email from my gmail account, I am using below code :-
using OpenPop.Pop3;
public DataTable ReadEmailsFromId()
{
Dat...
Croix asked 20/10, 2016 at 11:58
6
Solved
I am trying to access my gmail account and retrieve the information of all unread emails from that.
I have written my code after referring many links. I am giving a few links for reference.
Send...
Arrow asked 30/10, 2012 at 10:50
3
Solved
I want to retrieve emails from my Go Daddy account using C#. I tested OpenPop.NET to do that like so:
OpenPop.Pop3.Pop3Client PopClient = new OpenPop.Pop3.Pop3Client();
PopClient.Connect("pop.se...
2
I am trying to fetch email information of yahoo.de through javamail. I could get subject,from,to etc. but I am not able to get the received date of the email. I used getReceivedDate method and it r...
Huffish asked 27/5, 2011 at 11:33
2
Solved
E-mail contains XML file attachment in UTF-8 encoding.
I'm looking for a way to read this attahcmed from ASP.NET/Mono MVC4 application.
I tried to use openpop as described in How to save email atta...
Ruthannruthanne asked 14/1, 2015 at 18:0
5
Is there a way to determine POP or IMAP server given the email address? I am building an application for non-technical users and I dont really want to bother them with asking their IMAP/POP servers...
Dogtired asked 22/1, 2010 at 7:40
4
Solved
I'm trying to get Plain Text or HTML Text of email using AE.Net.Mail.
I cannot find any documentation.
using (Pop3Client pop3 = new AE.Net.Mail.Pop3Client("pop3Server", "login", "pwd", 995, true))...
6
Solved
Running the following code, I get an exception:
using (var client = new Pop3Client())
{
client.Connect(provider.ServerWithoutPort, provider.Port, true);
}
The Exception I get:
The remote...
15
I have a web application that requires a server based component to periodically access POP3 email boxes and retrieve emails. The service then needs to process the emails which will involve:
Valid...
2
We all know how to open a mailbox using imap_open. Here the problem is i'm creating a maill system here. I'm not able to find to create a mail account with imap/pop3 in php. Is it is possible ?
As...
11
Solved
I've been asked to write a Windows service in C# to periodically monitor an email inbox and insert the details of any messages received into a database table.
My instinct is to do this via P...
3
I'm writing a code to read email from gmail. So the first time I launch, it reads new emails. That's fine. But I want when I launch it a second time, it doesn't get same emails it got before.
For...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.