开发者

How to extract photos from email?

开发者 https://www.devze.com 2022-12-20 05:36 出处:网络
I have a need to poll a mail server and then extract a photo that is either embedded or attached to the email message.

I have a need to poll a mail server and then extract a photo that is either embedded or attached to the email message.

The goal is to extract the photo and sa开发者_开发问答ve it to a disk file. The desired functionality is much like emailing a photo from your phone to Twitter, Flickr, etc.

Any insights/advice appreciated.

Thanks


I have used this in the past: Dart Power TCP. It is NOT a free product but it works well. I was able to check and parse POP email messages without too much trouble. I think you could grab email attachments and/or get image URLs out of HTML emails with this tool.

0

精彩评论

暂无评论...
验证码 换一张
取 消