Open GoogleCodeExporter opened 8 years ago
In addition to the information above, I would like to add that if anyone is
willing
to help me on this, I can forward the email with the attachment. Thanks.
Jeremy
Original comment by jeremy...@gmail.com
on 5 Mar 2009 at 5:54
I removed the VCF and just set the parameters from the xib controller. It
worked
fine.
Original comment by mchar...@iapphealth.com
on 8 Mar 2009 at 10:43
I have the exact same problem as Jeremy. Works fine on PC, but on my Mac the
CAF-files I sent got a .vcf-
ending. For txt and jpg-files it did not get the .vcf-ending.
Original comment by hes...@gmail.com
on 10 Mar 2009 at 1:34
To add some more information, it seems to happen to just some file types. I
tried today with AIFF and AIFC and it
worked fine, but i still got vcf on the caf-file
Original comment by hes...@gmail.com
on 11 Mar 2009 at 12:09
Has anyone found a way around this? My app uses this to send PDF files, and it
adds the VCF extension only
under certain circumstances (one of which is the iPhone's email app, and
another being hotmail on a Mac
computer). Thoughts?
I'm desperate for a solution, as it's upsetting quite a few users. Thanks!!
Original comment by svguer...@gmail.com
on 15 Jul 2009 at 9:34
Look in the code for the dictionary of the file attachment part.
For the key kSKPSMTPPartContentTypeKey, the first part of the string defines
the content-type of the
attachment. If you leave this as text/directory, then Macs will think it is a
directory-type file because Macs
largely ignore the file extension. Change the line to the content-type it is
supposed to be.
http://en.wikipedia.org/wiki/Internet_media_type#List_of_common_media_types
Original comment by bull...@gmail.com
on 11 Sep 2009 at 3:11
Original issue reported on code.google.com by
jeremy...@gmail.com
on 5 Mar 2009 at 5:52