imap Questions

2

Solved

I successfully fetched a list of email headers using the sample code from this url: https://godoc.org/code.google.com/p/go-imap/go1/imap#example-Client . However, I still haven't been able to fetch...
Glinys asked 6/1, 2015 at 3:29

4

Solved

There are many libraries for PHP which are great to send emails. But which is the most reliable one to request emails from an IMAP account? Especially emails with attachments.
Iffy asked 27/7, 2012 at 13:14

4

Solved

Does anyone know a way to execute a bulk dump of every email of a gmail account and write the emails to a file? I'm looking to write a program that would let users back up there gmail (probably vi...
Crystallization asked 29/5, 2009 at 15:46

3

I have an IMAPFolder with MessageCountListener that listens to messages being added / removed from the folder. Inside my messageRemoved(MessageCountEvent ...) I need to get the UID of the message t...
Disjoint asked 19/12, 2014 at 11:48

4

Ok, I have been suck on it for hours. I thought net/imap.rb with ruby 1.9 supported the idle command, but not yet. Can anyone help me in implementing that? From here, I though this would work: cl...
Photoperiod asked 2/7, 2009 at 19:1

3

Solved

i am developing a site in which users can mail tickets and attach any type of files to a specific mail id. I need to add the mail subject, content and attachment to the database. I am doing this us...
Rosemonde asked 2/4, 2012 at 9:59

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

1

Solved

I'm having an issue when importing Email subjects via IMAP. I'm getting a problem, I think related to the £ sign in email subjects. Having spent a couple of hours touring around various answers I ...
Sham asked 18/10, 2014 at 0:51

5

I'm building a tool that need access to mail specific folders (e.g. '[Gmail]/Trash', '[Gmail]/Sent'). It seems that the names are localized with respect to the user localization settings, so '[Gmai...
Veiling asked 29/1, 2014 at 10:11

2

I need to create a service (or console) app that connects to an IMAP server and listens for new mail. I'm currently trying to use MailKit but I'm having trouble trying to figure out how to accompli...
Petronille asked 14/10, 2014 at 21:33

1

Solved

I am writing a simple software that needs to: Connect to an IMAP server Download all unread messages Store each message's body, and attachment. I prefer the body as text. Mark them as read I am...
Mouseear asked 28/9, 2014 at 0:17

9

Solved

One of my favourite features of Gmail is the ability to bookmark urls to certain messages like this: https://mail.google.com/mail/#all/124c8f386d41fd3a What I would like to do is write a script t...
Indefinite asked 6/11, 2009 at 12:59

2

I am trying to use TCP Sampler for creating an automatic tests on top of IMAP4. I am not using the Mail Reader Sampler because i need to allow injecting pure IMAP4 commands. My IMAP4 server (like ...
Stutsman asked 4/8, 2013 at 14:55

2

Solved

I'm implementing a IMAP client, and I have a problem with IMAP mailbox synchronization. First, it is okay to fetch new mails from IMAP server, but I don't know how to find deleted messages from a ...
Marko asked 31/3, 2012 at 13:35

2

Gmail's imap extension command X-GM-RAW allows me to perform a search if I use a ascii query string. If utf-8 chars are used in the query, the imap returns bad response. https://developers.google...
Lennon asked 17/7, 2012 at 6:54

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...
Watercool asked 4/7, 2012 at 20:2

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...
Gentlemanatarms asked 20/8, 2008 at 13:53

3

Using IMAP via telnet, I want to be able to extract the subject from the specific given email. Now I know that the fetch command is responsible for getting data from an email. My question is, how ...
Notorious asked 19/9, 2012 at 7:59

2

Solved

I currently use the SwiftMailer library to send email, but unfortunately it's only for sending, not receiving. I'm wondering... is there a similar library to connect via IMAP to an email account an...
Lor asked 8/8, 2012 at 20:29

1

I am accessing Gmail messages via IMAP using PHP. I'd like to know what label(s) each message is tagged with. Apparently Google has an IMAP extension that will do exactly what I need: https://deve...
Upraise asked 21/2, 2013 at 2:52

10

Solved

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?
Brueghel asked 13/2, 2009 at 12:17

1

Solved

I am saving my mailbox elements to a mysql database (to perform fast searches in my intranet, since imap_search' is too slow). I am connecting to the server and folder, and iterating through messa...
Legislation asked 25/4, 2014 at 16:43

4

Solved

I'm building a simple webmail and I would like to make use of the CONDSTORE extension for IMAP: it allows to fetch everything that has changed (messages, flags, …) since a date, which is very pract...
Pediment asked 19/4, 2014 at 22:21

3

Solved

Most mail clients that support SSL/TLS only require the user to say whether or not SSL should be enabled. The user doesn't have to know anything about Explicit & Implicit SSL and the difference...
Onia asked 29/4, 2009 at 19:29

2

I'm very new at coding and this is my first real attempt to do anything like this. I want to print out multiple email bodies, that are at least two weeks old. (later on in my finished program, i wa...
Walsh asked 28/2, 2014 at 10:32

© 2022 - 2024 — McMap. All rights reserved.