Mail remains on server

Saw that Raybo posted this question within another thread but couldn't find if s/he created a new one so...
I unchecked the download a copy to Mail with the hopes that would delete mail from the server when I download. Hopes dashed.
Is there another preference for this?

Your post is a bit unclear. Do you want to delete mail from the server when you download it? If so, go to Mail menu > Preferences > Accounts tab > Advanced tab, check the box next to "Remove copy from server after retrieving a message" and set the drop-down menu to Right Away. This will apply to all mail retrieved from this point forward. Clicking the Remove Now button will clear off everything you previously downloaded.

Similar Messages

  • Server deleted e-mail remaining on iPad

    Hi all, I have an odd one for you.
    I have pop3 e-mail accounts that I have setup on my iPad, but from my work PC I also use webmail.  I have sync'd the iPad to my mail account and all went well. When I delete e-mail on my iPad I have it set so it deletes the mails from the server and this works correctly. But when I delete e-mail using the webmail they remain on the iPad.
    What have I set wrong?
    I have a brand new iPad 4

    Ok, here goes....
    E-mail sent to my email address.
    Log onto webmail and email is invisible.
    Check for new email on iPad and email downloads
    Check webmail again and email is still visible
    Check iPad again and email is still there
    Log back onto webmail and delete email
    Check email again on iPad (inc. send & receive) and email is still visible on iPad
    At this point on the android device the email would've been removed from the tablet

  • Reading mails from Hmail Server

    hi all,
    I am using an java mail api to read mails from a hmail server.I was successfull in reading mails and analysing it further but the problem that i face is my program could read only the recent mails ,all the remaining unread mails were not accessible from the java code.......i am attaching my code...
    package mail.hmailserver;
    import java.io.*;
    import java.util.*;
    import javax.mail.*;
    public class ReadMail_frm_hmailserver {
         int c=0;
    @SuppressWarnings("unchecked")
    public static void main(String args[]) throws Exception {
    ReadMail_frm_hmailserver mailObj=new ReadMail_frm_hmailserver();
    mailObj.readMails();
    public Vector[] readMails() throws Exception
         String host = "172.29.19.78";
    String user = "[email protected]";
    String password = "testuser1";
    // Get system properties
    Properties properties = System.getProperties();
    // Get the default Session object.
    Session session = Session.getDefaultInstance(properties,null);
    // Get a Store object that implements the specified protocol.
    Store store = session.getStore("pop3");
    //Connect to the current host using the specified username and password.
    store.connect(host, user, password);
    //Create a Folder object corresponding to the given name.
    Folder folder = store.getFolder("inbox");
    // Open the Folder.
    folder.open(Folder.READ_ONLY);
    //folder.open(Folder.READ_WRITE);
    Message[] message = folder.getMessages();
    // String [] contents=new String[10];
    Vector [] contents = new Vector[message.length];//creating array of vectors to store mails
    // Vector contents1=new Vector();
    System.out.println("No of mails : " + message.length);
    System.out.println("subject 1 : "+message[0].getSentDate());
    System.out.println("subject 2 : "+message[0].getSubject());
    // System.out.println("subject 3 : "+message[2].getSubject());
    // System.out.println("subject 4 : "+message[3].getSubject());
    //System.out.println("-----------------");
    // Display message.
    for (int i = 0; i < message.length; i++) {
              c=0;
              contents[i] = new Vector(); //since vector array is an array of arrays we hav to initilize each of the content vectors
    System.out.println("------------ Message " + (i + 1) + " ------------");
    System.out.println("SentDate : " + message.getSentDate());
    System.out.println("From : " + message[i].getFrom()[0]);
    System.out.println("Subject : " + message[i].getSubject());
    System.out.print("Message : ");
    //System.out.println(message[i].getContent());
    Multipart multipart = (Multipart) message[i].getContent();
    //System.out.println(multipart.getCount());
    String line = null;
    for (int j = 0; j < multipart.getCount(); j++) {
    //System.out.println(i);
    //System.out.println(multipart.getContentType());
    BodyPart bodyPart = multipart.getBodyPart(j);
    InputStream stream = bodyPart.getInputStream();
    BufferedReader br = new BufferedReader(new InputStreamReader(stream));
    while (br.ready()) {         
         try {
                                  //line.append(br.readLine());
              //line=line+"\n"+br.readLine();
              line=br.readLine();
              if(line.equals("NOTICE")){
                        System.out.println("entered-----------------------------exit loop");
                        //exit();
                        c++;
                        break;
              if(c==0)
              contents[i].add(line); //adding the mails line by line to the array
                             System.out.println(line);
              //System.out.println(contents[i].get(j));
         } catch (Exception e) {
                                  // TODO Auto-generated catch block
                                  e.printStackTrace();
                                  System.out.println("Exception : "+e);
         //contents[1].add(line);
    System.out.println();
    //System.out.println(line);
    // contents[i].add(line); //adding the mails line by line to the array
    System.out.println();
    // folder.close(true);
    //store.close();
    //System.out.println(contents.length);
    //System.out.println(contents[0].get(0));
    //System.out.println(contents[0].);
    return contents;

    You might want to use IMAP to read mail from hMail Server, if you keep messages on server. It has a lot more features for managing messages on server.
    A lot of POP3 implementations (both client and server side) will automatically delete retrieved messages. I don't know exactly what JavaMail does in that regard, nor of hMailServer, but I do know some mailservers out in the wild will ALWAYS delete mails retrieved with POP3.

  • HT201320 how to keep iphone4 from deleting mail in the server

    Ok, I have an iPhone 4 and it is a great phone but I nee to keep it from deleting my  mail in the server.

    Settings > Mail > Your Account > Advanced > Delete from Server > Never
    With this settings your phone will download new mail an leave the original on the mail server. You can delete mail from your phone but it will remain on your server until you delete manually or have a different device delete it.
    And if it's a POP account, it will never delate

  • Cannot send mail from newsletter server and Server error: Unable to relay

    We have newsletter server. Sometimes we sent mail by our exchange 2010 server. But recently we are unable to send mail to external mail server. we sent mail by newsletter server within a domain now. We need to solve. Pls. check below log file and provide
    how to solve it.
    Sender ID: [email protected]
    our domain: www.silkways.net
    LOG:
    Status Msg : The email details entered successfully into the database.
    Status Msg : The email details entered successfully into the database.
    Access Level : 1
    MAIL SENT TO : [email protected]
    FAILED TO SEND MAIL TO : [email protected]
    Error : SMTP Error: The following recipients failed: [email protected]<p>SMTP server error: 5.7.1 Unable to relay
    </p>
     FAILED TO SEND MAIL TO : [email protected]
    Error : The following From address failed: [email protected]<p>SMTP server error: 5.5.2 Sender already specified
    </p>
    FAILED TO SEND MAIL TO : [email protected]
    Error : SMTP Error: The following recipients failed: [email protected]<p>SMTP server error: 5.7.1 Unable to relay
    </p>
     FAILED TO SEND MAIL TO : [email protected]
    Error : The following From address failed: [email protected]<p>SMTP server error: 5.5.2 Sender already specified
    </p>
     FAILED TO SEND MAIL TO : [email protected]
    Error : The following From address failed: [email protected]<p>SMTP server error: 4.7.0 Too many errors on this connection, closing transmission channel
    </p>
    FAILED TO SEND MAIL TO : [email protected]
    Error : SMTP Error: The following recipients failed: [email protected]<p>SMTP server error: 5.7.1 Unable to relay
    </p>
     FAILED TO SEND MAIL TO : [email protected]
    Error : The following From address failed: [email protected]<p>SMTP server error: 5.5.2 Sender already specified
    </p>

    Hi,
    Since you are able to send emails to internal domain i assume the application server IP address already allowed into Receive Connector.
    To relay application emails to external domain you should enable Externally Secured box in the Authentication Tab of the particular Receive Connector.
    Kottees :My Blog Please mark it as an answer if it really helps you.

  • Cannot get maile connection to server failed

    followed the instructions for icloud set up in apple support for ipad and iphone even deleted the account and then set the account up with the correct ID and password.  I do use a different ID  than my apple ID for my icloud account.  I use my me.com email address.  I can get into the cloud on my pc and I can send and recieve email when I log into my icloud account but this fails to work on my ipad and iphone.  Attempts to seen or get email on these devices when on a wifi network end up with the message "cannot get mail connection to server failed"
    lee

    Hi HLSdoc,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at this article:
    iCloud: Troubleshooting iCloud Mail
    http://support.apple.com/kb/ts4002
    Issues sending or receiving mail on iPhone, iPad, or iPod touch
    Best of luck,
    Mario

  • HT4859 After the i-cloud server issue Nov 26, 2012, I had to change some mail account settings to get my i-cloud mail to work again.  However, all of my received e-mails are gone.  How do I retrieve my e-mails from the server?

    After the i-cloud server issue yesterday, November 26, 2012, my i-cloud mail account on my Macbook Pro stopped receiving mail.  I changed some mail account settings to fix the issue, and was able to start receiving e-mails.  However, all of my historical e-mails are gone.  How do I retrieve all of my old e-mails from the server?

    What settings did you change, what were the changes, have you visited www.icloud.com to see what mail is actually there? and do you have a backup?

  • How to leave a mail copy in Server

    Hi,
    I would like to leave a copy of my mails in the server.  I am using iMac and iPhone, configured to receive mail from the same account.  Until recent times, i use to get mails in both.  But, now my iPhone doesn't retrieve the mails.  I went to online to check the mails in the server and I didn't find them there.  I tried to do the settings in my Mail preference / accounts / specific mail account / advanced tab.  But there is no option to leave a copy in the server.  Such an option is available only for microsoft outlook account.  Is there a way to enhance this option.  Please help me.  Thanks in advance. 

    Hi Thanks for your response.  This email provider is etisalat.  I am living in UAE.  It is a POP account.  there is no option available in Preference pan for mail accounts / mailbox behaviors.  

  • How to best set up a mail and calendar server for a church

    I am the IT guy for a smaller church of 200 regular attendees.  We want to start hosting our own mail and calendar server.  We bought a mac mini and installed mac os x server.  So far I have enabled the mail, calendar, and contacts sections of the server but we aren't live quite yet (domain is not pointed at the server yet).  My question is, I do not know much about profile manager or open directory, would those benefit me at all?  I do not wish to manage devices, I just want to make the most use out of the computer as a mail server primarily.  I have found some limitations on users and groups where I wish I could do more (such as creating mailing lists that include e-mails that are not hosted from within the server without creating a user that forwards to personal e-mail for every person). 
    Would open directory and/or profile manager add more functionality to the computer as a mail server?
    Thank you

    @camelot
    What is it exactly open directory will give me that I cannot do with the regular software in this regard?  I am not sure what you mean by a signle shared mailbox and calendar.
    @cpragman
    Google apps for business was something I was looking into at one point but decided not to use it.  Once we grow more I can see us moving over to it but with just maybe 5 people tops having a real e-mail address it seems a little overkill.  (I apologize, I omitted that from my original question, i only put in the number of attendees)
    @Lincdavis
    Fortunately I don't care about whether they can create it themselves or not .  And your comment about creating a sharing-only user.  Do you mean for every external e-mail I want in a mailing list, I need to create a user for them (with services disabled) and then change mail options to forward to their personal e-mail? 
    Then go back to groups, create a group that can be e-mailed, and add those users to it? 
    Thanks

  • How to fecth the contents of a mail from the server by using jsp

    hi
    Can any body tell me how to fetch the contents of mail from the server by using javamail api...please send me code if some one have
    bye.

    hi
    Can any body tell me how to fetch the contents of mail from the server by using javamail api...please send me code if some one have
    bye.

  • I have suddenly got the following message An (SMTP) error occurred while sending mail. The server responded: Requested action aborted: This mail account has se

    Having been on Thunderbird for some years I have suddenly got the following message when trying to send mail.
    An (SMTP) error occurred while sending mail. The server responded: Requested action aborted: This mail account has sent too many messages in a short amount of time. Please try later..
    I have checked the SMTP server settings in tools, account settings and they are as they have always been. Is there something I have missed?

    Sending through web mail is totally irrelevant to using an SMTP server. The message even says it is from the server. Why do you think this is a Thunderbird problem.
    The provider has put in place measures to keep people from spamming other email recipients using thier SMTP server. You have seen the result of those measures.

  • With an IMAP account, if "Store sent messages on the server" is checked does Mail only store mail on the server?

    With an IMAP account, if "Store sent messages on the server" is checked (in Mailbox behaviors) does Mail only store sent mail on the server?
    So should it not be checked if you want Mail to store sent mail on the server and the computer?
    Thank you.
    iHope

    Hi Norm G,
    Thanks for your comments and the link to further information.
    With it checked you will get both on the server and the Mac.
    I have it checked, yet when I pause the curser over Sent mailbox the tooltip says "Contents stored on server. Name on server: Sent Messages". Does this mean stored only on the server or also on the server?
    What does your tooltip say?
    At the moment sent emails only appear in that Sent mailbox. If Mail also stores them on the Mac should they also appear in another Sent folder "On My Mac"?
    Thanks for your help.
    iHope

  • How can I make MFE delete the mails from the serve...

    guys,I am using mfe on my E63 with mail2web free account.I configured gmail to retrieve my hotmail mails then I configured gmail to forward my mails to my mail2web account.I did that so I dont have to have more than one mailbox on my phone and to be able to check my all accounts from one account which is mail2web via mfe.but my problim is when I delete an email via mfe from my phone its not been deleted from mail2web servers.I mean when I login on pc I see all the mails that I have been deleted.can I make the phone to also delete the mails from the server? thanx
    my blog on the net(in arabic):http://bazkurd.wordpress.com

    WaMuHIP07 wrote:
    Right-click the videos that you want to always start from the beginning in iTunes. The options tab of the video file properties contains this option control. Uncheck the box that says "Remember Play Postion."
    Or hit the left side of your scroll wheel when launching it on your iPod

  • Sending Mail to Another Server If User Does Not Exist

    We have a single domain with 1 Exchange 2003 server. 
    Recently another (non-Exchange) server was added with about 300 users on it.  We've set up those users as contacts on the Exchange server.  All users have the same email suffix ([email protected])
    Here is our issue:  When we try and send an e-mail from Exchange to the non Exchange mail server, it fails with an NDR.  It appears as though Exchange is not looking beyond itself for the user.  How do you tell Exchange "If you cant find
    the user here, send the e-mail to x server?
    Thanks.

    Here's the explanation for the grayed-out checkbox:
    https://social.technet.microsoft.com/Forums/en-US/615d0285-e536-4eb9-ae49-6768e647a5df/recipient-policy-smtp?forum=exchangesvrsecuremessaginglegacy
    The second question is answered in the article I referenced.  You create an SMTP connector with the domain in the address space and the SMTP server that hosts it as a smart host.  That article suggests you put it in the SMTP virtual server, but
    use an SMTP connector instead.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • IMAP mail sorting on server?

    I am running OS X 10.5 Server as a mail server. I access my mail also with Squirrelmail when on the road without my laptop. As I get quite a lot of mail, I use Mail.app to sort my mail on a client. The client, btw, has portable home directories.
    So here is my problem. To keep my mail sorted when I am away (so I get sorted mail when I use Squirrelmail) I have to keep a client running, logged in as myself and with Mail.app running. I cannot keep an account of myself logged in on the server, because that would block the syncing of my portable home directory.
    I would like to conserve energy. If I can sort the mail on the server without being logged in on that server, I would not need to keep a client up and running all the time. Is there a way I can do that? Specifically, is there a mail sorter that works with my (secure) IMAP mailbox on the server, can run on the server without me being logged in? I have used procmail years ago, but I would need some way to access my IMAP account securely. I'd rather have something that directly bolts on to IMAP and that reads a configuration file somewhere.
    Does something like that exist?
    Thanks,

    This is about sorting into different mailboxes, not sort order in a view on a mailbox. But I think I have found some tools already. It seems sieve is the way to go.

Maybe you are looking for

  • Remote not working with WinXP 64

    I have a X-FI Platinum card with the front module and remote. Under WinXP Pro everything worked fine. I have since upgraded to WinXP 64 bit Pro and the remote does not work. I have installed the latest driver for WinXP 64 (At least last weeks driver)

  • Can I access English movies and TV, living in Germany using the Apple TV

    Can I access English movies and TV, living in Germany using the Apple TV or maybe something else? I live since short in Germany and would like to have access to English TV and English movies using my internet connection. Looking at for example the Ap

  • TS1702 I can't get apps I updated because I was getting help and I was told to update. It is still not fixed

    I cannot download apps, not even the ones I bought and weren't free. It just says waiting and it doesn't download. I went to the support did what it had said, but it is not fixed. I can't do free apps and paid apps. 5.1.1 messed my iPod up even more.

  • ATG Search Migration Question 10.1

    Hi, We are migrating an existing application from ATG 2007.1 to ATG10.1. The migration document does not indicate about running any import scripts on the publishing schemas to import the updated search view mapping data, but it appears that this data

  • Extraction error in OrgChart 3.0 SP1

    Hi Experts, We are implementing the OrgChart 3.0 SP1 for staged environment. after configuring the extractor when I run the extract it shows the following error.....and extraction is fail. 4167. 15 Jul 2011 11:24:17 ERROR com.nakisa.Logger - SAPExtra