E-mail deletes

How do you delete multiple e-mails at once--not just one at a time.
Thanks

flyboy767 wrote:
How do you delete multiple e-mails at once--not just one at a time.
Thanks
Thank you for your inquiry.  If you want to delete multiple emails, open the email application, tap on Menu >Delete. You will have an option to select emails you want to delete tapping on delete to complete the process. You can delete one email or all the emails depending on your requirement would not need to use any application for this operation. However, you could look for App on this process and check on the market. There are Apps available for managing and maintaining emails on your phone. 

Similar Messages

  • I'm having problems with excessive email usage on my iphone 4/ios 7. Just noticed that (settings/usage) it was using 900  mb. I deleted all my mail, deleted the mail account, and it still says it's using 661 mb. My ipad uses a fraction of that.

    I'm having problems with excessive email usage on my iphone 4/ios 7. Just noticed that it (settings/usage) was using 900+ mb. I deleted all my mail, deleted the mail account, turned the phone off and back on, downloaded any remaining mail on the server to Outlook on my computer, and it still says it's using 661 mb. My ipad uses a fraction of that.
    Background: I recently (December) bought an ipad and set up icloud for contacts and calendar, but NOT mail. My email provider is Verizon. I use computer, iphone, and ipad to check my email; eventually I download it from the server using Outlook on the computer and then delete any remaining emails from the phone and ipad. I can't find info on this problem anywhere.

    Howdy there COUGAR444,
    It sounds like your iPad all of a sudden seems to be restarting out of no where. If you haven't called AppleCare yet, I would start with quitting either the app that seems to be causing the issue, or all the apps if a single doesn't seem to be the culprit. 
    iOS: Force an app to close
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that restart the device and test the issue again:
    iOS: Turning off and on (restarting) and resetting
    If the issue persists, backup your device to iTunes, then restore it as new and verify that it works. 
    How to erase your iOS device and then set it up as a new device or restore it from backups
    If it does, then restore your backup to either verify it still works and the software just needed reinstalled, or isolate the issue to the backup file itself. 
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Problem in Mail deletion in POP3

    Hi
    I am using Pop3.
    I opened folder using
    folder.open (Folder.READ_WRITE);
    setting flag for deletion
    mimeMessages.setFlag (Flags.Flag.DELETED, true);
    then in finally block closing the folder
    if (mailbox.isConnected ()) {
    if(folder != null && folder.isOpen()) {
    try {
    folder.close (true);
    sometimes it is not deleting the messages.
    Please suggest something.
    Thanks
    Atal

    I am sorry but what do u mean by this? can u please explain in detail.
    actually most of times it works fine but in few cases mail deletion is failing.
    In my code: after folder.close (true); I just take a dump that comes successfully.
    The MailBox folder has been closed after deleting the ToBeDeleted Mails, if any, by folder.close method.
    MessageId of 1 th message which has been marked for Deletion : 1150475083.23686.prod-util-1.aspdeploy.com,S=57857
    MessageId of 2 th message which has been marked for Deletion : 1150475117.23813.prod-util-1.aspdeploy.com,S=6808
    MessageId of 3 th message which has been marked for Deletion : 1150475120.23818.prod-util-1.aspdeploy.com,S=9425
    MessageId of 4 th message which has been marked for Deletion : 1150475140.23852.prod-util-1.aspdeploy.com,S=6121
    these 4 messages were marked for deletion.
    then close called. after
    The MailBox folder has been closed after deleting the ToBeDeleted Mails, if any, by folder.close method.
    message, it again tries to retrieve the folder with messages
    Retrieving messages for mailbox ..
    MessageId of the: 1 th message is 1150475083.23686.prod-util-1.aspdeploy.com,S=57857
    MessageId of the: 2 th message is 1150475117.23813.prod-util-1.aspdeploy.com,S=6808
    MessageId of the: 3 th message is 1150475120.23818.prod-util-1.aspdeploy.com,S=9425
    MessageId of the: 4 th message is 1150475140.23852.prod-util-1.aspdeploy.com,S=6121
    MessageId of the: 5 th message is 1150475338.13255.prod-util-2.aspdeploy.com,S=7458
    MessageId of the: 6 th message is 1150475387.13339.prod-util-2.aspdeploy.com,S=6394
    MessageId of the: 7 th message is 1150475393.13357.prod-util-2.aspdeploy.com,S=59238
    MessageId of the: 8 th message is 1150475553.13615.prod-util-2.aspdeploy.com,S=86236
    first 4 messages are same which were not deleted.
    I have just attached the code. If you want to have a look then plz.
    thanks
    atal
    package com.deploy.email;
    import com.baltimore.jpkiplus.vaults.Vault;
    import com.baltimore.jpkiplus.x509.JCRYPTO_X509Certificate;
    import com.baltimore.jsmt.smime.JSMTException;
    import com.baltimore.jsmt.smime.SMIMEv2;
    import com.deploy.email.api.EmailException;
    import com.deploy.email.api.InitException;
    import com.deploy.email.api.ReceivedMessage;
    import com.deploy.email.config.LogicalMailboxConfiguration;
    import com.deploy.email.config.MailConfiguration;
    import com.deploy.email.config.PhysicalMailboxConfiguration;
    import com.deploy.email.util.SecureEmailHelper;
    import com.sun.mail.pop3.POP3Folder;
    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.io.BufferedReader;
    import java.security.MessageDigest;
    import java.security.NoSuchAlgorithmException;
    import java.util.ArrayList;
    import java.util.Enumeration;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Vector;
    import javax.mail.Address;
    import javax.mail.AuthenticationFailedException;
    import javax.mail.Flags;
    import javax.mail.Folder;
    import javax.mail.Message;
    import javax.mail.MessagingException;
    import javax.mail.Multipart;
    import javax.mail.Part;
    import javax.mail.Store;
    import javax.mail.UIDFolder;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeMessage;
    import javax.naming.NamingException;
    import org.apache.log4j.Logger;
    * This class spawns a thread for each mailbox and pulls messages from those mailboxes at a specified interval.
    * Use start to initialize and stop to end the threads
    * Bug Fixes
    * - 8399 Broke out the mailServer into two separate potential servers; sendMailServer and receiveMailServer
    * This class was updated to reflect the receiveMailServer setting
    * 04/25/03 John Gemski
    * - 10619 Added support for the Lotus Notes Client as per the 3.x fix. Copied logic from 3.x as detailed
    * by Hari in the bug report
    * 08/13/03 John Gemski
    * - Added Email Client Calendaring support - John Gemski 10/21/2003
    * @see com.deploy.email.EmailChannel
    public class RetrieveMail implements Runnable {
    /** Used to tell the threads when to stop */
    private static boolean keepRunning=true;
    //anish For nationwide
    private int maximumsizeofinbox=-1;
    /** The messages on the mail server that have been pulled but not deleted */
    private HashMap messagesOnServer;
    /** These are the mailbox types. Will only be one here for the Azetra impl */
    private static List logicalMailboxes;
    /** The list of running threads. Need to be tracked so they can be interrupted upon stop */
    private static ArrayList receiveThreads;
    /** A reference to the EmailChannel object, which may contain updated information. */
    private static EmailChannel emailChannel = EmailChannel.getInstance();
    private static Logger log = Logger.getLogger(EmailChannel.LOGGER_MODULE_NAME);
    // Thread variables
    /** the configuration for the physical mailbox from which the emails are being pulled. */
    private PhysicalMailboxConfiguration tPhysicalMailbox;
    /** the logical type (OLJB, ScanWorld, Task Response, Resume) that the physical mailbox thread is pulling for */
    private String tLogicalType;
    /** JavaMail Store */
    private Store mailbox;
    // Acceptable Protocols to retrieve mail from the mail server.
    public static final int RECEIVE_MAIL_PROTOCOL_POP3 = 0;
    public static final int RECEIVE_MAIL_PROTOCOL_IMAP = 1;
    public static final int NUM_RECEIVE_MAIL_PROTOCOLS = 2;
    public static String [] RECEIVE_MAIL_PROTOCOL_NAME;
    /** Indicates whether or not the Secure Email feature is enabled. */
    private static boolean secureEmailEnabled =false;
    static {
    RECEIVE_MAIL_PROTOCOL_NAME = new String [NUM_RECEIVE_MAIL_PROTOCOLS];
    RECEIVE_MAIL_PROTOCOL_NAME [RECEIVE_MAIL_PROTOCOL_POP3] = "pop3";
    RECEIVE_MAIL_PROTOCOL_NAME [RECEIVE_MAIL_PROTOCOL_IMAP] = "imap";
    // FIX for socket hang issue (FIX PR 14253) while processing the mail
    public static final String SOCKET_READ_ERROR = "No inputstream from datasource";
    /** Constructor for new RetrieveMail thread.
    * @param phys_config the mailbox configuration for a specific physical mailbox (i.e. [email protected])
    * @param logical_type the logical type for this mailbox ("Resumes", "OLJB", "ScanWorld", or "TaskResponse")
    private RetrieveMail(PhysicalMailboxConfiguration phys_config, String logical_type) {
    this.tPhysicalMailbox = phys_config;
    this.tLogicalType = logical_type;
    * Retrieve email messages from a mail server for the particular physical mailbox indicated with the thread
    * @throws EmailException if any fatal error occurs with the retrieval or processing of the incoming emails
    private void retrieveMessages () throws EmailException {
    Vector msgVector = new Vector ();
    Vector deleteMsgVector = new Vector ();
    ReceivedMessage [] recMessages;
    MailConfiguration mailConfig = emailChannel.getMailConfiguration();
    long maxReceivedEmailSize = mailConfig.getMaximumReceiveSize();
    //Anish for Bug 20366 for Nationwide Patch 06
    maximumsizeofinbox = mailConfig.getMaximumsizeofinbox();
    // Synchronize on the mailbox object for the mailbox from which we
    // are going to retrieve messages. We don't want more than one
    // thread connected to a mailbox at a time, but we don't want to
    // prevent multiple different threads from being connected to
    // multiple different mailboxes simultaneously.
    synchronized (mailbox) {
    boolean throwingException = false;
    Folder folder = null;
    try {
    /* Fix for 8399 - use the getReceiveMailServer call instead of the
    * getMailServer call
    // Connect to the server for receiving mail.
    mailbox.connect (mailConfig.getReceiveMailServer(),
    tPhysicalMailbox.getMailboxName(),
    tPhysicalMailbox.getMailboxPassword());
    // We are only interested in the "INBOX" folder.
    folder = mailbox.getFolder ("INBOX");
    // Open with write permissions as well, so we can delete messages from the server
    folder.open (Folder.READ_WRITE);
    // Anish for Bug 20366 for Nationwide Patch 06
    //int numMessages = folder.getMessageCount ();
    int numMessages1 = folder.getMessageCount ();
    int numMessages = 0;
    //log.info("Anish123 " + maximumsizeofinbox);
    if (maximumsizeofinbox < 0)
    numMessages = numMessages1;
    else
              if (numMessages1 > maximumsizeofinbox) {
              numMessages = maximumsizeofinbox;
              //log.info("Anish try 1 " + numMessages1);
              else {
              numMessages = numMessages1;
              //log.info("Anish try 2 " + numMessages);
    //     log.info("Anish try 4 " + numMessages);
    // End by anish
    if (numMessages > 0) { // There are messages to retrieve
    Message [] messagesRaw = folder.getMessages ();
    // We need to cast the messages to MIME message objects so
    // that we can access some MIME message-specific functionality.
    MimeMessage [] mimeMessages = new MimeMessage [numMessages];
    for (int i = 0; i < numMessages; i++) {
    mimeMessages = (MimeMessage) messagesRaw [i];
    // We can only get messages totalling maxReceivedMessageSize bytes.
    // Calculate how many messages we may get and still stay under the limit.
    int numMessagesToRetrieve = 0;
    int i = 0;
    if( maxReceivedEmailSize > 0) {
    int totalSize = 0;
    numMessagesToRetrieve = 0;
    boolean reachedLimit = false;
    while ((i < numMessages) && !reachedLimit) {
    int messageSize = mimeMessages[i].getSize ();
    int newTotalSize = totalSize + messageSize;
    if (newTotalSize > maxReceivedEmailSize) {
    //if this is the first message then break out and process it
    if( i == 0 ) {
    i++;
    totalSize = newTotalSize;
    reachedLimit = true;
    else {
    totalSize = newTotalSize;
    i++;
    numMessagesToRetrieve = i;
    i = 0;
    else {
    numMessagesToRetrieve = mimeMessages.length;
    while( i < numMessagesToRetrieve )
    boolean gotMessage = false;
    String uniqueID = null;
    if( numMessagesToRetrieve > 0 ) {
    // Get the ID for the message
    uniqueID = getUniqueID (mimeMessages[i], folder);
    //By Anurag for Req#2907 to add Debugging Logs start
    log.info("MessageId of the: " + (i+1) + " th message is " + uniqueID);
    //By Anurag for Req#2907 to add Debugging Logs End
    // Check if we have previoiusly retrieved this message.
    Object value = messagesOnServer.get (uniqueID);
    gotMessage = (value != null);
    if (!gotMessage) { // Make sure message is filled in.
    boolean processMessage = true;
    try {
    if(secureEmailEnabled) {
    ByteArrayOutputStream os = new ByteArrayOutputStream();
    mimeMessages[i].writeTo(os);
    InternetAddress[] senders = (InternetAddress[])mimeMessages[i].getFrom();
    InternetAddress[] recipients = (InternetAddress[])mimeMessages[i].getRecipients (Message.RecipientType.TO);
    Exception lastException = null;
    Vault v = null;
    for (int countRecipients = 0; countRecipients < recipients.length; countRecipients++) {
    lastException = null;
    v = null;
    // try to get the recipient's address from the Vault hash table
    log.info("Trying to get Vault for address: " + recipients[countRecipients].getAddress ());
    v = SecureEmailHelper.getVault (recipients[countRecipients].getAddress ());
    // we can't decrypt if we don't have a private key from the vault!
    if (v == null) {
    log.info("The PFX file for the email account: " + recipients[countRecipients].getAddress () + " is not found or invalid. Please correct.");
    lastException = new EmailException(EmailException.REASON_UNKNOWN, "The PFX file for the email account: " + recipients[countRecipients].getAddress () + " is not found or invalid. Please correct.");
    else {
    break;
    // if we came out with all exceptions, throw the last one we received.
    if (lastException != null) {
    log.error(lastException.getMessage(), lastException);
    throw lastException;
    SMIMEv2 smimer = new SMIMEv2(v);
    // Set up input and output streams to read an S/MIME message
    byte[] originalMessageBytes = os.toByteArray();
    String origMessStr = new String(originalMessageBytes);
    // The SMIMEv2 can't handle extra characters.
    // Noticed that messages contained an "+OK", which was causing problems
    // removed the entire line
    if(origMessStr.startsWith("+OK")) {
    int index = origMessStr.indexOf("\n");
    origMessStr = origMessStr.substring(index+1);
    byte[] revMessageStr = origMessStr.getBytes();
    ByteArrayInputStream input_source = new ByteArrayInputStream(revMessageStr);
    ByteArrayOutputStream output_sink = null;
    boolean smimeRecognized=true;
    boolean wasSigned=false;
    boolean wasEncrypted=false;
    // Making changes to reflect Baltimore's suggestion about layers
    ByteArrayInputStream newMessage = null;
    boolean done=false;
    // According to Baltimore, there can be two layers of encryption
    // inner and outer. It could be encrypted & signed, with it being either
    // encrypted on the outer layer and signed on the inner, or vice versa.
    // We want to ensure that this loop breaks out after either
    // 1. there were 2 layers sign/encrypted or encrypted/signed
    // 2. there was an error
    int layers=0;
    while(!done && layers < 2) {
    output_sink = new ByteArrayOutputStream();
    layers++;
         try {
    // This step must be don't before any cryptographic operations. It lets the SMIMEv2 class
    // figure out what it has as an input and where to place the output
    smimer.attachStreams(input_source, true, output_sink, false, false);
    catch (JSMTException jse) {
    // This is common since unencrypted and unsigned data cannot perform this function
    // Ideally, Baltimore says to use the type SMIMEv2.TYPE_DATA, but it never gets this
    // far since this fails.
    // We will skip the attempts to decrypt/verify the signature, since we know we won't
    // be able to interpret what type of message it is.
    smimeRecognized=false;
    // Will only be one layer
    done=true;
         log.debug("SMIME recognized: " + smimeRecognized);
    if(smimeRecognized) {
    // Get the S/MIME message type
    int nextdata = smimer.getMessageType();
    log.info("SMIME message type: " + nextdata);
    if (nextdata == smimer.TYPE_SIGNED) { // Signed message
    wasSigned=true;
    boolean matchedSender = false;
    // Didn't know you could have multiple "from" in an email address
    // Right now, only one of the "froms" has to have a certificate
    for(int s=0; s < senders.length; s++) {
    // get the sender's address
    String from_sender = senders[s].getAddress();
    try {
    // retrieve the certificates from the LDAP
    JCRYPTO_X509Certificate[] senderCerts = null;
    senderCerts = SecureEmailHelper.getCertificatesFromLDAP(from_sender);
    if(senderCerts!=null) {
    // verify() needs to take in a chain of certificates
    com.baltimore.jsmt.pkcs7.CertificateChain cc= new com.baltimore.jsmt.pkcs7.CertificateChain();
    // create certificate chain
    for(int k=0; k < senderCerts.length; k++) {
    cc.addCertificate(senderCerts[k]);
    // verify the Certificate Chain against the message's certs
    if(smimer.verify(cc)) {
    // found a match, the message was verified
    matchedSender=true;
    break;
    else
    log.error("Could not verify the sender" + from_sender);
    done=true;
    catch(NamingException ne) {
    log.error("There was a problem connecting to the LDAP for " + from_sender,ne);
    done=true;
    // if none of the senders matched, we need to not process
    // the email message, since it will be unreadable
    if(!matchedSender) {
    StringBuffer sendString = new StringBuffer();
    for(int s=0; s < senders.length; s++) {
    String from_sender = senders[s].getAddress();
    sendString.append(" : " );
    sendString.append(from_sender);
    processMessage = false;
    log.error("Could not find certificate for any of the senders" + sendString.toString());
    done=true;
    else if (nextdata == smimer.TYPE_ENVELOPED) { // Encrypted message
    log.debug("SMIME Encrypted message!");
    wasEncrypted = true;
    try {
    log.debug("SMIME Decrypting message...");
    // Decrypts the message
    smimer.openEnvelope();
    catch (JSMTException jse) {
    // Could not decrypt message
    log.error("Could not decrypt message: " + jse.getMessage (), jse);
    processMessage = false;
    done=true;
    else {
    log.debug("Unrecognized type");
    // doesn't seem to get here since Baltimore toolkit doesn't accept
    // nonencrypted, nonsigned emails (it should though). Keep here for future
    // releases of the toolkit
    done = true;
    // Now that we have output_sink,
    // retrieve the bytes
    byte[] processedBytes = output_sink.toByteArray();
    newMessage = new ByteArrayInputStream(processedBytes);
    input_source = new ByteArrayInputStream(processedBytes);
    else {
    // only for the first time around, revert to original
    if(layers==1) {
    // Keep original message
    newMessage = new ByteArrayInputStream(revMessageStr);
    log.debug("wasSigned: " + wasSigned + " wasEncrypted: " + wasEncrypted);
    // create the mime message again
    mimeMessages[i] = new MimeMessage(emailChannel.getSession(),newMessage);
    mimeMessages[i].setFrom (senders[0]);
    mimeMessages[i].setRecipients (Message.RecipientType.TO, recipients);
    // decrypted/verified data is automatically written to output_sink
    input_source.close();
    output_sink.close();
    // If the message wasn't signed, we can still process the message
    // if the settings allow the server to process unsigned messages
    // If not, set the flag to not process this message
    if(!tPhysicalMailbox.getAcceptUnsignedEmail() && !wasSigned) {
         log.info("Server configuration does not allow unsigned emails.");
    processMessage = false;
    // If the message wasn't encrytped, we can still process the message
    // if the settings allow the server to process unencrypted messages
    // If not, set the flag to not process this message
    if(!tPhysicalMailbox.getAcceptUnencryptedEmail() && !wasEncrypted) {
    log.info("Server configuration does not allow unencrypted emails.");
    processMessage = false;
    if(processMessage) {
    MimeMessage m = mimeMessages[i];
    if( maxReceivedEmailSize > 0 && m.getSize() > maxReceivedEmailSize ) {
    try {
    m = constructDummyMsg( m, m.getSize() );
    catch (Exception e) {
    // Add message to a list of messages to be deleted after
    // finished retrieving messages.
    deleteMsgVector.addElement (uniqueID);
    ReceivedMessage receivedMessage =
    new ReceivedMessage (m, uniqueID);
    msgVector.addElement (receivedMessage);
    else {
    log.info("Email could not be processed.");
    deleteMsgVector.addElement (uniqueID);
    catch (EmailException ee) {
    log.error("Email Exception", ee);
    deleteMsgVector.addElement (uniqueID);
    } // mail socket hang fix
    catch (javax.mail.MessagingException e) {
    String message = e.getMessage();
    // if it's a socket hang issue due to network outage, we want to logout and refetch the messages.
    if (message.equals(SOCKET_READ_ERROR)) {
    log.error("Socket timed out. Closing the connection", e);
    messagesOnServer.clear();
    throw new EmailException(

  • Verizon mail deleted from server is not deleted from IPAD2 but works fine on Android

    I have both an Android phone and an IPAD.  This Android (RAZR) and my previous one (Droid2) worked fine.   Mail deleted from the server is also deleted from the phone.  Deleted from phone would delete from server.  Worked great.  On IPAD, when setting up the Verizon mail account, it defaults to POP and I can set it to delete from server when removed from IPAD.  However, mail deleted from the server is not deleted from the IPAD and so I have to remove it manually (a second time).  Why does it work on Android and not on IPAD?  Settings on Android appear to also be for POP.  Can anyone help with this?  It's too hard to believe that with so many people using IPADs, that this is such a problem.   I've read that Verizon isn't supporting IMAP, but how in the world is the Android phone working?
    MrBigHands

    Any mail service POP downloads a copy of the message to the phone. It would then need to be deleted from the device itself. What you are referring to where its deleted in both places is an IMAP type email service.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • Can you set up automatic e:mail deletion schedules for various folders (i.e, trash, sent, etc.) on I Pad air? If so, how do you do it?

    can you set up automatic e:mail deletion schedules to remove old e:mails from various folders (i.e., inbox, sent, trash) on I Pad Air? If so, how do you do this?

    No.

  • TS1868 E -mails deleted under trash. How toget them back?

    E-mails deleted under trash. How to get them back ?

    With Gmail, I can go to trash and move the email back to the Inbox.

  • My iPhone is downloading an odd email here and there that doesn't appear on my iMac mail at work.Just read an email on my iPhone that I received at 6.00 this morning.checked my iPhone settings for mail,delete after download is off so not sure whats wrong

    My iPhone is downloading an odd email here and there that doesn't appear on my iMac mail at work.Just read an email on my iPhone that I received at 6.00 this morning.checked my iPhone settings for mail,delete after download is off so not sure whats wrong.Any help would be greatly appreciated.

    Can you do setup an unread mail folder that shows all unread mail regardless of what folder it really is in on the iPhone mail program somehow?
    No.
    If not, can this be submitted as an enhancement as it makes email use very cumbersome.
    Yes. You can submit feedback to Apple: http://www.apple.com/feedback/iphone.html.

  • E-mail delete shortcuts?

    I'm finding the number of touches slowing me down when I'm deleting e-mails on my new z10.  I've been using an iPhone 4 for a while and decided to switch because I'm tired of the unbelievably poor experience I have with iOS devices in a corporate environment - don't get me started on how bad calendar management works on an iOS device!
    Anyway, I've ready about how to do multi-selections and then deleting a group of e-mail, but the way I typically process e-mail is to look at the e-mail and then delete it if I don't need to keep it, so multi-select doesn't work so well.  The way I'm used to doing this is looking at an e-mail, deleting it and then the e-mail client typically goes to the previous or next e-mail so i can delete the next one.  
    On the z10, I have to touch the e-mail, then touch the over-flow icon, then touch the delete icon and then it takes me back to the e-mail list where I have to touch the next e-mail, touch the over-flow icon, touch the delete icon, etc..it takes me 3x the number of touches to delete e-mails individually.  
    Are there any shortcuts to delete an e-mail without using the overflow menu first?  If not, there should be!  Or at least an option to go to the next email after deleting - then I'd only have 2x the number of touches instead of 3x...!  
    Thanks.

    Best way to delete emails, is to Select and hold an email then select more and select all your emails you want to delete in one shot. Also if you want to delete or mark all emails as read, Click and hold the date above the email, a slider appears on the top right to delete all or mark all read.

  • Apple Mail delets messages on the Server POP3

    Apple Mail delets messages on the Server Method: POP3. I use the preference to delete message if they where transfered out of the incoming box.
    Since 10.6 this seems not longer to work, what is going wrong?
    System: 10.6.4

    Hi there. This feature should work, as I have 10.6.4 and use it personally. Note that once a message is deleted from POP mail cannot put it back, so this setting once checked only applies to new messages.
    Make sure you look at the options about removing the message from the server when it's removed from the trash or after xx days.
    If these are set correctly, you may find luck in unchecking the box for leaving the messages on the server and then rechecking it.
    Lastly, you could try deleting the mail account and recreating it.
    Regards,
    -Ryan

  • Yosemite Mail deleted all my outgoing server settings. Any way to retrieve them?

    Yosemite Mail deleted all my outgoing server settings. Any way to retrieve them?

    What is your email provider (e.g Gmail, Microsoft, Yahoo, Comcast, AT&T, etc...), and what email client software are you using (Apple Mail, Thunderbird, Outlook, etc)?
    It's likely far easier to just Google the correct settings for your mail provider and recreate the outgoing (SMTP) settings.

  • Mail deletes my email

    Every time I open mail all my mail delets before I can open it. It also delets from my mail server. Is anyone else having this issue? Is it an ios5 issue. Can I have a virus? Please help!!!

    Every time I open mail all my mail delets before I can open it. It also delets from my mail server. Is anyone else having this issue? Is it an ios5 issue. Can I have a virus? Please help!!!

  • Mail deleting my mail!

    I have no junk mail filtering, no rules, but Mail deletes my email and it is not in the trash or in the junk mail folder! I open the Mail application and I see my messages and then watch as they disappear.
    any ideas?
    thanks

    Same problem here - noticed it first a couple of days ago.
    I do have a rule (just the default apple highlight one) and do have junk filtering on - but only "put into junk" not delete it.
    I have done some trials but frankly they weren't particularly revealing - I thought it was linked to having the system set to remove the messages from my POP server on download, but I'm not sure about that.
    It does only seem to affect the inbox folder - so ironically junk and deleted mail are kept...
    Strangely it seems happier now I have set up a second rule which copies every mail to a local folder called "localmail" - as a result of which the mail in the main inbox is kept as well as the new copy.
    This is very very frustrating, not least for the other users of my machine who are now concerned about logging in in case their mail archives are deleted also. Thankfully I didn't have too many sat in the inbox - and I have simply contacted those that have sent me to resend it.

  • My 5 year old MacBook Air is telling me it "cannot save information about your mailboxes because there isn't enough space in your home folder.  Quit mail, delete files you don't need, then reopen mail."  What is "home folder," and which files to delete?

    My 5 year old MacBook Air is telling me it "cannot save information about your mailboxes because there isn't enough space in your home folder.  Quit mail, delete files you don't need, then reopen mail."  What is "home folder," and which files to delete? Thanks.

    The home folder is where all of your personal files are kept.
    Best candidates to delete are movies, videos, music and photos since they generally take the most space.
    Don't forget to empry the Trash after you delete the file because the space is not returned until the Trash is emptied.
    Allan

  • How to stop ios mail deleting icloud email from mac mail?

    This is driving me insane.
    I have an icloud email address set up on my iphone and mac mail.
    I want to leave emails on my phone 'on the server'. Read them when i'm out, delete them... come home and have them all come through on mail where i'll deal with them.
    Right now if I delete them on my phone, they're deleted on mac mail also.
    I have all my regular email addresses set up to do this. Except the one icloud address I want to move everything to!!!
    Help!!!

    Hello there David DW,
    It sounds like your iPhone does whatever your iPad does with regard to joining or forgetting a Wi-Fi network. From what you are describing it seems to me that iCloud Keychain is enabled, as this is a function of that feature. The only way to stop what you are seeing from happening is to disable iCloud keychain on one of the devices:
    Frequently asked questions about iCloud Keychain
    iCloud Keychain keeps your Safari website usernames and passwords, credit card information, and Wi-Fi network information up to date across all of your approved devices that are using iOS 7.0.3 or later or OS X Mavericks v10.9 or later.
    You can do this in your iCloud Settings:
    iCloud: Change iCloud feature settings
    On your iOS device’s Home screen, go to Settings > iCloud, then tap to turn on or off iCloud features.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • E-Mail Issues: Retrieved E-Mails deleting off server but only on one of two accounts

    I am the proud owner of a Z10 as of 4 days ago. So far, it's a great device, but I've got one problem. I want the e-mail messages retrieved on my phone to stay on the server, and this is working, but only for one account.
    I setup my two e-mail accounts, Comcast and GMail, both as POP accounts. I did not setup GMail as IMAP. I tested the connections to see that the messages were properly retrieved on the phone, then I logged into each account to see that the messages were staying on the server. It appeared as though they were, but apparently I didn't wait long enough on the GMail account because the messages were being deleted from the server and I didn't notice this for 3 days. Again, my phone is NOT doing this for my Comcast account and I don't know why.
    I have about 10 e-mails now on my phone in my GMail account that I can't seem to get back on the GMail server. I need to do this so I can download the messages to my home server where all my mail is stored.
    I thought maybe I could create a second IMAP GMail account in the hub and copy the messages from one account to the other, but I can't.
    If I continue to let the phone get those messages, they'll continue to be removed from the server.
    If I forward them to myself, then they just show up as having come from me and that's not what I need either.
    If I delete the account entirely, I lose my messages and that's definitely not what I want.
    I thought I could tell the phone to stop logging into the GMail account by updating the password on the device, but it has to authenticate to the server to confirm that the password is correct, and if it isn't, it won't take the password and returns an error.
    So far, the only thing I've been able to do to get the phone to stop retrieving the messages is to change my GMail password and not update it on the phone. That way, the phone can't sign in to GMail at all and get any new mail. However, I still have these 10 messages on my device that I need to export somehow.
    Is there a way to export mail on this device? Is there a way to copy messages from account to account? What directory is the mail stored in and what file format is it stored in? Can I convert the messages to .csv and do it that way? And why did this happen only for my GMail POP account and not Comcast?

    This is a wi-fi network connection problem - not a problem with an email account.
    Do you have cellular reception at home? If so, you should be able to receive email with both email accounts as long as you have an internet connection with the cellular network.
    On your iPhone go to Settings > General > Reset and select Reset Network Settings.
    This will delete all wi-fi network settings from your iPhone for every wi-fi network you have successfully connected your iPhone with.
    After doing so check if your wi-fi network is available again to re-join.

  • Mails deleted when using Mail Sender Adapter

    Hello All,
    I have a Mail to XI to File scenario.
    Transport Protocol: POP3
    Message Protocol: XIPAYLOAD
    The mail is getting converted to a xml file in the folder specified in File Adapter, but it gets deleted directly , I dont recieve any mail in my Inbox.
    I have used POP3 so there is no checkbox where i have specified to delete the mails after reading.
    Also another strange thing is when i try to send a mail to myself , this mail is not converted to XML and it comes to my Inbox.
    Any clues why such a strange thing happens!
    Thanks
    Meghana

    Yes dear..
    I will explain you the process behind it.See first the mail comes into the mail Box..for that time period you will be able to see it.Now when it gets deleted,this is time when XI has picked up your mail and processed it to give you the file.Exactly after few seconds when you refresh it (when required) you can see the xml in your target directory.
    Get back if you have more doubts.
    Thanks

Maybe you are looking for

  • How to mirror objects in A3D-Toolkit

    I am trying to import eDrawing-Files into Acrobat 3D. It works but all objects are reflected. Sometimes they are reflected on the x-Axis, the y-Axis or the z-Axis. This depends on the view I have activated in the CAD-Programm. Is it possible to mirro

  • How to compile servlet

    Hi, Now i create my first servlet, I want to compile and run it. I downloaded J2EE SDK but I don't know where is the jar file which contain servlet classes. thanks, Shimaa

  • Error when triggering Integration Process

    Hello, Experts! I try to perform the following scenario: When file File_name.DBF is put into some specified folder, Integration Process is triggered. In this Integration Process I  form SQL-Query and send it to get data from this DBF. I do not want t

  • My Dual 1.8 G5 too slow on color performances

    I send my FCP project to color but unfortunately my dual 1.8 with 3.5 ram, nvidia 6600 open gl won't perform at its best. I know for color application XT1900 is recommended but please the base recommended specs showed that i did have the baseline req

  • Does PSE 11 have chromakey ability if not is there a plug in to add this functionality

    Looking for a way to use PSE 11 for green screen editing.