kppanchal21 / enh

Automatically exported from code.google.com/p/enh
0 stars 0 forks source link

with ics bot installed cant open any other attatchment #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Open an email with a jpeg or any other attatchment 
Ics bot will try to open jpeg and then it will say can no parse calander date

I want to be able to open other attatchments

Version 1.4 on android 2.1

Original issue reported on code.google.com by seanpd...@gmail.com on 15 Apr 2010 at 5:10

GoogleCodeExporter commented 9 years ago
here's what IcsBot tells the system it knows how to deal with:

                <data android:scheme="content" />
                <data android:scheme="file" />
                <data android:scheme="http" />
                <data android:mimeType="application/ics" />
                <data android:mimeType="text/calendar" />
                <data android:mimeType="application/octet-stream" 
android:pathPattern=".*\\.ics" />

the three scheme lines basically mean "i don't care where it comes from". the 
next 
two mean "but the sender [mail program or web server or whatever] must claim 
it's a 
calendar...", and the last line means "...or must claim that it doesn't know 
what 
_type_ of file it is, but the file's name must end '.ics'".

so i guess my first question is where your attachments are coming from, whether 
it's 
really all attachments, whether you could give me a specific example. ideally, 
you'd 
be able to point me at a link on a web server or cc: me on a mail.

so far all i can say is "works for me" on both Droid and Nexus One, Android 
2.1, for 
a variety of attachments (such as, but not limited to, .jpg files received via 
email).

Original comment by elliott....@gmail.com on 15 Apr 2010 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 26 Feb 2011 at 10:16