SSilence / php-imap-client

a easy solution for simple IMAP email access in php
MIT License
268 stars 138 forks source link

How to get Forward message? #212

Open cleitongarcia opened 6 years ago

cleitongarcia commented 6 years ago

How i can get a forwarded message?

Now i can nulled.

Obs.: I have a modification for ImagesInline and get attachments

mattparksjr commented 6 years ago

I cant really understand the question here. You cant really "get a forwarded message"

cleitongarcia commented 6 years ago

At the moment I made some modifications to the IncomingMessage and ImapClient class to allow the inline images to be displayed, and when an email is forwarded it does not have a body, so when you try to get this email it comes blank, so I modified the code for perform a search and find the first email with the same title as the forwarded email and then assign the value. I'll edit the changes for you to rate!

cleitongarcia commented 6 years ago

I already have clonned the repo, but i cannot push! What i should do?

mattparksjr commented 6 years ago

You cannot commit directly to master. Please fork this repo, commit the changes there then open a pull request