chokkarg / worktime

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

Sending files (backup and export) with gmail does not attach any file #137

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When sending a backup or export file with gmail it seems to be attached but 
when pressing send apperently the fle has been removed and the mail is received 
without attachment.

This seem to be a known issue (see comment #3): 
http://www.openintents.org/en/node/121

So file:/// should be used. For single file export we currently use file:/ so 
that must be changed (IntentUtil +/- line 175).

For multi line export it's not yet tested but for that the URI is used and I 
think it must also be wrong for GMail.

Note that for the standard mail app (for exchange for example) the current code 
is working correctly.

Original issue reported on code.google.com by dirkvran...@gmail.com on 10 Aug 2012 at 5:40

GoogleCodeExporter commented 8 years ago
Multi line export is now tested and seems to be working just fine.

Only have to add file:/// to single file send operations.

Original comment by dirkvran...@gmail.com on 20 Aug 2012 at 1:54

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 20 Aug 2012 at 8:20