-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attachments #12
Comments
Where exactly do you mean? The attachments are handled by |
I couldn't find attachment methods within I was trying to get the attachments and store them within the daemon script, but the zend message object wasn't giving me anything to work with. To get around it I forked the repo to add https://github.com/php-mime-mail-parser/php-mime-mail-parser Any clues? |
I don't want do use Zend Message anyway, because the codebase of Zend is bad. Too many bugs. I'll consider to replace Zend Message with something better for v0.8 release. Thank you for your contribution. |
No problem. Looking forward to seeing what you go with. |
@drkhunter One solution is on this line: https://github.com/TheFox/smtpd/blob/master/src/Client.php#L473 Replace:
With:
Also need to change the method signature here (and in your implementation): https://github.com/TheFox/smtpd/blob/master/src/Server.php#L344 Then the message parts should be accessible... Also a suggestion for a |
Hey, do you have any plans to implement support for email attachments, or give some clues as to how this might be done?
The text was updated successfully, but these errors were encountered: