Skip to content
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

File Attachments don't show up #55

Closed
ctalbot opened this issue Sep 15, 2014 · 4 comments · Fixed by #70
Closed

File Attachments don't show up #55

ctalbot opened this issue Sep 15, 2014 · 4 comments · Fixed by #70
Milestone

Comments

@ctalbot
Copy link

ctalbot commented Sep 15, 2014

Message::getAttachments() returns null.

However, the messages do have attachments. This behaviour was tested on messages sent from MS Outlook through MS Exchange, and from GMail through the web application.

@ddeboer ddeboer added this to the 1.0 milestone Jan 23, 2015
@ddeboer
Copy link
Owner

ddeboer commented Jan 23, 2015

Can you either post the source of a message where attachments don't show up with the current code here or add one to the tests?

@krajcikondra
Copy link

I have same problem. Do you have access to http://www.seznam.cz ?

I send there email with attachment and I can´t get attachment.

imap.seznam.cz
username: ddeboerTesting
password: test123

Can you see there? thanks

@ctalbot
Copy link
Author

ctalbot commented Jan 23, 2015

Hi David, you can find 2 files in this repo :
https://github.com/ctalbot/ddeboer-info

The output from serialize($messageInstance) and the actual source of the message.

For your information, the message is sent to a SmarterMail v11.7 inbox from Outlook 2013 using MS Exchange 2010 as the SMTP server.

If you unserialize the object, you'll see that $message->getAttachments() returns null.

Using my fork of your project (which is based on 0.3.1), the attachment is found and listed.

ddeboer added a commit that referenced this issue Jan 23, 2015
@ddeboer
Copy link
Owner

ddeboer commented Jan 23, 2015

Thanks for the feedback. I’m trying to reproduce your issue in #70.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants