O
O
Oleg2018-06-18 05:19:22
PHP
Oleg, 2018-06-18 05:19:22

How to download attached file from mail using php?

I need to automatically download the attached price list file from yandex mail.
Is it really possible to do this? Is there an easy way?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene, 2018-06-18
@immaculate

You can download mail from a Yandex mailbox using the POP3/IMAP protocol. Attachments are part of an email encoded with MIME . Libraries for supporting POP3/IMAP protocols and parsing MIME messages are available in almost every programming language.

O
Oleg, 2018-06-18
@402d

https://packagist.org/?query=imap

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question