Tagged Questions
0
votes
1answer
26 views
Email::MIME can't parse message from Gmail
So I'm using PERL and Email::MIME to get an email from gmail. Here is my code:
use Net::IMAP::Simple::Gmail;
use Email::Mime;
# Creat the object that will read the emails
$server = ...
0
votes
0answers
11 views
No disposition in php imap email structure to indicate an attachement
I'm having an issue getting attachements from emails using the PHP IMAP functions. In theory the attachments should be identifiable with [disposition] => ATTACHMENT or similar. But I am simply not ...
2
votes
1answer
37 views
How to access gmail with 2-step verification?
Recently I set up 2-step verification in my gmail account , and I try to connect to my gmail account using Java Mail API, but it didn't connect.
My code:
Properties props = System.getProperties();
...
0
votes
1answer
14 views
PHP E-mail forward
I am trying to write a php e-mail forwarding script.
I wrote a simple code doing this, reading e-mails from imap and sends them to a specific e-mail address.
But the problem is it is not working :) ...
-1
votes
0answers
16 views
imap connection issue in oulook 2007, working in other mail clients [closed]
My client is experiencing IMAP issues with their email accounts.
I have tested the IMAP accounts in outlook express and thunderbird and they work – connects to the folders and downloads mail with no ...
-2
votes
0answers
44 views
IMAP email error message? [closed]
I have some IMAP email accounts with some serious issues which neither I or my host GoDaddy can get their heads around.
In Outlook 2007, everything was fine, but since people have moved over to 2010 ...
-4
votes
1answer
33 views
How to read content(string/multipart) of imap message?[Javamail] [closed]
How to read body of imap message? Can't find a working example.
How to read IMAPInputStream and Base64Decoder?
0
votes
0answers
22 views
Open Source Email library supporting as many email protocols as possible? [closed]
I want to add an email notification feature to my development.
Rather than reinventing the wheel and writing code for all the protocols i want to support; IMAP, POP3, SMTP, Exchange Server; are ...
0
votes
1answer
47 views
get sent mails via imap
Does someone know how I can get all sent mails to specific user using AE.NET mail library?
I've tried something like this:
imap = new ImapClient(imapMailServer, username, password, ...
0
votes
0answers
34 views
PHP imap_search returns Notice: Unknown: Unexpected characters at end of address
I am getting following error, while trying to search my mailbox using imap_search function.
Notice: Unknown: Unexpected characters at end of address: <mymailid@myserver.com> (errflg=3) in ...
0
votes
0answers
37 views
How best to encode or clean up the email body when collecting mails through Ruby Net::IMAP
I am collecting emails from an IMAP server with the code beneath, but the content of the email body is often very ugly, and sometimes impossible to understand. Many of the emails contains Danish and ...
0
votes
1answer
39 views
how to remove original quotes while fetching inbox mails using php?
i have a script which fetch the inbox mail contents. but the problem is it showing the original quotes which is attached with the mail content if someone had replied to my mail. how can i eliminate ...
-1
votes
0answers
37 views
How to download mail attachment from my Sample App in ipad by using SMTP (IMAP or POP3 servers) in ios
How to download particular mail attachment in my Sample App by using SMTP (IMAP POP3 servers).
Is it possible?
2
votes
1answer
75 views
which one do you prefer for implementing imap client in java (java mail api or apache commons net)
i have to implement an imap client in java.
which advantages has using apache commons net library? does it makes the implementation robust and more flexible?
how do i have to handle return values, it ...
0
votes
1answer
35 views
Downloading Attachment and Marking Mail as Unseen
I want to download the attachments from Unread Messages, but also does not want the messages to be flagged Seen.
The below code works, but currently setting the mail as Seen
Tried ...
0
votes
1answer
20 views
IMAP, PHP returns no messeges
I have a connection to the server with my username and password. It connects with a resource id of 2. it displays the status correctly, listing the amount of unread emails in the inbox, recent mail ...
2
votes
2answers
61 views
Drafting IMAP emails with an attachment using PHP
I'm trying to add an attachment to emails that I draft but cannot seem to get it to work. I've tried to follow the examples here and here but without success.
Here's what I'm able to do so far:
...
0
votes
1answer
43 views
Automatic imap connection kill script
IMAP connection question / issue for basic LINUX server:
I've got say 30 email accounts on a server that all connect via IMAP randomly through the day. Some users have large email usage and connect ...
1
vote
1answer
96 views
java mail - getting message by message ID
I'm developing Android mail client. I need to build a "conversation" structure for every email message. I use the
IMAPMessage.getInReplyTo()
method that returns the Message ID of message which ...
0
votes
0answers
31 views
Using Zend IMAP functions segfaults on Solaris 10 with SMCphp
I am using the IMAP mail functions from the Zend library on a Solaris 10 (sparc) box using sunfreeware's PHP5 package (SMCphp) and getting segmentation faults! The following is a simple piece of code ...
1
vote
1answer
55 views
PHP class ImapMailbox not downloading attachments
Running Apache 2.2 with PHP 5.3 on Windows 8. Trying to get the PHP class ImapMailbox to download attachments, but each time I getMail(), the attachments value is empty on every email that has ...
-1
votes
1answer
133 views
Postfix: SASL authentication failure: no secret in database [closed]
I have a VPS with Plesk Panel on Ubuntu server 10.04, so there is **postfix** and **courier-imap**. Everything was set up and working perfectly. Only change I made to the mail configuration was to ...
0
votes
1answer
145 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
0answers
37 views
imap_mail_move Several times in a Loop
Basically what I am trying to do is loop on some messages in a given mailbox, move them immediately to "In Progress" Folder and based on the results of the process move them again to a different ...
0
votes
1answer
85 views
Can you suggest an email client that I can install into an already exisitng CMS?
I'm looking for the best way to integrate a "professional" email address into my clients CMS (ie: info@website.com as opposed to website@gmail.com).
Right now I have two clients with sites/email ...
0
votes
0answers
55 views
Can't access properties of email received by GreenMail
I'm trying to use GreenMail as a mockup mail server for unit testing. It's job is to await a IMAP/POP3 request and deliver a dummy mail, but I can't get it to work.
public class EMailMonitoringTest {
...
0
votes
1answer
60 views
How to remove extra non-english characters from email message?
I am using the following script to read emails.
<?php
//Fetch users from table
$sql_users=mysql_query("select userName, realpass,userID from users ");
while($row = ...
0
votes
0answers
102 views
ImapX not giving me the email subject/message info:
The line of listBox1.Items.Add(from + ": " + x.Subject); Is what is not returning a desired result, it adds ": " instead of "FirstNameLastName: Subject title"
...
1
vote
1answer
95 views
Get particular imap folder names PHP
I need to get the imap folder names , and normally i do
<?php
$mbox = imap_open(SERVER,USERNAME,PASSWORD)
or die("can't connect: " . imap_last_error());
$list = imap_getmailboxes($mbox, ...
0
votes
0answers
34 views
PHP - Search for certain file from attachemnts with IMAP
How to search for certain attachment file, in this case plain txt file called "report.txt", and if it exists return that information.
This is how far I got
<?php
$stream = ...
1
vote
2answers
59 views
IMAP mailbox identifier
I'm writing a script that fetches all e-mails from an e-mail address via IMAP.
Currently I'm fetching every folder (mailbox) and saving the highest (fetched) UID from every folder so I start fetching ...
0
votes
1answer
48 views
Extract e-mail data [closed]
I'm looking to make a script that fetches data out of e-mails send to a specific e-mail address, on a mail server.
The script should only read into e-mails of that one e-mail address.
I was ...
0
votes
0answers
36 views
Problems with python IMAP and email modules and whitespace
There seems to be some inconsistency when reading the body of an email (gmail).
result, ems =mail.search(None,'ALL')#'UNSEEN')
if(result=='OK' and ems!=['']):
for em in ems[0].split():
...
0
votes
0answers
117 views
Zend Mail Imap - copy email to sent folder
I'm sending emails, but they don't appear in my sent folder. I understand why.
I have all IMAP information, how do I push a copy of the email into the sent folder?
0
votes
0answers
143 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
132 views
IMAP search not finding new email
My test code sends an email with an attachment and saves a hash that is in the subject and body. I then have a function that takes the hash searches for it, gets the uid and fetches the email ...
0
votes
1answer
90 views
Internal date with imap_append
Currently I can't figure out how to fix the option (seen) combined with the internal date.
My function does append the e-mail in my inbox (which I'm able to use). But the date is the date when I ...
0
votes
2answers
76 views
Importing email to IMAP mailbox
I am able to retrieve e-mails from a single mailbox with PHP and store them into a database. Though I want to have the option to "restore" the message back to the database.
My collegue told me I ...
0
votes
0answers
25 views
What is the ADL field in IMAP parsed addresses?
When parsing email messages with PHP's IMAP extension there is a response object for each address with the following format.
Returns an array of objects. The objects properties are:
* mailbox - the ...
4
votes
2answers
164 views
PHP fetch over 20000 imap emails
I'm trying to export several mailboxes to an database. My current script will connect IMAP and just loop all messages. Though with larger mailboxes this won't work and it will slow down or even stop.
...
1
vote
3answers
124 views
Edit iOS notes via IMAP
I'd like to create and edit notes created by the iOS Note app programmatically from the server-side.
I can see the notes created by the iOS device in my IMAP folder but any changes I make won't show ...
0
votes
0answers
104 views
How to pass md5-encrypted password to IMAP server instead of plain text
I am writing an email client which is part of a larger web application for a company. The user is authenticated by logging into the whole web application by creating an MD5 hash and comparing it to ...
0
votes
1answer
82 views
Move IMAP messages to my webserver upload directory
I have a resume email parser in my application. User will just send resume through email and my system will parse it.
I have a question, is it possible that the resume being sent through email which ...
4
votes
1answer
109 views
get email id from imap php [duplicate]
i m using bellow code
$hostname = '{imap.gmail.com:993/imap/ssl}INBOX';
$username = 'testing@gmail.com';
$password = 'testing';
$inbox = imap_open($hostname,$username,$password) or ...
0
votes
1answer
126 views
How do you get an attached PDF from an e-mail and save it, php
I've been stuck on this for hours. But basically, I have an inbox that gets sent e-mails with some content that I want to take out, and an attached PDF. I figured out how to take all the HTML out that ...
-1
votes
2answers
181 views
Recieving error retrieving mail with Imap on Gmail (port 143)
Hello I am currently using limilabs library to connect to my gmail account. The purpose of the program is to send mail and to receive. On my laptop I can only receive mails but on my friend's pc he ...
2
votes
1answer
105 views
mail gem SSL_read:: wrong version number when trying to connect to Exchange 2003 IMAP
Its very late & I'm very tired but will provide more details later.
Problem: Testing ruby Mail gem doing IMAP stuff against GMail, Yahoo & Exchange 2003.
GMail is good.
Yahoo is good.
...
0
votes
1answer
169 views
Part number using imap_fetchbody not working?
I've been playing around with this and can not get it to pull the correct part of the message to be inputted into the database.
I can get it to insert it when I use part number 1 or part number 2. ...
1
vote
1answer
202 views
iOS IMAP Synchronization With MailCore Best Practices
I'm developing an application where a local Core Data database is kept in sync with the user's IMAP email account. I'm using MailCore (http://libmailcore.com) to handle all the IMAP API calls, but ...
0
votes
1answer
104 views
Pass hashed password to Java Mail API
Good morning everybody,
I'm developping an ERP for my company with the GWT Framework and I would get
the number of unread emails using the Java Mail API.
I can do this but, the problem is I stores ...





