Tagged Questions
0
votes
0answers
27 views
AE.Net.Mail - Save a draft for an existing message
How can I save a draft on an existing message?
The following code will execute but the draft is not saved in my Gmail:
Lazy<MailMessage>[] emails = imapClient.SearchMessages(searchCondition);
...
0
votes
1answer
152 views
IMAP using c# - AE.Net.Mail
I have been trying to use the solution provided in the following link:
using c# .net librarires to check for IMAP messages from gmail servers
But I keep hitting the error:
A connection attempt failed ...
0
votes
1answer
267 views
Connecting to outlook.com in C# using AE.Net.Mail
I cannot connect to any mail accounts to retrieve emails using the AE NET Mail IMAP library. I've used it a while ago and it's good, but I've come back to it and in a new project it's not working for ...
0
votes
0answers
148 views
.NET IMAP getting body of message
I have problem with obtaining body of message which was sent by C# System.NET.Mail.SmtpClient
this is how I send message:
try
{
client = new ...
0
votes
1answer
64 views
IMAP Command for UID and MessageSize list
Writing a small portion of IMAP functionality in a c# .net application that basically lists all UIDS and their corresponding message sizes. I've looked at the IMAP RFC and can't find an ideal solution ...
0
votes
0answers
80 views
Email .NET library: Increase the time of IMAP idle connection
I have the code and library Email .NET from component ace's [company]
(http://www.componentace.com/data/distr/email.net_116.msi)
Here is the code for the IMAP idle:
BeginNoop(callback), ...
0
votes
1answer
60 views
How can I reliably determine, via IMAP, who the original email recipient was?
We're consolidating a few applications into a new one that I'm writing. Each application has one (or more) email addresses that it processes emails from. What we'd like to do is forward each of the ...
3
votes
1answer
232 views
F# Email Listener
I would like to make an email listener that listens to an imap mailbox. My basic idea is just to keep polling the server using an imap client, how would I create this sort of loop in f# and how could ...
2
votes
1answer
130 views
Imap cyrillic mail
I use the mailsystem.NET library to put a message in my inbox. This is my code:
Imap4Client imap = new Imap4Client();
imap.ConnectSsl("imap.gmail.com", 993);
imap.Login(mylogin, mypassword);
Mailbox ...
0
votes
1answer
393 views
AE.Net.Mail - IMAP UID tracking to get latest emails
I'm successfully using the AE.Net.Mail library to retrieve messages from an imap folder. I'm now trying to build out the portion that will let me check only for messages that I haven't already ...
0
votes
1answer
1k views
How To Receive Email Using IMAP From Gmail Whilst On Proxy With Firewall?
Ok so I have a working program, it is only a very basic proof of concept type thing - no time poured into it or anything!
It works when I am not on my work connection, i.e. when I am at home or using ...
0
votes
2answers
187 views
looking for way to get mail to my application
I need that my applicatiob will be able to get mail...
this is c# .net application that installed on windows server 2008,
So I want that one of the way to comunicate with the application will be ...
3
votes
1answer
832 views
How to Empty Gmail Trash with C#
I tried to access my Gmail mailbox with InterImap Library. It shows my messages there, but unable to delete messages. I also found a method "EmptyFolder()" but doesn't work.
All that worked for me is ...
0
votes
1answer
79 views
imap fetch return {6} {15}
im working on a .net imap client
when i fetch envelopes i get back lines like this
2 FETCH (FLAGS (\SEEN) INTERNALDATE "13-Nov-2011 02:38:07 -0700" RFC822.SIZE 10993 UID 62 ENVELOPE ("13 Nov 2011 ...
0
votes
1answer
339 views
Import mails into an account with IMAP
I know I can download mails from an account with IMAP. But is it possible to import (or create) mails into an account with IMAP? I specifically would like to import messages into a hotmail account.
...
0
votes
1answer
233 views
Implementing IMAP Idle using Rebex in .Net
I have created a .net mail client application using Rebex library and want to implement something like 'push mail' system and I came to know IMAP allow this which is called as IMAP IDLE, any one ...
0
votes
1answer
82 views
how do I perform an IMAP search based on a flag not being set
I'd like to be able to perform an IMAP search for messages that don't have the '/DELETED' flag set. The reason for this is that when I delete emails from my client, I carry out a 'soft' delete but the ...
0
votes
1answer
392 views
Using IMAP delete message isn't removing message from MailSystem.NET
I'm using the MailSystem.NET OS library for handling IMAP. I have a problem with my client program (written in c#). It polls the mail server using the IMAP library. It marks a message as deleted ...
1
vote
1answer
445 views
LumiSoft.Net: How to access email public folders?
I'm writing a C# forms application that uses LumiSoft.Net dll to connect to an email address using IMAP. I can connect to INBOX or any other folder in the email address, but I can not connect to ...
0
votes
2answers
125 views
Download Gmail Messages One by One
I need a .net IMAP Library that downloads the messages in a gmail folder one by one not all at once.
That's because when I connect to the gmail account and try to download the messages in a folder, ...
2
votes
1answer
137 views
IMAP watcher. Any .NET implementations?
Is anyone aware of any API's that implement an imap watcher? I.e which keeps an open connection to an imap mail server and amongst other things, will tell me if, for example, a new mail has arrived.
...
0
votes
1answer
530 views
Deleting mails from IMAP Server
How do i delete mails from IMAP Server. I am using chilkat
Chilkat.EmailBundle bundle = imapClient.FetchHeaders(mset);
There is a method in bundle but it does not delete the mail from Server.
...
1
vote
1answer
416 views
Create timeout for blocking method call with TPL
I have a blocking library call, an imap Idle that will be in a long running service waiting for email, I'm paranoid and don't trust the library to never miss an email. The Idle call can be cancelled ...
0
votes
2answers
950 views
MailSystem.Net IMAP problem getting Email body
I'm using the MailSystem.NET IMAP functionality to retrieve E-mail.
Connecting and login succeed and I see there are 4 messages on the server.
When I retrieve the messages I can read the subject, ...
0
votes
1answer
363 views
How do I receive email as part of an integrated processing scheme in dotnet 4.0?
Here's the situation. Using a C# program, I have to POST big chunks of XML data to a third-party web site. This web site accepts the POSTs (via http), then puts them in a queue. Sometime later, ...
11
votes
3answers
10k views
Good free IMAP Library for C#.net?
I started using imapx, but sometimes it throws exceptions. I've checked their site and other people are having the same problem with no solution. So now I'm looking for another imap library. So if you ...
0
votes
2answers
271 views
Check if sender is valid with imap in C#
I know it is possible to send an email with a fake address to impersonate someone else. I seen automated emails coming from my friend email address that he sent to me but did not write himself.
I ...
1
vote
2answers
973 views
Get Mail by Subject with mail.dll in Powershell
Trying to Read a string in Powershell from an email with IMAP connect:
I use the Mail.dll from http://www.lesnikowski.com/mail/
Docu: http://www.lesnikowski.com/mail/documentation/
I want to search ...
0
votes
2answers
775 views
Access to the same Exchange Server account using the IMAP protocol and Microsoft Outlook
I am developing a .NET C# application that will access the Exchange Server using the IMAP protocol. The application will retrieve emails, mark them as read, and move them from Inbox to some other ...
6
votes
3answers
8k views
Which free IMAP libraries exist for .NET?
Does anyone know if there is a free IMAP library for vb.net?
I would like to be able to read and send email from a gmail account using the library.
2
votes
3answers
869 views
Where is the IMAP support in the .NET Framework?
One year ago Mitchel Sellers had a related question...
I would like to access the Google IMAP for sending and receiving email messages within my custom application.
The point is that i would not ...
3
votes
1answer
2k views
IMAP folder path encoding (IMAP UTF-7) for .NET?
The IMAP specification (RFC 2060, 5.1.3. Mailbox International Naming Convention) describes how to handle non-ASCII characters in folder names. It defines a modified UTF-7 encoding:
By convention, ...
16
votes
8answers
34k views
using c# .net librarires to check for IMAP messages from gmail servers
Does anyone have any sample code in that makes use of the .Net framework that connects to googlemail servers via IMAP SSL to check for new emails?
Thanks
6
votes
5answers
3k views
Processing incoming email
How do I programmatically read an incoming email with .NET. I need a method to take the content of email message (in this case XML) on a POP server and read it into my application.
Ideally this ...
3
votes
5answers
2k views
Programmaticly use Gmail to receive e-mail?
I'd like to use a C# program to poll a gmail account and automatically download new messages. I know you can use gmail as an outbound SMTP server, but is there any way to access new messages sent to ...
10
votes
4answers
5k views
SMTP and IMAP server library for .net
does anyone know good SMTP/IMAP server libraries for C#?
I only found some long abandoned projects.
Only SERVER SIDE libraries, please no more posts about client libs.
Thanks,
Fionn
0
votes
3answers
448 views
IMAP4 server for .NET
Are there any free (non-GPL) libraries for .NET that provide IMAP4 server side functionality?
E.g. handles the socket level and message handshaking so that an IMAP4 client (such as outlook) can ...
13
votes
9answers
6k views
Recommendations for a .NET component to access an email inbox
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 POP3 and ...

