How do I view attachments in the mail app? (iPad 2, 6.1.3)

I really need to open an attachment from an email, but it won't let me. On the mail screen, it has a gray paper clip next to the name. How do I open this?

What type of file is it?

Similar Messages

  • I put the wrong password in when registering my gmail account. how do i reset it on the mail app?

    i have an iphone 4 and i am trying to set the mail app up. i put in the wrong password and now when i push mail it says wrong password and i cant get back to the mail selection page. any thoughts.

    settings>mail,contacts,calendar>tap on the account. change password. save.

  • How to send multiple attachments with the mail in jsp

    hi.I wrote a code to send mail.but i need to send mail with multiple attachments.when i run this code iam able to send message but not files.i want to send files as attachments with the message.please help me.
    <%@ page import="javax.mail.*,javax.mail.internet.*,java.util.Date,java.io.*,java.net.InetAddress,java.sql.*,java.util.Properties,java.net.*,javax.sql.*,javax.activation.*,java.util.*,java.text.*" %>
    <%@ page import="java.io.*,java.sql.*,java.net.*,java.util.*,java.text.*" %>
    <%
         String Attachfiles1="";
         String Attachfiles2="";
    String Attachfiles3="";
    if("Send".equalsIgnoreCase("send"))
    try
    String subject="",from="",url = null,to="";
    String mailhost = "localhost";
    Properties props = System.getProperties();
    String msg_txt="";
    String strStatus="";
    String mailer = "MyMailerProgram";
    to=request.getParameter("to");
    from=request.getParameter("from");
    subject=request.getParameter("subject");
    msg_txt=request.getParameter("message");
    props.put("mail.smtp.host", mailhost);
    Session mailsession = Session.getDefaultInstance(props, null);
    Message message = new MimeMessage(mailsession);
    message.setFrom(new InternetAddress(from));
    message.setRecipients(Message.RecipientType.TO,InternetAddress.parse(to, false));
    message.setSubject(subject);
    message.setHeader("X-Mailer", mailer);
    message.setSentDate(new Date());
    message.setText(msg_txt);
    BodyPart messageBodyPart = new MimeBodyPart();
    BodyPart messageBodyPart2 = new MimeBodyPart();
    Multipart multipart = new MimeMultipart(); // to add many part to your messge
    messageBodyPart = new MimeBodyPart();
    javax.activation.DataSource source = new javax.activation.FileDataSource("path of the file");
    messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setFileName("file_name");
    messageBodyPart2.setText("message"); // set the txt message
    multipart.addBodyPart(messageBodyPart);
    multipart.addBodyPart(messageBodyPart2);
    Transport.send(message);
    out.println("Message Sent");
    catch (Exception e)
    e.printStackTrace();
    if("Attachfiles".equalsIgnoreCase("attachfiles"))
    Attachfiles1=request.getParameter("fieldname1");
    Attachfiles2=request.getParameter("fieldname2");
    Attachfiles3=request.getParameter("fieldname3");
    %>
    <html>
    <body>
    <div class="frame">
    <form action="Composemail.jsp" method="post">
    <b>SelectPosition:</b> <select name="cars" >
    <option value="ABAP">ABAP
    <option value="saab">Saab
    <option value="fiat">Fiat
    <option value="audi">Audi
    </select><br><br>
    <table border="1" cellpadding="2" cellspacing="2">
    <tr><th>Name</th>
    <th>EmailId</th>
    <th>ContactNumber</th>
    <th>Position</th>
    </tr>
    <tr>
    <td>
    </td>
    </tr>
    </table><br>
    <b>SelectUser :</b><select name="cars">
    <option value="Administrator">Administrator
    <option value="saab">Saab
    <option value="fiat">Fiat
    <option value="audi">Audi
    </select>
    <br>
    <b>To :</b>�����������<input type="text" name="to" size="72"><br>
    <b>From :</b>�������<input type="text" name="from" size="72"><br>
    <b>Subject :</b>���<input type="text" name="subject" size="72"><br>
    <%=Attachfiles1%><br><%=Attachfiles2%><br><%=Attachfiles3%><br><br>
    <b>Message:</b><br>
    ������������<textarea rows="10" cols="50" name="message">
    </textarea> <br><br>
    <b>AttachedFile:</b>�<input type="file" name="fieldname1" value="filename" size="50"><br><br>
    <b>AttachedFile:</b>�<input type="file" name="fieldname2" value="filename" size="50"><br><br>
    <b>AttachedFile:</b>�<input type="file" name="fieldname3" value="filename" size="50"><br><br>
    ������������<input type="submit" name="attachfiles" value="Attachfiles">
    <center>
    <input type="submit" name="send" value="Send" >
    </center>
    </form>
    </div>
    </body>
    </html>

    Most likely you're not specifying the path of a file on the server machine.

  • How to unscrew my mistake with the Mail.app.

    I thought I was making corrections in the folders in Home->Library->Mail->POP xxxx accounts.
    Now my Mail application is acting real funny.
    Where do I go to get the correct structure of all Mail folders?
    The Mail system is so screwed up I can't Sync->Replace Computer. I can't even do this to wipe Mail clean and go back to the old settings.
    Really need some help here.

    Hi John,
    To reset Mail completely, simply delete (or move) everything in ~/Users/YOURUSERNAME/Library/Mail/
    You might try rebuilding your mailboxes. To do so, launch Mail, choose "MailBox" and then "Rebuild." You can also force Mail to do this manually by going to the same location above and deleting the "Envelope Index" files.
    Be careful: if your email account is set to use POP3, it's likely that the only place your email exists is on your Mac. You should, if possible, switch to using IMAP access for email. That will ensure that your email always stays on the server, which will prevent loss in case of disaster with your personal computer.

  • Aipad air 7.1.2 won't open some attachments on the mail app. Sometimes when hit the "download full attachment" long messages even simply disappear from the e-mail

    Some e- mail attachments won't open on my iPad Air w/  7.1.2., some does. There is this sort of link on the bottom of the e-mails that says "download full attachment " and when pressed  sometimes the attachment opens but sometimes it simply disappear from the e-mail. I couldn't identify the problem neither solve it. Could somebody help me please

    Hi jldelaflor,
    Welcome to the Apple Support Communities!
    This could happen if the attachments sent in the email are not composed in RTF (Rich Text Format). Please use the following article as a resource and for further information.
    iPhone, iPad, or iPod touch does not display attachment in email
    http://support.apple.com/kb/TS1506
    Have a great day,
    Joe

  • Adding attachments to the mail send from XI

    Hi all,
    How can we add attachments to the mails send from XI?
    Regards,
    Satpreet Singh

    Hi
    Do the Mail Receiver Adaptor Configuration as mentioned.
    Choose any of the options suiting to your requirements. All the options shall give attachments in one way or the other.
    1) Choose Message Protocol   = u201CXIALLu201D
    The mail will go to the address mentioned in Mail Attributes in the adaptor as two attachments. The file something like ATT123.xml will contains all the system information and another file u201CpayloadXXXu2026..xmlu201D will contain the input file you give.
    2) Message Protocol =   u201CXIPAYLOADu201D with u201CMail Packageu201D
    If we check u201CKeep Attachmentsu201D in u201CMail Attributesu201D then, the content will be sent as an attachment otherwise, the content will be sent as body of the mail.
    3)Message Protocol =   u201CXIPAYLOADu201D without u201CMail Packageu201D
    The content will go as attachment even though u201CKeep Attachmentsu201D is not checked. If u201CKeep Attachmentsu201D is not checked then the attached file name will be same as that of the subject we have given in the Subject in Mail Attributes. 
    If the checkbox u201CKeep Attachementsu201D is checked, then the attachment file name will be u201CPayloadXXXXu2026.xmlu201D irrespective of the input file name.
    For more details:
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure
    Regards
    Monika

  • Using hotmail on the mail app

    Does any one know how to set up hotmail on the mail app like what the in an out going "host name" would be
    if you know how to set it up please let me know

    does not seem like iPod touch support industry standards like HTTP mail account type. iPod touch only supports POP, IMAP and Exchange.
    Five options to get hotmail to work for you:
    1. Upgrade your hotmail to Hotmail Plus.
    Note this will cost you about $20 per year. The you can get the POP details and use this.
    2. With IzyMail, you can access Hotmail
    http://email.about.com/od/iphonemail/qt/etgethotmail.htm
    3. Use Safari and read your hotmail e-mail.
    4. Forward all your hotmail to gmail and use gmail.
    5. ask someone from apple to add support for HTTP.

  • How can I view my messages in mail, I only can see incoming emails, but the the screen where the message must be visible is empty. Also attachements are nog visible. These messages are visible on my Iphone. thanks

    How can I view my messages in mail, I only can see incoming emails, but the the screen where the message must be visible is empty. Also attachements are nog visible. These messages are visible on my Iphone. thanks

    And attached is a screen grab showing selected e-mails in the Inbox...the white space below are e-mails too!

  • How can i force a mail link to open in the viewer and not in the Mail App?

    Hello to everybody!
    I've a trouble about the mail links in a digital pubblication. I've to force a mail link to open inside the viewer.
    A normal mail link causes the exit of the app and switch into the iPad Mail App... Is it possible force to open the mail link inside the folio with the DPS?
    I've seen other digital pubblication made outside the DPS that can open the mail tab of the Mail App without exiting the starting App...
    Thank you in advance for your help!
    Max

    You can't with DPS, it will always launch the mail application registered with the operating system.
    Neil

  • I downloaded a word file from an inbox mail (the mail app) onto my iPad2, where is this file stored? How can I delete it if it takes up space in my iPad? Any ideas??

    I downloaded a word file from an inbox mail (the mail app) onto my iPad, where is this file stored? How can I delete it if it takes up space in my iPad? Any ideas??

    Did you ever figure out what happened?
    I had the same experience as you did, but in my case it was a big fat pdf that Mail insisted I had to download before I could view it. As happened with you, I saw the file actually downloading, and after a time I was able to view the pdf. It's been my assumption that the pdf is still somewhere on my iPad, but I have no idea where, nor how to delete it if it is still there.
    Thanks.

  • How to edit file attachments in Mavricks Mail?

    Does anyone know how to edit file attachments in Mavricks Mail?
    Eudora, Foxmail and many other email programs allow you to simply click file attachment, open it, edit it, and FORWARD it to others.
    This is extremely difficult with Mail because it forces every single incoming file attachment to be READ-ONLY which means you are forced to re-save a copy in a folder then after editing it you need to spend time to fish it out of the folder, reattach it and then forward to others. It is a huge time wasting headache not to mention polluting your system with extra copies of files.
    Thanks

    I believe you are missing something. I'm not on my Mac right now but there should be a setting where to save attachments and also muiltiples at one time.

  • Opening attachments with a dot in the name in the Mail app

    I'm having an issue opening attachments in Mail when the file includes a dot in the name.
    For example, a file called name.v2.pdf does not seem to be recognized as a PDF file. It's not even recognized as anything, the file is shown in the mail but clicking on it does not trigger anything. Renaming that file to something like name-v2.pdf ("-" instead of ".") and everything is fine and working.
    Anyone know how to get around that or if Apple plans a fixing this? I've been having the issue since iOS 5...
    Only solution I found up to now is using another mail client than the default Mail app of Apple but that's a shame.

    Sorry my bad. This is happening with zip files not pdf. Indeed I've retried with a pdf and it does work.
    Usually with a zip file in a mail, I touch & hold the file to have the "open in" menu come up.
    However, when the file is name like "name.v1.zip", the menu does not want to come up... which for a zip file is necessary since the Mail app does not handle zip files.
    I've tried sending and receiving from different accounts, my gmail and my work Exchange account, in all cases, the file does not want to open if there is a period in the name other than the one for the extension.
    Thanks for your help.

  • Landscape view while in the Mail application?

    Is there a way to use landscape view while in the Mail application?

    Not for the mail itself (reading or composing). Attachments do rotate into landscape mode, though.
    You can submit a feature request to Apple:
    http://www.apple.com/feedback/iphone.html

  • How can I have my emails on iPhone4 and and the mail app on Macbook?

    I currently have a Yahoo email address which I had before having my iPhones...and now I have a Macbook Pro. How can I get my emails to be visible on my iPhone mail app and the mail app on the Macbook? Before I attempt it, if I add this mail account to the mail app on the Macbook will my mails then download and not be visible on the iPhone?

    You need to make sure your Yahoo! account is configured as IMAP on all devices/computers you want to access it from:
    http://help.yahoo.com/l/us/yahoo/mobile/comms/mail/imap-01.html

  • How do you get notified of Gmail archived labels that skip the inbox with the mail app on iOS devices?

    If you are fimiliar with Gmail you know that you are able to set up labels/filters. Well i have my filters set up so when a certain person/company emails me the email gets archived into a certain folder and skips the inbox. This works great for me. This orgnazation method to keep an amazing clean/empty inbox works great. It's just like having a Filing cabinant and inside the filing cabinant you have a folder(label) for each file(email). Below is a sample Gmail that has Archived Labels that have content in each Archived Label that as you can see.. skip the inbox completely regeardless if the message was read or not.
    If the Archived Label has a new message in it it will have (1) next to it.
    Ex.
    Client One Folder (23)
    Client Two Folder
    Client Three (2)
    Client Four (5)
    Understand how that works? It works great for orginaziaonl reasons..
    Here is a photo of what it really looks like. (Info Blurred for security reasons)
    On the Gmail end of things this works great if you ask me...only flaw to this is my iOS device won't notify me that i have a new email in my ClientArchived Folder due to the fact that the Mail app preinstalled on the device only checks the inbox for new mail and does NOT check for new mail sent to Archived folders where majority of my mail is set up for orginazional reasons.
    I am aware that if i am using my iOS device that i can go to the Mail App and scroll down to account > Gmail > Scroll down and my archived folders for each client are their & shows how many emails are from each client..
    but why doesn't it notifty me about this emails that get sent to these organized archived folders in notifcation center?
    See the Mail App icon below? Well above it says i have 16 unread emails throughout my Gmail folders/labels.. Why doesn't it give me a red bubble via NC(noticication Center) on the app saying i have 16 unread messages?
    My problem isn't that i can't get the emails on the phone.. it's just if i am not expecting an email and someone emails me.. i won't get it until i go and pysically check in the mail account > gmail > archived folder. It's very frustrating seeing as if i like to be quick to respond to emails. Well it's hard to be quick to respond if my phone doesn't notify me about the emails.
    Why won't the App notify me when i have emails in folders other than "Inbox"?
    Called Apple and talked to a Technician.. He was clueless of a solution.
    Does anyone have a fix for this or a work around?
    Any help/input is apperciated!
    -Thanks

    my problem exactly. Did you ever figure it out? I had to resort to turning off labels in the web interface for Gmail. Not ideal

Maybe you are looking for

  • How to move an itunes library to new HDD...

    Hello, My Windows 7 pc HDD crashed and I had to replace it with a new SSD. I can access the old HDD via an external drive bay to get files off it and what not, it just won't run windows as it has become corrupted. So, I was wondering if it was possib

  • How to add two heading in fieldcatlog

    Hello Exprets, I have an ALV report, in which I want two dispaly two header line... I don't no how to do that. for example. Class 10 Class 11 Class 12 Class-A Class-B Class-C Class-D Class-A Class-B Class-C Class-D Class-A Class-B Class-C Class-D Can

  • HP LaserJet 400 colorMFP - Touch Screen going wrong / need to reboot manually

    Hi, the touch screen on the printer does not work well. If I press a particular button on the screen it triggers another function. As a result I cannot copy or manage anything from the touch screen.  Any solution? I have tried to reboot the printer b

  • ISight & ViewSonic Monitor's Built-in Mac-incompatible Webcam

    I just bought a ViewSonic Monitor. Spent a LONG time with their Tech guys trying to get the built-in Cam to work. No luck. But a Supervisor said he "had seen a 3rd party app used on a Mac to drive the Cam." I've never used one. Will iSight solve the

  • Iphoto keeps quitting unexpectedly when trying to share photos on Facebook.

    iphoto keeps quitting unexpectedly when trying to share photos on Facebook.This only started a short while ago. I never used to have issues posting pictures before. Moreover, it also tells me there are issues with my library and prompts a "repair" of