Hi there!
I'm trying to create an app that will check if there is a new mail received and import attachment from that mail. Attachment has .csv extension. Any ideas how to do this?
I managed to create import of file when I download it manually and rename it, because Android is adding time stamp to attachment....but I need this functionality happening automaticly, when I press Synchronize button, application is checking is there a new mail and importing attachment if there is.
I'm trying to create an app that will check if there is a new mail received and import attachment from that mail. Attachment has .csv extension. Any ideas how to do this?
I managed to create import of file when I download it manually and rename it, because Android is adding time stamp to attachment....but I need this functionality happening automaticly, when I press Synchronize button, application is checking is there a new mail and importing attachment if there is.