Active
Project:
Mailsave
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2009 at 01:43 UTC
Updated:
27 Jan 2011 at 01:52 UTC
Hi all,
Pardon me, I'm a n00b here. I finally got mailhandler to work great with my gmail. When I use my phone (Verizon Wireless) to text a message to my email address, the content posts on my drupal site just fine.
However, when I include a picture on my camera, and again text it to my gmail, mailhandler doens't post the content at all. When I log in manually to the gmail account I see the picture fine. It's not really an attachment, but inside the email.
Is there any way to txt a picture to my gmail so that mailhandler will post it?
Thanks!
Comments
Comment #1
Leeteq commentedI think you need to configure your mobile to send the photos as real attachments.
Comment #2
Josephnewyork commentedThis is no good... Mac Mail, iPhones, gmail, etc attach attachments as INLINE dispositions . Its very important that inline attachments get loaded as attachments, or at the least, has a setting where you can choose this.
I wrote a class in the past that loads inline attachments very easily. This needs to be added to this module, otherwise its useless for the mailsave module.
Help?
Comment #3
z.stolar commentedHave you tried mailsave? (http://drupal.org/project/mailsave)
Comment #4
Josephnewyork commentedYes, thats what Im using to save the emails to nodes, but mailsave emails an error that says "no attachment". Technically its not lying because the disposition is set to INLINE, not ATTACHMENT, when I send from my Mail OSX, or my iPhone.
I popped the hood on the mailhandler mod and noticed its discarding inline attachments... This means that any email program that adds attachments as INLINE, will ignore the them. ex: iPhone & Mac Mail. ( mailhandler.retrieve.inc / lines: 156-183 )
Do I need to redevelop mailhandler.retrieve.inc to treat all attachments as attachments? Or am I overseeing something here?
Thanks!!
-Joe
Comment #5
yngens commentedsubscribing. having the issue here. emails with pictures as attachments are posted as nodes with no hassle, but if the pictures are inline then the node is empty.
Comment #6
ilo commenteddid you try to open an issue like this in the mailsave project queue? Let me move this one, and feel free to come back later with a solution or to keep discussion alive.
IMO attachments should be handled by mailsave.
Thank you!