General :: How To Delete Content In Email When Forwarding It
Feb 6, 2012
How to delete content in an email when forwarding it. I can not delete anything in the body of an email when I forward it. I could delete anything when I had my iPhone. Whats the deal?
View 2 Replies
Nov 14, 2012
I am looking for an app/setting/switch/solution that automatically does what I already do manually. Specifically, what I'm doing is forwarding MMS pictures sent to my phone to my email. Its doable, I know the basic process. Unfortunately I have to do this manually every time. As there are a lot of pictures that must be forwarded every day... I am looking for something that, when an MMS is recieved, automatically forwards it to my email, or even just another phone number. Something that automatically inputs my email into the "send to" field of this phone's SMS app. I've sifted through easily 20 different apps that all claim to have the functionality I'm looking for, but not one actually accomplishes this.
View 2 Replies
View Related
Jun 15, 2013
App to forward multiple emails at once? also forward in HTML format?
View 1 Replies
View Related
Apr 28, 2010
I have had a motorol droid for a while now and am just now getting into exploring all of the things it can do. The only thing that I still haven't been able to figure out is how to forward / send a SMS message via email. This is something that I did alot with my blackberry and would like to resume that practice. how I can go about getting and/or using such a feature?
View 1 Replies
View Related
Jul 24, 2010
Just notice that when I use the provided email app with exchange it forwards emails as attachment. So when I go to read the email in lets say yahoo all I see is an attachment file. Is there any way to make it forward the message in-line? If not is there an app that will allow me to do this? Does touchdown do this? Any other apps that are cheaper or free?
View 4 Replies
View Related
Aug 19, 2010
How do you forward an email using gmail? I have added my other email accts to go into my gmail acct but can not forward any of the messages regardless of which email acct they are from.
View 6 Replies
View Related
Mar 24, 2010
If it is possible to forward a contact to another person via text message or email? Besides using the 'Bump' app?
View 3 Replies
View Related
Jun 19, 2010
I recently got this phone. I have been getting text messages from a number. my problem is that i want to forward the message with the phone number that sent it to another phone and my email. how do i do this i know that i can copy and paste it or forward it but when i tried that the phone number did show up only mine. i really need to be able to send the phone number with the original text at the same time.
View 4 Replies
View Related
Nov 14, 2009
How is it done? I do not see any settings/info on gmail.com. I currently am using my cable ISP outgoing server which works when it wants.
View 1 Replies
View Related
Dec 11, 2009
First, I still can't forward emails properly. If it makes any difference this is an exchange email. All forwarded emails are still sent as an Eml attachment, and still get a bunch of jibberish texts.
Second, Bluetooth is still not working properly in my car. Don't know what compatibility issue is there.
And just to throw it in there, I'm posting from my handset and on screen keyboard, it is typing very very slow, better with the slide out but damn...
View 4 Replies
View Related
Feb 12, 2014
How to delete a previous email address before forwarding an email on,
View 4 Replies
View Related
Apr 1, 2014
Wife has a Samsung Galaxy Tab with MailDroid version 3.35 (I use a PC, so am not involved when she looks at her email) and she asked how to delete an email before she opens it.
I tried but couldn't figure it out - too many icons whose function is unknown - am sure it's easy, but am baffled.
View 2 Replies
View Related
Jun 22, 2012
I want to find a way to delete an email immediately when I see it come in - right from the notification drawer pull-down. Same thing for SMS / text messages. Often, if it is a spam email or a Google Voice reminder for a meeting, I want to just delete it, but instead I have to launch the respective program and delete it from there.
I'm running LiquidSmooth right now, but I'm not aware that any ROM has this functionality.
View 1 Replies
View Related
Jul 26, 2013
1) Buy accident, within a conversation, I hit reply all, which created a draft. I want to delete that singular draft message, but I see no way of doing it, short of deleting the entire conversation or going to a computer to do it. (Come to think of it, I don't see a way to delete any of the emails within a conversation). Am I missing something on how to delete a single email within a conversation?
2) on an email thread, when I hit "previously read messages", it shows the messages in oldest to newest order, meaning I have to scroll all the way to the bottom to see the latest emails from a conversation. Is there a way to change the sort?
View 2 Replies
View Related
Apr 12, 2010
May i please know how can i delete the content of the file in java?
View 3 Replies
View Related
Mar 11, 2014
I am running Android 4.3 and I have a issue when I delete Event Emails.When i accept an Event Email request, it is added to the S Planner !when I delete the Event Email from the built in Email Manager (Hotmail Email account) it also removes the event from S Planner.
Surely I should be able to delete an email after accepting the event request, without S Planner deleting the Event from my Calendar.
View 7 Replies
View Related
Sep 11, 2009
Is there a way to email a web page on the Hero? I know you can send a link to the page but I'd actually like to email the page content. Do any of the third-party browsers offer this feature?
View 6 Replies
View Related
Jul 7, 2010
What is the Android Email content uri. Form the Email Client source code I get the following URI:
content://com.android.email.provider/body
content://com.android.email.provider/message
content://com.android.email.provider/syncedMessage
content://com.android.email.provider/deletedMessage
content://com.android.email.provider/updatedMessage
content://com.android.email.provider/account
content://com.android.email.provider/accountIdAddToField
content://com.android.email.provider/attachment
content://com.android.email.provider/attachment/message
content://com.android.email.provider/mailbox
content://com.android.email.provider/mailboxIdAddToField
content://com.android.email.provider/hostauth
But not returning cursor when I run the following code.
Uri uri = Uri.parse("content://com.android.email.provider/account");
Cursor cursor = mContext.getContentResolver().query(uri, null, null,null,null);
How I can access email contents?
View 1 Replies
View Related
May 13, 2010
I am using android code with html tag.. but in mail getting same HTML tag please help me how can i send html link ... the code is giving below
Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
emailIntent.setType("text/html");
emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, new String[]
{"[EMAIL PROTECTED]"});
emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT,
"Subject");
*emailIntent.putExtra(android.content.Intent.EXTRA_TEXT,
"Example");*
context.startActivity(Intent.createChooser(emailIntent, "Send
mail..."));
View 1 Replies
View Related
Mar 6, 2012
I know there are apps on the market which turn the mobile into a webcam with an IP.
However, I am interested in simply connecting to the mobile via a usb cable, and port forwarding the camera image to the PC.
View 1 Replies
View Related
Jun 22, 2010
Is this something I have to deal with or is there a setting I'm missing somewhere? Same thing w/ the calendar reminders. I have dismissed them on my phone but they still come up in outlook when I get home.
View 5 Replies
View Related
Mar 25, 2012
Here is my dilemma:
I have 2 lines, 1 smartphone and 1 plain phone. Let's put up a scenario.
Smartphone = line a
Plain phone = line b
I want to forward all calls from line b to line a but instead of the caller id being of the caller, I want it to display the id of the forwarded phone.
DROID BIONIC (rooted)
View 4 Replies
View Related
Jul 22, 2010
In the email app that came with my Sprint HTC Evo, I added my googleapps email... I then later discovered the gmail android app works better.. So I set it up there also. However, the email app still has my email account setup in it.. I don't see a way to delete it. I've held down the account, but no context menu shows up.. there's no delete function apparently.. I'd add another account to test with, but I'm afraid I won't be able to delete that either!
View 2 Replies
View Related
Nov 6, 2010
I have an HTC Evo, When I set up my email account through the email app I put in the wrong email address. Now when I try to type in the right one it auto suggests the wrong one. Can anyone tell me how to clear it?
View 2 Replies
View Related
Jun 18, 2010
I set up my hotmail account as my email client on my HTC evo. How do I delete this account because I'd would rather use Gmail.
View 6 Replies
View Related
Jan 4, 2013
I am searching for an application that can forward calls from a single number to another number, usually the feature is enabled on all incoming calls but I want to forward call from a single incoming user.
View 1 Replies
View Related
Oct 28, 2010
Basically I bought something off eBay and received a generic email to my hotmail account to say I'd won the auction. When I try to open in it does nothing, when I try and delete it it force closes the email program (I use the stock email program)I went to my email account on my PC and the email isn't even on the server!
Also my other account (also hotmail) has wiped out my entire inbox! luckily it's my old email account and I don't think I had anything important in it.I set my settings as follows a month or so ago.and havn't had any issues untill now.
View 1 Replies
View Related
Aug 2, 2010
I am new to the Android system. I have a Dell Streak, I download emails using the email app, not gmail, and cannot find a way of deleting more than one email at a time. On my old phone using Express I just cleared the account and everything was deleted, is there a way to do this or something similar.
View 1 Replies
View Related
Apr 3, 2010
I got this one email that I cannot get rid of. Someone sent me an email on Facebook that also showed up in my Inbox for my Comcast email account and I cannot get rid of THAT email! I have gotten and deleted up to 200-300 emails since then from facebook and that stupid email remains in my inbox! When I try to click on and open the troubled email, my stock email on the phone force closes! I cleared the cache, thinking that was part of the problem and that did nothing for me. The email was a notification for an event. I was able to delete it on my facebook account and its not showing up anywhere else but on my phone's email account. Its kinda like it IS deleted but for some weird reason its still showing up.
View 3 Replies
View Related
Sep 30, 2010
due to short storage and the large amount of email I receive I decided to install K9 because it stores mail to the sd card. So I deleted account on the stock Htc mail but the data is still there the all 55 meg of it and I cannot find a way to delete it. I ewent in setting and it does show 55mb but no button to erase data a complete reset is not an option I have copilot installed and i doubt it will reinstall with the google checkout number a second time. so My question is , How do I force the email data to erase.?
View 3 Replies
View Related