I have an Android app that I am working on that needs to get regular data updates. However, the only way that I will ever be able to receive the data is via csv files arriving as email attachments. I wish that I could use a web service or something else more reliable; however, this is the constraint that I am working with.
So, how can I build the functionality to monitor all incoming mail and if I receive a message with a specifically named attachment that has the expected MIME type, automatically save the attachment so that my app can process it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

