0
votes
2answers
26 views

Get the text of multipart Gmail messages

I am trying to fetch emails from Gmail by PHP using imap. I'm getting emails perfectly but my problem is that some of the messages are in a multipart format, and I would like to remove the multipart ...
-7
votes
0answers
20 views

PHP IMAP - Append new text on email which is send [closed]

Hi i like to ask if is possible to append some text in email body after the mail is send. I have list all my messages in inbox with php, but I like to ask is it possible to append some text after ...
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 ...
0
votes
0answers
19 views

comparison of PHP IMAP Librarys (php imap library vs horde imap vs roundcube imap vs others)

I am looking for a comparison of available PHP IMAP librarys, for example the php imap library and the horde imap library. Interesting points would probably be Features Ease of use RFC compliancy ...
-1
votes
0answers
18 views

include gmail into my codeigniter website

i have a question that i couldnt find any answer for it @ google. is it possible to integrate Gmail into any website ? i have my Codeigniter app already up and running, but i was considering ...
1
vote
1answer
33 views

With PHP IMAP connection to exchange server, what flag does exchange server use for UNSEEN emails?

I am using the PHP IMAP library wrapped in the handy little class from Barbushin: https://github.com/barbushin/php-imap I started testing against my gmail account, which would fetch my unread emails ...
-1
votes
1answer
31 views

php imap_fetchbody strange encoding

I have a little problem with imap_fetchbody. I accessed with the script below: $string= "{imap.gmail.com:993/imap/ssl/novalidate-cert}"; $mbox = imap_open($string.$_GET['f'], "mail@gmail.com", ...
0
votes
0answers
25 views

PHPMailer missing data from imap append hotfix

I read online that I can use imap_append with phpmailer by changing two member variables, MIMEHeader,MIMEBody to public members and appending them as the content string. The sending works absolutely ...
0
votes
0answers
33 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
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
1answer
22 views

Retrieve attachments from email via IMAP?

<?php $mailbox = "myServer"; $user = "myUserName"; $pass = "myPassWord"; $connection = imap_open($mailbox, $user, $pass) or die ("Can't connect: " . ...
-1
votes
1answer
26 views

why is imap not working in PHP?

I'm creating a script to connect to a mailbox using IMAP everytime I run it I get this error... Fatal error: Call to undefined function imap_open() in C:\xampp\htdocs\CheckContents\index.php on line ...
0
votes
0answers
38 views

imap_fetchstructure() doesn't return the parts object

I have a problem in imap_fetchstructure($this->stream,$messageNumber). some email used is working perfectly and another email is not working, the problem is: the parts object is missing in the ...
0
votes
0answers
23 views

PHP imap_thread showing multiple message threads of same message

Im working with imap_threads. The problem Im having is messages that should be showing up within a threads array are not only not being shown within there, but also within there own thread. Here is my ...
1
vote
1answer
52 views

Postfix - Html emails contain random characters

I'm storing my postfix emails into mysql. I notice some weird characters showing up in some messages, while other emails don't have them. So, it's random. Here's what I see: ...
-2
votes
1answer
18 views

How can i ignore attatched images with imap_fetchbody?

I'm using a PHP script with the imap_fetchbody function to read an email account, but when I get a mail with an image attached, the whole message gets dirty. How can I get only the text part? I'll ...
1
vote
1answer
28 views

Saving IMAP XLS Attchements with PHP

I have written a script to check my Gmail account and extract XLS file attachments from the message. I am using the following code to grab the attachment from the body: $mege = ...
-1
votes
0answers
39 views

Retrieve Emails from Specific Email with Zend Mail Framework

I am trying to use the Zend Mail Framework to retrieve emails received from customers. An example would be this: I access the customers account on file with my company I click a link that says "View ...
1
vote
1answer
62 views

How to get a notification when a new Email arrives using imap_ping

I've researched a bit on how to get a notification when a new Email arrives to a mailbox through IMAP. Apparently there are a few ways doing so, one is to run a cron-job ( I don't want to do that) and ...
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 ...
0
votes
0answers
21 views

how imap_fetchstructure in PHP works? [duplicate]

I was trying to read headers using PHP IMAP functions and save into mysql database. Sample code to check attachment exists $inbox = imap_open($hostname,$username,$password) or die('Cannot connect to ...
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
2answers
61 views

Retrieve email address from imap header

I'm using php imap function imap_header to extract full header and imap_fetch_overview to extract raw header. Both the functions gives me stdClass object and arrays respectively. I would like to ...
0
votes
1answer
71 views

Php accessing the email inbox for email address

I needed to get the Email address from which Im getting/receiving emails in my Inbox! what should I do for this, I at this time have the following code <?php $mbox = ...
0
votes
2answers
118 views

Read email imap php

I am using PHP - Codeigniter (Peeker Library) as back-end and using IMAP to fetch emails from multiple email addresses. We have some complex search criteria to query against imap folder, to increase ...
0
votes
1answer
41 views

PHP imap_rfc822_parse_headers getting BCC

Why does the function imap_rfc822_parse_headers not contain BCC information? How do I get this information?
-1
votes
1answer
37 views

PHP - Unwanted multidimensional array when string has open parentheses [closed]

can some tell me if/why the following returned code (from IMAP FETCH) is treating what appears to be a string value with an open parentheses as a new array? Have a look at: BODY[HEADER.FIELDS ...
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 ...
0
votes
1answer
84 views

IMAP Encoding and decoding: UTF-8 issue

I have a function which is meant to move a mail from one folder to another on a gmail account. The function is fully functional when it comes to moving the mail. Tho my problem appears when working ...
0
votes
0answers
72 views

Imap error on myname@mydomain.com but working on myname@gmail.com

I am having a problem that I cannot find the answer to and would appreciate anyone's help as I am sure I am missing something. I have a company email setup on Gmail but use our company's name as ...
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
69 views

php imap_append() - To: field with multiple addresses

I am using imap_append() to save message in Sent mailbox but the problem is that I cannot have multiple receivers, I use the following code but only the first receiver in the list gets appended. I've ...
0
votes
0answers
25 views

Zend Mail no receiver in headers

My Zend Mail fetches IMAP e-mails. Though sometimes I'm getting an error when I try the following command: // $mail = Zend_Mail_Storage_Imap instance $message = $mail->getMessage($i); This is ...
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 = ...
-2
votes
1answer
66 views

Check thousands of gmail mailboxes from ~1 server

I'm working on a Chrome extension that interacts both with the Gmail UI as well as Gmail's IMAP implementation. The back-end of my app needs to monitor all incoming e-mails for each user and update ...
0
votes
0answers
70 views

Zend Mail only get headers

I'm using Zend Mail to fetch messages from several IMAP servers. I'm looping through all messages with the current PHP code: for($i = 1; $i <= ($mail->countMessages()); $i++){ $message = ...
1
vote
2answers
198 views

PHP IMAP decoding messages

I have emails sent via base64 encoding and 8bit encoding. I was wondering how I could check the encoding of the message using imap_fetchstructure (been doing this for about two hours, so lost) and ...
1
vote
2answers
113 views

How to read multiple lines from socket stream?

I want to retrieve email from gmails' imap server but the problem is that the responses from the server are multiple lines long (as demonstrated here) and fgets only retrieves one line. I've tried ...
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
1answer
162 views

imap_fetchstructure: how to distinguish embedded images from attachments?

I'm working on a script that parses email-inbox. How can tell if a message-part is an attachment or an embedded images? This sample mail was sent from a user who tells me his clients embedded the ...
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
2answers
367 views

connect gmail through php imap? [duplicate]

I need to connect to a Gmail account via IMAP using PHP. I have some working code, but when attempting to establish a connection, I receive the following error: Warning: imap_open() ...
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
213 views

Best PHP IMAP/POP3 Class [closed]

I know about PHP's built in IMAP functions and I've tried a few classes that I didn't much care for. What I'm looking for is a IMAP/POP3 library that is very simple to use and doesn't make me deal ...
0
votes
0answers
158 views

How to download inline/embedded images from email using IMAP in PHP?

I've written a script to download email attachments to my server and using the script to implement upload via email functionality for my website. It's working fine for email attachments but for images ...

1 2 3 4 5 10