Way to remove images in an email?

hi frndz!
i am creating a mobile application that will receive and send an email, my question is... is there any way to remove the image that are placed on an email and only the text will be viewable to the mobile phone...
thnks in advanced!!!

Using Mail4ME API, you can check the MIME type and
reject those that are not plain text. For an example,
this article might help:
http://www.ddj.com/dept/architect/184405073. I'm not
sure if the example from the mentioned article takes
into account the text part of the message in there
are also non-text parts, or just rejects everything.
MihaiThanks for the information!!! It brought up our spirits to continue our project!!!

Similar Messages

  • Is there a way to remove images based on size?

    Because of my improper maintenance on an earlier version of iPhoto my iPhoto 9 (AKA 11) has hundreds of thumbnail sized images in it as originals. Is there an easy way to remove them? one by one will take many hours.

    In an album select the photo(s) and depress the command and option keys and press delete - this will delete the photo from iPhoto - empty the iPhoto trash every 100 or so - iPhoto does not handle a large trash bin well
    for a complete list of iPhoto keyboard shortcuts see - http://www.apple.com/support/iphoto/shortcuts/
    LN

  • How to remove image overlay when emailing a photo?

    When I try and email a photo directly from aperture, the selected photo has another photo embedded in it. The same photos is alway overlayed in the lower right hand corner. It seems like some setting got activated but I can't figure out how to remove it. Any help would be appreciated.
    Thank you

    It sounds as though you have a watermark assigned to the Export Preset you have in turn assigned to be used when you email an Image.
    The Export Preset is selected at "Aperture➞Preferences➞Export".  Export Presets can be customized via "Aperture➞Presets➞Export".  Either select a Preset that does not have a watermark, or remove the watermark from the selected Preset.

  • When I attach images to an email they show as the image and not an icon.  Is there a way to make the attachment an icon?

    When I attach images to an email they show as an image and not an icon.  Is there a way to have them attached as an icon?
    When I send attachments this way some people can't save them.   They can see them but not save them.
    Any ideas?

    They are received as attachments, i.e. icons. What you see is the real image on your disk, and only if small enough to be displayed. Otherwise, they are small icons inserted in the text.
    Additionally, when you place an image in the message, you will find an option in the lower right corner, otherwise absent. Use it, if need be.

  • Easy way to remove a keyword from select images

    Is there an easy way to remove a keyword?
    I want to remove a single keyword from nearly 100 images that have multiple keywords. The single keyword I want to remove exists in other images that I don't want it removed from.
    Any ideas?
    Thanks!

    Create a keyword button set and then either use the menu option to remove that keyword or the shortcut key.
    RB

  • Is there a way to remove all email at once on iPad first generation?

    Is there a way to remove all email at once on iPad first generation?

    Issue does not apply to just first gen iPads, but all iOS devices. The only place in the native mail app that permits deleting en mass is the trash folder. In all other folders you must tap each message to select it before deleting. There may be alternate mail apps that include this function in the app store, but I have yet to find one.

  • I am using a MacBook Pro.  I simply cannot find a way to attach images adjusted in Lightroom as attachments and/or without massive degradation in quality.  I follow the LR attach email process as specified by LR, the photos appear in the email seemingly e

    I am using a MacBook Pro.  I simply cannot find a way to attach images adjusted in Lightroom as attachments and/or without massive degradation in quality.  I follow the LR attach email process as specified by LR, the photos appear in the email seemingly embedded and the recipients of the email cannot save the attachment.

    You are welcome.  Just finished a chat session with an Apple support rep and confirmed the matte option no longer available.  Seems lots has changed since I bought my 17” 19 months back:).  They did say that there were after market screen films available from places like amazon
    Have never used anything like that though.  My wife has a 2008 MBP 15” with gloss and I can say it is a nice screen finish, you just have to be careful of lighting from behind you.  All my iMacs were glossy and I did learn to compensate for the added brilliance the screen brought to the photos.  The new soft proofing feature of LR5 seems to better estimate the level of brightness of the printed work, compared to past versions of the s/ware.
    In any case, in my opinion you really can’t go wrong with the apple product.  I bought my first iMac in mid 1999 and have never looked back.  I donated that machine to a pre-school in 2008, it was running OSX version 2 or 3 I think.  I did run Photoshop 7.0 on an IBM laptop for a time (windows XP).  I think I had one of the very first versions of Adobe Camera Raw on that machine.  I digress, sorry.
    The chat representative did confirm that the 17” is out of production and I’m guessing Apple found the market for the big laptop just wasn’t there.  They did mention that 17” MBP’s show up as “certified refurbished” units from time to time.  Suggest you might explore that option with a local Apple store in the UK, assuming  Apple has store front operations off this continent of course.
    Please feel free to contact me with further questions if you wish.
    Take care, Gordy

  • Some recipients receive my images attached to emails, some find they are embedded and difficult to impossible to separate. Just found out that if I remove my attached signature, the problem goes away. How to send images   signature reliably?

    Some recipients receive my images attached to emails, some find they are embedded and difficult to impossible to separate. Just found out that if I remove my attached signature, the problem goes away. How to send images plus signature reliably?

    When you attach things, make sure to check the box that says [√] Send Windows-Friendly attachments

  • When I put in a DVD, the mac locks up, an image from the DVD stays on the screen even when the dvd is removed.  The only way to remove the image if to do a hard shutdown.

    When I put in a DVD, the mac locks up, an image from the DVD stays on the screen even when the dvd is removed.  The only way to remove the image if to do a hard shutdown.
    Is the hardware corrupt?

    Could you be a little more descriptive, does this happen with all DVDs? Please describe the type of DVDs you are attempting to use, commercial movies, blank DVDs, etc...

  • Is there a way to remove a image?

    hi
    is there a way to remove a image that is created and append to the form in J2me.? thanks

    i will be a bit more specific so u can get a rough idea-below is my code
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import java.io.*;
    public class TCPClient extends MIDlet implements CommandListener {
    private Display display;
    private Form form;
    private Command exit, scgIndex;
    private TextField txtField;
    private ChoiceGroup sImage;
    private int sIndex;
    public TCPClient(){
    display=Display.getDisplay(this);
    form=new Form("TCPClient");
    txtField=new TextField("type what u want to send","that's all folks",30,TextField.ANY);
    sImage= new ChoiceGroup("pls select", Choice.EXCLUSIVE);
    sImage.append("no image",null); //=0
    sImage.append("image",null); //=1
    exit=new Command("Exit",Command.EXIT,1);
    scgIndex=new Command("select", Command.ITEM,1);
    form.append(txtField);
    form.append(sImage);
    form.addCommand(exit);
    form.setCommandListener(this);
         }// end of constructor
    public void startApp(){
         ItemStateListener listener = new ItemStateListener() //an anonymous class
         public void itemStateChanged(Item item)
                             if(item==sImage){
                                  sIndex=sImage.getSelectedIndex();
                                  switch(sIndex){
                                       case 0:System.out.println(sIndex);
                                       break;
                                       case 1:System.out.println(sIndex);
                                       try{
                             ImageItem logo= new ImageItem("",Image.createImage ("/misa.jpg"), ImageItem.LAYOUT_CENTER,"");
                                       form.append(logo);
                                       System.out.println("success");
    catch(IOException e)
    {System.out.println("error");}
    break;
    default: System.out.println("kiss my ass");
                                       }//end of switch
                                  }//end of if
                             //do something
         // register for events
    form.setItemStateListener(listener);
    display.setCurrent(form);
    public void pauseApp(){}
    public void destroyApp(boolean unconditional){}
    public void commandAction(Command c, Displayable s){
    if(c==exit){
              destroyApp(false);
              notifyDestroyed();
              }} // end of commandAction
    /*public void commandAction(Command c, Item item){
         }//emd of commandAction method*/
    after the "image "radio button is selected,the image will appear.if the user does not want the image, the user click the "no image " radiobutton .
    then the image(imageitem) will disappear. if it possible to achieve it ???
    thanks :)

  • Exchange 2013 - moving an email from user inbox to Shared Mailbox removes images

    Good afternoon,
    Employees that are setup with Shared Mailboxes are experiencing a weird issue today.  They embed an image into an email and send it to a co-worker.  The co-worker sends it back and when they drag and drop it from their user mailbox into the Shared
    Mailbox, the image is gone.  The Outlook client settings are correct and the format of the emails are HTML.  Trying to change the format does not resolve the issue.
    One comment I did want to make is that we are currently transitioning from Exchange 2007 and 2010 to Exchange 2013.  We moved all of our Shared Mailboxes over to 2013 and we have a majority of users moved over already.  Could this be an issue with
    using a mixed environment?  Thanks!

    I confirmed that both the employees and Shared Mailbox are both on Exchange 2013.

  • Is there a way to view image numbers in iPad photos, either of images taken with the iPad or of images copied into Photo (or camera roll) on the iPad?

    Is there a way to view image numbers (metadata) on the iPad Photo app, distinguishing those taken with the internal camera from those downloaded from external camera or copied from an email?

    sberman: My iMac is running iTunes 11.0.2 already. As well, the Photos tab in the iTunes window shows that "Sync Photos from" is un-checked. And in the box to the right of it is the greyed-out empty folder that I previously synced to in order to remove photos from the Camera Roll.
    Ralph9430: I did a reset (Home + Sleep) earlier when I was trying everything I could think of. I have also re-synced a couple of times. No luck.
    Thanks anyway. I was hoping someone out there would tell me they've experienced the same problems (non-functioning DELETE button, and persistent data in Photo Library), even if they haven't found a solution. Then I could assume it's a iOS 6 bug. All I can think of to do next is a full iPad restore.

  • My daughter's data has been put on my icloud account.  I cannot hook up to the icloud wihtout getting all her info on my phone.  i would like to delete the account and start over or find a way to remove her info

    Without realizing it, my daughter and I are both using my icloud account for our phones.  Now I cannot go to the cloud without importing all of my daughter's data to my phone.  Is there any way to remove her data from the icloud account or delete the account and start over?  I plan on wiping her phone clean and having her create her own account with her own email address

    Be sure she signs out of your account before wiping her phone. Also, make sure Find my iPhone is disabled before you wipe it..
    Unfortunately, since you have "merged" her data with yours, you will need to delete each unwanted item individually. If you delete the account, when you sign back in with the same account the same data will be synched back from iCloud.

  • I am using my Description as the caption on Slideshow.  I ticked the "Show Title Slide" button and iPhoto physically copied the description on the first slide onto the end of every other description.  I can find no way of removing them other than by hand.

    I am using my Description as the caption on Slideshow.  I ticked the "Show Title Slide" button and iPhoto physically copied the description on the first slide onto the end of every other description.  I can find no way of removing them other than by hand.  Unticking the "show title slide" did not reverse the situation back to my required state.   Any ideas why it might have happened or how it might br resolved?   Regards, Marshfrog1

    Attached is Dennis Linam’s Audition – “Log File” and “Log – Last File”
    Contact information Dennis [email protected]
    Previous contact information with your organization (DURIM):
    Dennis - i just finished my audition trial and bought the subscription the 2014 version.
    created by durin in Audition CS5.5, CS6 & CC - View the full discussion 
    DURIM - Okay.  I would expect the "Cache Warning" message because your default directories would not be the same as the ones in the settings file I generated.
    If you go back to the "7.0" directory and open the "Logs" folder, can you copy the "Audition Log.txt" file and send it as an attachment to [email protected]?  We'll take a look in that logfile and see if it gives us more information about why this is failing now.
    Also, do you have any other Adobe applications installed on this machine, such as Premiere Pro?  If so, do they launch as expected or fail as well?
    I do have the trial Pro version of Adobe reader, but I have not activated it, because I fear the same thing will happen did it. I cannot afford to activate the subscription for that product and take the chance of it not working either. I depend on those two programs religiously. Here is the files that you requested. I appreciate any help you can give me to get this audition program started
    Audition Log- file
    Ticks = 16       C:\Program Files (x86)\Common Files\Adobe\dynamiclink\7.0\dynamiclinkmanager.exe
    Sent from Windows Mail

  • How do I remove images from aperture?

    Totally new to apple and aperture so I apologise if this seems like a somewhat noob question but how do I remove images from aperture (using the latest version, 3.4.1)? Coming from a PC and using lightroom I'm used to being able to remove images in two ways:
    - removing the image from the "library", so that it no longer shows up in the program at all but is still on your hard drive (when I say removing it from the program entirely, I mean entirely, i.e. not sitting in a trash can or some other place where it's still taking up memory)
    - deleting the original image off the hard drive
    Is it possible to do either of these things in aperture, on both just a single image or a selection of multiple images, and if so how? I've tried googling this already and am getting a bunch of mixed solutions, none of which have really worked so far, so any answers would be appreciated. Thanks!

    The answer partially depends on whether you have a managed or referenced library. Since you're totally new to Aperture, I'm assuming you have a managed library since that's the default.
    FYI: Managed means Aperture handles image files and places them inside the library file. Referenced means you manage the image files and Aperture only points to (references) them.
    For a managed library, select an image you want to delete. Type command-delete. (That's the reverse delete key next to the "=" key). (You can also right-click an image and choose Delete Version) That will remove the images from their Project and place in the Aperture Trash. They're still taking up space in the Trash. If you really want them gone for good, right-click the Trash in the library pane and select Empty Trash. Poof.
    For a reference library, I forgot the exact details since I don't use this type of library, but you'll be asked (or can check a box) to delete the original file from the disk.

Maybe you are looking for

  • How do I get the Bridge to work on my 9300?

    I have been trying since April 2011 to get the BlackBerry Bridge to work on my Curve 9300.  I'm using OS 6.  I've spent hours and days on the phone with bewildered but friendly phone support agents.   It's been working twice after a security wipe and

  • How can i add my account to a corporate acct.?

    hello I have a personal acct, which was linked to a corporate acct. some how, it got removed from it and now my company cannot add skype credit to it, is there a way to add it back to the skype manager acct from my company? please advise, i don't wan

  • MDM 7.1 Archiving

    Hi experts We are archiving our product repository on a daily basis. And we want to create a backup repository also for the same on a daily basis. How we can automatically do this task?(We are using 7.1 version) Thanks in Advance Dhanish Joseph

  • Rendering Conundrum

    I have converted an older table based website to Dreamweaver CS5.5. In Design View it renders correctly, in Live View it renders correctly, In Localhost it renders correctly. On my home intranet, it renders correctly from both Windows and Macintosh m

  • I have wireless at home and when I try to connect to the internet using my ipad i get a msg that unable to join . Any thoughts

    I have the wi fi only Ipad, when I try to access my wireless connection at home the message says that I cannot join. Does anyone else have problems with accessing on their home wireless when you have your pc on?