Re: [PHP] Fetching binaires from an e-mail

2001-07-10 Thread Nicklas af Ekenstam

Nicklas af Ekenstam wrote:

 Hi

 I'm currently trying to rewrite one of my old perl applications to php
 and everything works great except one thing:
 I can't figure out how to write a piece of code that will fetch and
 unencode all binaires, if any, from an e-mail message in an imap stream
 and return them so that I can save them to disk And rest assured it's
 not for lack of trying ;-)

 If anybody here has seen or written something like that and wouldn't
 mind sharing that code with me I'd be forever grateful.

Since I didn't manage to get anywhere with Richard Lynch's tip (thanks
though) I figured I'd try asking again and see if there are any takers on
this now.

Thanks!

- Nicklas



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Fetching binaires from an e-mail

2001-07-10 Thread Brad Hubbard

On Wed, 11 Jul 2001 06:54, Nicklas af Ekenstam wrote:
  If anybody here has seen or written something like that and wouldn't
  mind sharing that code with me I'd be forever grateful.

Hey, this is just about exactly the opposite of what you're after!

http://www.heyes-computing.net/scripts/4/

HTH,
Brad
-- 
Brad Hubbard
Congo Systems
12 Northgate Drive,
Thomastown, Victoria, Australia 3074
Email: [EMAIL PROTECTED]
Ph: +61-3-94645981
Fax: +61-3-94645982
Mob: +61-419107559

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Fetching binaires from an e-mail

2001-06-28 Thread Richard Lynch

Try Manuel Lemos mail class.

I think it does that...  I'm pretty sure it can *send* the attachments, so
should at least give you an idea how to go about reading them.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
- Original Message -
From: Nicklas af Ekenstam [EMAIL PROTECTED]
Newsgroups: php.general
Sent: Monday, June 25, 2001 11:09 PM
Subject: [PHP] Fetching binaires from an e-mail


 Hi

 I'm currently trying to rewrite one of my old perl applications to php
 and everything works great except one thing:
 I can't figure out how to write a piece of code that will fetch and
 unencode all binaires, if any, from an e-mail message in an imap stream
 and return them so that I can save them to disk And rest assured it's
 not for lack of trying ;-)

 If anybody here has seen or written something like that and wouldn't
 mind sharing that code with me I'd be forever grateful.

 Thanks!

 - Nicklas


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]