Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^4: Reading e-mail attachment from a webmail

by vgy (Initiate)
on Sep 27, 2007 at 13:59 UTC ( #641355=note: print w/replies, xml ) Need Help??


in reply to Re^3: Reading e-mail attachment from a webmail
in thread Reading e-mail attachment from a webmail

I' don't know if the webmail use POP3 orIMAP .I feel POP3
I haven't seen on Net::POP3 documentation the way(how to) to extract the attachment file.
I still haven't write any code lines.I'm looking the way to extract the attachment file from the webmail.
  • Comment on Re^4: Reading e-mail attachment from a webmail

Replies are listed 'Best First'.
Re^5: Reading e-mail attachment from a webmail
by almut (Canon) on Sep 27, 2007 at 15:00 UTC
    I don't know if the webmail use POP3 orIMAP .I feel POP3

    Just to clarify: the term "webmail" is typically used when mail is being accessed via the HTTP(S) protocol, in combination with some special web frontend software that "runs in the browser"...

    As to the attachments: mail messages with attachments usually come in so-called "multipart MIME" format. Once you have fetched the message from the mail server (e.g. via POP3), you'll have to decompose it into its individual components. There are several CPAN modules for handling MIME stuff, for example the MIME-tools package, which also includes examples.   (but this isn't the only one...)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://641355]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2023-06-01 06:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?