Tagged Questions
1
vote
1answer
23 views
How can I embedd Images in Email Body- Android
I have read many posts and see there is not a exact answer for this, were any of you able to figure out how we can embed images in email body in Android
1
vote
0answers
30 views
What is the best way to send Image from Base64 by email
I store photos in SqLite base in Base64 format.
And I need to send this pictures throw email.
For emailing I use Intent.ACTION_SEND.
It is a lot of manuals, how to add File throw Uri to email:
...
0
votes
0answers
19 views
getting email from Android phone contacts
Please, I've been trying all day to get the email address of all the contact on a phone but somehow, i can't get it to work. Please can someone tell me where am going wrong.. all others work except ...
0
votes
2answers
41 views
Android ACTION_SEND
i wanna make an action that the android app can send an email, and the email subject and body already fill with the edittext from the android app.
here's my code
Intent ii = new ...
0
votes
3answers
41 views
Listview Content Email
I have a ListView with two TextViews as result.One is result and other is description. My Listview contains 10 rows .The question is that how can I E-mail the content using android default mail ...
0
votes
1answer
32 views
In Android-----How to open html image in mail body?
My aim is to open html file with its image(image link is available in html page).
Intent shareIntent = new Intent(Intent.ACTION_SENDTO, Uri.parse("mailto:"));
...
0
votes
2answers
38 views
Android android.util.Patterns.EMAIL_ADDRESS strange behaviour
Today we experienced strange pattern behaviour.
For instance, on tablet with 3.2 stock rom(previously 4.0.+) it works well.
But on some other 3.2 tablets and 4.0 devices it doesn't.
Function to ...
0
votes
1answer
33 views
android how to use startActivityForResult for doing action after coming back from mail composer
I'm sending an email, but I need to go to a different activity when the user comes back from the email composer, how to accomplish this?
here my code,
//send mail
String prestartTypeString = ...
1
vote
0answers
28 views
android know when mail was sent and do action after sending
Im sending an email from my android app
Intent email = new Intent(Intent.ACTION_SEND);
email.putExtra(Intent.EXTRA_EMAIL, new String[]{ to});
...
-1
votes
2answers
45 views
How to send mail programmatically in android using OAuth2.0 token
I am developing an app in which I want to send mail programmatically using Gmail credentials, I know how to access device mail id and token using AccountManager. Please suggest me how to send mail ...
0
votes
2answers
40 views
Email body doesn't show when using an Intent
When I try to send an email Intent no matter if I am using INTENT.ACTION_SEND or ACTION.SENDTO and use the stock Sony Xperia Active email client the subject and the recipients show up fine but the ...
1
vote
2answers
41 views
How to get list of installed email programs on android
I'm writing an Android app that emails reports to the user. I've seen apps that launch a list of other installed apps that can be used to send email and I am wondering how to do that.
I've looked ...
-1
votes
1answer
20 views
Javamail message content newline
I've made an E-Mail Client for my Android Phone using the JavaMail API, and I try to get the message Content with the following Code:
Object contentObject = p.getContent();
InputStream is = ...
1
vote
2answers
28 views
Javamail ISO-8859-1 formating
I made an E- Mail Client for my Android phone with the Javamail Api. If I try to get the sender's mail adress and the recipients mail adress with the following methods:
Address[] froma = m.getFrom();
...
0
votes
0answers
58 views
Android - Unable to attach file to default email client
The thing is the code below is workable in gmail but not for default email client of galaxy s3. :(
Intent emailIntent = new Intent(Intent.ACTION_SENDTO, ...
-1
votes
1answer
27 views
Mail Send Error NoClassDefFoundError
Using this reference , I sort of copied this onto my mail program. But the line
session = Session.getDefaultInstance(props,this);
Was giving an error stating that Session.getDefaultInstance in ...
0
votes
1answer
43 views
Simple mail sender
Earlier I was using an intent to complete this operation:
Intent email = new Intent(Intent.ACTION_SEND);
email.putExtra(Intent.EXTRA_EMAIL, new String[]{"xxxxxxx@gmail.com"});
...
0
votes
0answers
23 views
QR code Blank in Email on sharing
I am trying to Capture a QR Code and share the image via an email in my android code. However, when I actually try to transfer it to the Email client, it shows a Blank image instead of the QR Code.
...
1
vote
3answers
38 views
Android SQL databse Error while creating
I've made an E- Mail client for my Android Phone, and now I want to save the E- Mails in a SQLite database. But if I want to fill the Database only with test data, I this Error:
...
-3
votes
0answers
30 views
send a picture from text on an email?
*iam working on an android application that translate a word
to a picture and put the picture on a text
i wanna send that picture by email but it keeps saying fail to attach when sending
the email
...
0
votes
0answers
66 views
Close gmail after sent an email
My App send email via intent and works very fine.
The problem is, after the first email, i can't send further email because gMail (in this case) although it seems to work perfectly, does not send ...
0
votes
0answers
47 views
Android Ask the user to send crash log via mail
I have some apps already publish , but i want to implement this in my app, when ever my app crashes due to some reason i need the user to be shown a pop up to sent this crash log via mail?
is there ...
0
votes
1answer
42 views
Sending image through email intent permissions or not able to locate file?
I am capturing a relativelayout's drawing cache and saving it to a file. The file has been tested and is there. Using this file, I am sending an image as an email attachment however it isn't working. ...
0
votes
0answers
13 views
How can i export my kmz file directly to a email?
I have an application that creates a kml and zip it as a kmz and finally save it in the sd card. But im trying to export the kmz directly to an email.
Can someone help me? Any ideas or links?
Thanks.
...
1
vote
1answer
29 views
Android textedit that behaves like the gmail app “To” field
I need to allow my users to enter multiple email addresses into a textedit and I would like to have the ability to suggest contacts as they type the address and once they enter in one or more emails I ...
0
votes
1answer
59 views
Message Content to String Exception
I'mworking on an E- Mail Client for my Android Phone using the JavaMail API. If I try to get the Content of an E- Mail, I get the following text in the logCat:
FROM: XXXXXXXXXXXXXXXXXXXXXXXXXX
...
0
votes
1answer
26 views
Android Built-in Popoup Sender
I would like to know if there is already any built-in popup for android, giving some options to send file.
Via Bluetooth/Email and maybe other options if they exist.
Any default popup already done to ...
1
vote
0answers
49 views
mailto: in android not supporting link in body with blanks
We need to mail links in our HTML5 (mobile)web page, so we used mailto: to provide links for initiating email. The mail content has web page links, and it contains spaces
eg
...
0
votes
1answer
63 views
unable to attach file to an ACTION_SEND intent
I'm trying to attach a text file to an email and I'm getting a weird error that I hope someone can help me with. It works fine when the user selects the gmail app from the chooser, but if they select ...
0
votes
0answers
38 views
Android Yahoo and Hotmail clients not attaching images
This code works perfectly for the GMail Client, but for Yahoo and Hotmail, it only shows message, not attachment.
Intent emailIntent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts("mailto", ...
0
votes
0answers
56 views
Mail applications not in intent chooser
On click of any email id with mailto: protocol, I want to redirect app to any mail application. For that I have used
Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
...
-1
votes
0answers
40 views
Taking a picture, creating a text file, and attatching both to an email address in the Android SDK
I am working on this project with another, and we just can't figure this one out. What the goal is, is to take a picture, attach location data to it and write a text file with some additional ...
0
votes
1answer
23 views
Setting a custom hint for the email text in standard email dialog
I would like to bring up the Android standard email dialog with a custom hint for the email text (leaving the actual text empty). Is it possible ?
It it can't be done through Intent, it may be ...
0
votes
1answer
108 views
Password protected android app. Reset password function?
I implemented a simple password protection for my Android app. I am storing the user defined password obfuscated in the SharedPreferences. I can restore it by unobfuscating it.
In case the user ...
0
votes
0answers
32 views
Designing threaded mail interface in Android
I am trying to build a threaded mail interface in my mail app. As there can be any number of messages in a particular conversation, each message will be having a header and a body part. Now for the ...
0
votes
2answers
51 views
Content-Type for sending E-Mail does not work
I'm trying to send E-Mail from an Android App using the Intent.
I'm using the following code:
Intent email = new Intent(Intent.ACTION_SEND);
email.putExtra(Intent.EXTRA_TEXT, ...
0
votes
0answers
41 views
jMail cannot connect on Android OS 4.1
This works fine on our Androids with 2.1 but does not connect on our 4.1 devices. We catch this exception:
"could not connect to smtp host: smtp.gmail.com,port:465"
This is the jMail code we ...
0
votes
1answer
34 views
“Read message” report in e-mail in android
I am creating an e-mail client in android. I want to receive the report when my e-mail is been opened at the receivers end. Eg. In outlook we have a read message request, if we use this option the ...
0
votes
1answer
285 views
Android - Sending TXT File as Attachment to Email Fails (“Couldn't send attachment”)
I am trying to get my Android app to send an e-mail with a file attached, and I'm starting out with a .txt file, since those are simple.
So far I have this (taking place inside a Fragment):
//Send ...
1
vote
1answer
39 views
automated email sending failure
Hello
I am using this article to help me send automated emails, but I am having an issue in which nothing seems to be happening and no errors are generated.
I used AsyncTask but it is not sending ...
0
votes
1answer
74 views
Android Send Email not present in email client sent
When I try to send an email (for example with gmail client) via INTENT, in my email client I don't see the email sent. The code is:
Intent email = new Intent(Intent.ACTION_SEND);
...
0
votes
1answer
68 views
How to change the email ID of default email application Programa in android
It's a fairly simple question but i can not find an answer.So is it possible to change the email ID(from address) of the default email application programmatically? .WE can get the accounts associated ...
1
vote
1answer
104 views
java mail - getting message by message ID
I'm developing Android mail client. I need to build a "conversation" structure for every email message. I use the
IMAPMessage.getInReplyTo()
method that returns the Message ID of message which ...
0
votes
1answer
52 views
Sending Email Goes Back to Home Screen
So, I have this code to create an email Intent so my users can send support mail.
Intent i = new Intent(Intent.ACTION_SEND);
i.setType("message/rfc822");
i.putExtra(Intent.EXTRA_EMAIL, new ...
0
votes
1answer
89 views
is it possible to add inline image in mail body in android or embedded image in mail body from drawable ?
I have converted drawable into base64 but it did not work, instead of image it showing [OBJ]
2
votes
1answer
87 views
Android email intent crash on galaxy devices
I have made a app that can start a new email intent on a button click, I have tested it on several devices and it appears to work fine except that it crashes on galaxy 2 and galaxy 3. Here is my code ...
0
votes
0answers
25 views
HTTP ignoring Gmail account adresses
I am working on httppost in android. Here is my code:
public class SendMail extends AsyncTask<String, String, String> {
private String endResult;
@Override
protected String ...
0
votes
1answer
281 views
Always receive org.apache.http.NoHttpResponseException: The target server failed to respond Android
I am working on httppost in android. Here is my code:
SendMail sending = (SendMail) new SendMail()
.execute(url + "/mob/android/dummy.php");
public class SendMail ...
0
votes
2answers
33 views
create email with send address already filled in on android
I am making an app in android and I am trying to make it so that when you click a button, it opens up an email app of your choice (im using gmail) and automatically composes an email, how do I make it ...
0
votes
0answers
34 views
Hard code Email and Password in smtp Android
I am working on smtp mail host for sending mail. I found this most famous solution because of so many tries . Solution is easy but it have one thing that it take hard coded email address and password ...



