Is any way to implement the next scenario?
- User pushes the button in my application;
- User chooses application that manages e-mails;
- User chooses the definite e-mail;
- My application gets the callback with the attachments from choosen e-mail.
The task is to organize data exchange between my application on different phones.
From phone #1 user #1 sends e-mail with attachment (and this step I have implemented).
Phone #2 has to get e-mail, user #2 has to choose this e-mail, and my application has to handle the attachments from this e-mail.
I'll apritiate for code example.