Bluehost.com Web Hosting $6.95

Handling Incoming Email Attachments

This is a discussion on Handling Incoming Email Attachments within the PHP General forums, part of the PHP Programming Forums category; hello all, I'm trying to figure out a way to manipulate incoming email attachments with PHP. There'll be ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-06-2008
Nirmal Jayasinghe
 
Posts: n/a
Default Handling Incoming Email Attachments

hello all,

I'm trying to figure out a way to manipulate incoming email attachments with
PHP. There'll be a special email address to which the emails with the
attachments would be sent, with a number specified in the subject line. What
I need to do is to grab the attachment (a photo), rename it with the number
specified in the subject line, and move it onto a specific folder on the Web
server [which will be running LAMP].

I couldn't find any online material describing how to manipulate incoming
mail attachments. Can someone give an idea?


Thanks,

Chuck Finster

Reply With Quote
  #2 (permalink)  
Old 05-06-2008
Aschwin Wesselius
 
Posts: n/a
Default Re: [PHP] Handling Incoming Email Attachments

Nirmal Jayasinghe wrote:
> hello all,
>
> I'm trying to figure out a way to manipulate incoming email attachments with
> PHP. There'll be a special email address to which the emails with the
> attachments would be sent, with a number specified in the subject line. What
> I need to do is to grab the attachment (a photo), rename it with the number
> specified in the subject line, and move it onto a specific folder on the Web
> server [which will be running LAMP].
>
> I couldn't find any online material describing how to manipulate incoming
> mail attachments. Can someone give an idea?

Hi,

For handling e-mail in all their sorts (believe me, it is hell), I found
the PECL mailparse the best solution. It can find the attachments and
their MIME-types in a snap. And all the headers are separated too.

You only have to wrap functions around it to do what you want to do.

Be sure to validate the attachments and do not rely on the MIME-type
only. People can spoof that kind of files.
--

Aschwin Wesselius

/'What you would like to be done to you, do that to the other....'/

Reply With Quote
  #3 (permalink)  
Old 05-06-2008
Richard Heyes
 
Posts: n/a
Default Re: [PHP] Handling Incoming Email Attachments

> For handling e-mail in all their sorts (believe me, it is hell), I found
> the PECL mailparse the best solution. It can find the attachments and
> their MIME-types in a snap. And all the headers are separated too.
>
> You only have to wrap functions around it to do what you want to do.
>
> Be sure to validate the attachments and do not rely on the MIME-type
> only. People can spoof that kind of files.


There's also the PEAR mimeDecode class as well. A PHP solution so it
won't require you to reconfigure/compile anything.


--
Richard Heyes

+----------------------------------------+
| Access SSH with a Windows mapped drive |
| http://www.phpguru.org/sftpdrive |
+----------------------------------------+
Reply With Quote
  #4 (permalink)  
Old 05-07-2008
Manuel Lemos
 
Posts: n/a
Default Re: Handling Incoming Email Attachments

Hello,

on 05/06/2008 06:36 AM Nirmal Jayasinghe said the following:
> hello all,
>
> I'm trying to figure out a way to manipulate incoming email attachments with
> PHP. There'll be a special email address to which the emails with the
> attachments would be sent, with a number specified in the subject line. What
> I need to do is to grab the attachment (a photo), rename it with the number
> specified in the subject line, and move it onto a specific folder on the Web
> server [which will be running LAMP].
>
> I couldn't find any online material describing how to manipulate incoming
> mail attachments. Can someone give an idea?


You may want to try this MIME parser class. It can parse the e-mail
messages of any size and optionally save the attachments to files in a
directory of your choice.

http://www.phpclasses.org/mimeparser

If want to parse messages retrieved from a POP3 mailbox, you may also
want to use in conjunction this POP3 class which comes with a stream
wrapper that lets you access messages in the POP3 mailbox as if they
were files. You can use file names like this: pop3://pop.server.com/1 .

http://www.phpclasses.org/pop3class

When used in conjunction, these two classes allow you to extract
attachements from messages of any size without exceeding your PHP memory
limits.

--

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 05:23 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0