rpatel8624 / android-cmis-browser

Automatically exported from code.google.com/p/android-cmis-browser
0 stars 0 forks source link

Send document via email #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

There is currently no way to select a document. We could either add
checkboxes and add a menu item to the options menu "Share..."

.. or we capture a long click on the document and popup a document specific
option menu.

Then download the file and send it via mail as shown here:
http://www.openintents.org/en/node/121
http://stackoverflow.com/questions/1288957/android-send-intent-attaching-photo-f
rom-sdcard-as-0-length-file

Original issue reported on code.google.com by Florian....@gmail.com on 18 Jan 2010 at 10:10

GoogleCodeExporter commented 8 years ago
Mail intent can be called but attachment is missing in the mail when send over 
gmail.

Original comment by Florian....@gmail.com on 25 Jan 2010 at 10:27

GoogleCodeExporter commented 8 years ago
File needs to be downloaded to sdcard for this to work:

http://groups.google.com/group/android-developers/browse_thread/thread/65b4ec9ab
8c57112?pli=1

Original comment by Florian....@gmail.com on 25 Jan 2010 at 11:42

GoogleCodeExporter commented 8 years ago
Sending EMails is working now

Original comment by Florian....@gmail.com on 3 Feb 2010 at 7:16