Sent messages in Mail.app for IMAP accounts

I just converted my email POP accounts to IMAP.  With POP, everything is stored on your computer, right?  With IMAP, all the sent messages are stored on the server, and stay there forever if you specify it.  But are the sent messages also stored on the computer in the user library?  I am using Yosemite OS.

But are the sent messages also stored on the computer
Yes. The copies on your computer will be synched to match the copies on the server. If you disconnect your Mac from the Internet, you will still be able to view the mail prior to the disconnection. It's one of the main advantages that IMAP has over POP.
Note that there are behavior options for the Sent mail folder that change the retention levels:

Similar Messages

  • How Can I Turn OFF Junk Mail Filter for IMAP Accounts Only?

    I am trying to figure out how to turn off the Junk Mail filtering for IMAP accounts such as .Mac/.ME and GMAIL. All filtering is working fine on the server side, and reviewing the mail that is tagged is easy enough by just going to the account and displaying the folders created on the server.
    I've checked the Junk mail pref and although the Advance settings let you isolate specific accounts to check, it does not give you the option bypass checking an account.
    i.e.
    if <Any> of the following conditions are met:
    <Account> <is not> <Gmail (IMAP)>
    As is, the mail rules are working perfectly on the server side, but in Apple Mail, many mails are being sent the Apple Mail's Junk folder.
    When going through the Gmail's instructions on setting up a Gmail account for Apple Mail, it specifically says to turn off Junk mail filtering for the account, but I can't find any options to do that.
    Any help or suggestions would be greatly appreciated.
    TIA

    I haven't tried this, but it should work:
    Make a new rule,
    If <Any> <Account> is <Gmail> or <Account> is <.me> then "Stop evaluating rules".
    Move this rule to the last in the list of rules.
    In the Junk Mail preferences, be sure that "Filter junk mail before applying my rules" is unchecked.

  • I need a multiple message voice mail app for Iphone 4S that also provides an auto-attendant, e.g the caller can dial 1 for one of business's or 2 for the other. Each of these options will need to have a different voice mail greeting. Help please?

    I need a multiple message voice mail app for Iphone 4S that also provides an auto-attendant, e.g the caller can dial 1 for one of business's or 2 for the other. Each of these options will need to have a different voice mail greeting. Help please?

    There are no alternative voicemail apps - the core functionality of the phone can not be replaced.
    You'll have to look for an external service, that can then forward calls for each caller onto the correct phone.
    At our business we use Voipfone.co.uk which allows multiple phone lines to come into one VOIP account.

  • Read  the email using java mail api for Imap account which is secured SSL

    hello,
    I am trying read the new mails on my imap account... i am not able to connect to the imap account... could anyone help me out ..
    below is the code
    public class EmailImapGateway implements MessageCountListener{
    private static final long serialVersionUID = 1L;
         private Session session = null;
         private IMAPStore store = null;
         private IMAPFolder folder = null;
         Properties props = new Properties();
         public void ejbCreate() {
         try {
         if (session == null)
              session = Session.getDefaultInstance(props, null);
              if (store == null || !store.isConnected()) {
    String host, name, passwd;
         host = "host";
              name = "user";
              passwd = "passwd";
              String SSL_FACTORY = "javax.net.ssl.SSLSocketFactory";
              props.setProperty("mail.imap.socketFactory.class", SSL_FACTORY);
              props.setProperty("mail.imap.socketFactory.fallback", "false");
              props.setProperty("mail.imap.socketFactory.port", "888");
              java.security.Security.setProperty( "ssl.SocketFactory.provider", SSL_FACTORY);
              props.put("mail.imap.host", host);
              props.put("mail.imap.port", "888");
              store = (IMAPStore) session.getStore("imap");
              store.connect();
              folder = (IMAPFolder) store.getFolder("Inbox");
              folder.open(Folder.READ_WRITE);
              int t = folder.getUnreadMessageCount();
              System.out.println("getunreadmessagecount is :" + t);
    }catch (Exception e) {
              e.printStackTrace();
         } finally {
              try {
                   folder.close(true);
                   store.close();
              } catch (MessagingException e) {
                   e.printStackTrace();
         public void ejbActivate() throws EJBException, RemoteException {
              // TODO Auto-generated method stub
         public void ejbPassivate() throws EJBException, RemoteException {
              // TODO Auto-generated method stub
         public void ejbRemove() {
              // TODO Auto-generated method stub
         public void messagesAdded(MessageCountEvent arg0) {
              System.out.println("Message is added in inbox");
         public void messagesRemoved(MessageCountEvent arg0) {
              System.out.println("Message is removed from inbox");
    it is not able to connect to my account
    Edited by: bhavna84 on Sep 8, 2008 11:10 PM
    Edited by: bhavna84 on Sep 8, 2008 11:20 PM

    Yes, see my previous post.
    He replied:
    hello
    In your code ur mention IMAP port 888
    but by default its 143 so chk your server configuration for IMAP port no.

  • Problems sorting messages? (Mail.app, Lion, IMAP)

    I'm wondering if (how?) I'm the only person with this problem...
    I generally run with a window just open to my Inbox(-es).  That window is 2-columns, message list and message contents.  The hidden "Mailboxes" pane has several accounts under Inbox, most/all of which are IMAP servers.
    Here's the problem: The column heading for the list of messages reads "Sort by date".  However, the message list isn't sorted by date at all.  It appears that "Date" may be "date received", but I can't be certain of this.  In previous versions of Mail.app, there was a distinction between sorting by date of the message or the date received; in general I prefer the former.  But that doesn't seem to account for this:
    The options for this are Sorted by: Date, Ascending. 
    The interesting aspect of this is that if I choose one particular Inbox (i.e., the inbox from any account, rather than the "consolidated" listing), messages are sorted properly.  It's only when I have the view of all the inboxes (that is, the "Inbox" itself is selected, rather than any of the accounts under it) that sorting goes awry. 
    I do have lots of rules defined, moving certain messages from one place to another, and applying colors.  But this hadn't previously (nor would I expect it to) cause this issue. 
    Does anyone else have this problem, or any ideas on how to fix it?

    Apparently, I was either the only person to have an issue with this, or the only one bothered enough to write to the group!
    I do have a solution, however.
    From what I was able to tell, the issue was that the menu items for sorting, including the "Sort by" in the Mail window header bar and the View -> Sort by menu simply displayed "Date" as the option.
    Recalling the old trick of using the Option key while selecting a menu item, "Date" changed to "Date Sent".  It has not changed back to "Date"; now holding down Option changes it "Date Received", and the menu item continues to read "Date Sent", which is the desired behavior.
    Unfortunately, Mail was stuck in a state where both these indications simply said "Date"; I've now apparently changed this and the indicator reads properly (and the sort order is as expected).
    I hope if this bugs anyone else this explanation (?) will help.

  • Problem with Mail app for Gmail account!

    Hi all,
    I have a Gmail account synced to my Mail app, I have the latest software version: OS X Mavericks 10.9.2.
    The problem started couple of weeks ago, when a new folder under the name "Archive" showed up in the left bar of my Mail app. Thereafter, coming messages started to go there instead of coming to my "inbox" folder. This created quite few issues with new coming messages. Can anyone know how to solve that?
    Thank you in advance.
    p.s. I tried to uncheck the box " Gmail.com > settings > Labels > All mail - show in IMAP", this has solved the "archive" issue, as it has disappeared from my Mail right bar. But This has created further issues with coming messages, as I stopped receiving messages at all to my Mail.

    Try another e-mail program.
    Airmail is selling pretty well in the App Store and has been reported to work better with G-mail..
    Mail Alternatives – 9 Free Email Programs
    Mail Alternatives Review
    Mail Alternatives Review (2)

  • BCC will not show recipients in Mail app - for IMAP client user

    Our office iMac was just upgraded to Mavericks.  The Apple mail app (which we use via IMAP to receive our gmail) will not show BCC recipients on sent mail.  Not sure what other info you might need.
    Yes it did work prior to Mavericks upgrade --lots of other quirks that are just user preference issues but this is by far a concern because we need to keep track of school sent emails.  So far the only solution has been to use the gmail client via web interface -- hoping there is a different solution!
    Thanks for any help
    Joanne Bartolotti
    ST Robert School
    San Bruno

    John -- Thank you for your reply. 
    When we send the email we (our user end) can see the recipients in the BCC field (good)
    When the email is delivered they (the recipient) cannot see all the other emails (good)
    "Susie" (who was on our original BCC list as a recipient) calls and says I did not get the email - We go to our sent folder and click on the sent email to verify the email address we used but (and here's the issue) it says "No recipients"
    Prior to installing OSX Mavericks -- it listed ALL the recipients in our sent folder copy of the email (this was very helpful to us)
    To date the ONLY solution has been to use the web version of gmail -- My question is (and please know I have done a number of checks on this process) Why did it work BEFORE upgrading to Mavericks and why does it not work NOW?  Our school secretary is convinced it is "my fault" for upgrading the system -- I am convinced there is a user error since she NEVER lists anyone in the TO field
    She will NOT use the web interface because it takes "too much time" -- for this my response is -- then fix it yourself! (Sorry 10 days left of school -- tech coordinator frustration creeping in -- tired of id10t erros -- should have waited to upgrade until no one was around and NOT tell them!)
    Joanne

  • Use mail app for POP account only?

    This may be a stupid question, but my .mac trial has recently expired, and I do not wish to pay for an entire .mac account because I only enjoy using the e-mail portion of it. I have set up my gmail account so that the e-mail gets forwarded to my mail, but is there any way to send e-mails from my mail application using my POP account now that my .mac is expired?

    I'm not sure I understand you rquestions - It sounds like you want to discontinue your .Mac account but continue to use your .Mac email - I do not believe that that is an option
    If you are switching to gmail (or for that matter adding gmail) you can set up Apple Mail to handle your gmail account either as a POP account ( http://mail.google.com/support/bin/answer.py?answer=13275&topic=12810 ) or an IMAP account ( http://mail.google.com/support/bin/answer.py?answer=81379&topic=1281 ) - gmail help has instructions for this set up and many others as well - a great place to look
    Larry Nebel
    Message was edited by: LarryHN

  • Restore flags, message folders, sent messages in Mail.app

    My dad's computer has been running slow for some time now, so when we made the decision to upgrade it to Mountain Lion over the weekend, he asked that I do a clean install of it.  We backed up ~/Library/Mail, and once we finished the installation we put it back in place.  His inboxes and folder structure are all in place, however his sent messages, flags, and anything that he filed away into folders has disappeared.
    We do have a time machine backup that was completed immediately before the install, and it's been re-associated with his machine, so in theory the information is accessible; I just need to know what to grab to restore it.
    Thanks!

    But are the sent messages also stored on the computer
    Yes. The copies on your computer will be synched to match the copies on the server. If you disconnect your Mac from the Internet, you will still be able to view the mail prior to the disconnection. It's one of the main advantages that IMAP has over POP.
    Note that there are behavior options for the Sent mail folder that change the retention levels:

  • Mail App & GoogleApps IMAP Accounts

    Hi All,
    I am using Apple Mail with multiple GoogleApps Accounts. These accounts work okay to fetch the mail using IMAP, but I cannot use them when sending Mail.
    These accounts do not show up when sending an email, and selecting an Account to send email from.
    If I change another non-GoogleApps IMAP or POP account, and try to send an email using the GoogleApps SMTP server, it also doesn't work.
    If I try the same setup using Outlook 2011, it does work...
    Does anyone know what is the problem here?
    Thanks,
    Willem

    I couldn't find a continuation of this discussion on another forum, so for those who find it, here's what worked for me:
    http://support.apple.com/kb/TS3058
    Under "Resolution", follow the link in step 3. It will tell you that you have the account open in too many places, but I know I didn't. In any case, it appears to have fixed the problem and I can now send and receive Gmail through Mail.

  • Is Mail good for imap accounts?

    I don't know if it is my setup or what but I am experiencing a few deal breaker problems:
    1. Mail seems brutally slow AND it seems to send my machine into a state of "powerwork" whilst performing basic tasks like selecting different folders.
    2. I have an imap account and a .mac account. Selecting back and forth between the 2 inboxes, mail seems to need to sit and think (almost as if to reload the whole folder) just to bring back the mail contents and make the list visible.
    I have been using entourage which works great. I wanted to De-microsoft my mac as I thought I'd get an intercompatibility boost by switching to Mail but it looks like I may be wrong? Should I abandon the idea and go back to entourage?
    thanks!

    1. Mail seems brutally slow AND it seems to send my machine into a state of "powerwork"...
    You have something wrong because you shouldn't experience that.
    Selecting back and forth between the 2 inboxes, mail seems to need to sit and think (almost as if to reload the whole folder) just to bring back the mail contents and make the list visible.
    I typically just view the top level inbox so that it includes the contents of the inboxes of all my accounts.
    If you use the '.Mac type' when defining your .Mac account in Mail, it is also an IMAP account.
    Using an IMAP account means that the e-mail client must establish contact with the remote IMAP server before the inbox is shown. The inbox on the e-mail client is essentially a window into what is stored on the IMAP server's inbox.

  • Remove attachments from mail app with imap account

    Hi Folks,
    I am quite frustrated. I am using Apple's mail app with Gmail (IMAP) and I want to remove all of my attachments from Gmail. I am using the 'remove attachment' feature of mail app to do this. However, it removes the attachment, then uploads a copy of the original email without the attachment. Therefore, I end up with two emails: The original and a copy without an attachment.
    I don't get it. I just want to remove the attachments from my emails. I don't want to delete the original email.
    Any thoughts?

    I am not sure when I will get the chance to test this -- maybe this afternoon. But I had not understood that what you called original continued to have the attachments. If so, this strongly suggests to me that it indeed may be the way Gmail maintains the All Mail folder that is causing this. See:
    http://mail.google.com/support/bin/answer.py?hl=en&answer=6581
    If there is a setting to help this, it will have to be one that is selected in the Settings webpage of Gmail, I suspect.
    Ernie

  • Multiple gmail accounts in mail.app via IMAP - how to delete messages

    multiple gmail accounts in mail.app via IMAP - how to delete messages so that they are not stored on gmail and not in All Mail therefore either.
    i know that dragging messages to the GMail.Trash folder deletes it in Gmail, but doing that for multiple accounts is a hassle!
    anybody else struggle with this, solved it?

    i have still not figured out a solution to this. very painful - the fact that messages iwill not be using ever again and with large attachments, just sit there in all mails and slow down mail.app for me, fill up search results with stuff i don't want to see and fill up space on the HDD. the attachments as a result often are stored 3-4 times on the HDD!
    some geek here must have solved it - come on!

  • In the new mail app for OSX v10.7 Lion it seems I can only setup my gmail account as an "imap", when I need to set it up as "pop"... PLZ HELP I NEED MY MAIL TO WORK!!!

    In the new mail app for OSX v10.7 Lion it seems I can only setup my gmail account as an "imap", when I need to set it up as "pop"... PLZ HELP I NEED MY MAIL TO WORK!!!

    Go to System prefs
    Select Mail Contacts and Calendars
    Then select Other
    Then select "Add a Mail Account and click create
    Then go to google for the settings you need:
    First here for the settings online at gmail http://tinyurl.com/du3fu
    Then here for the setting in mail http://tinyurl.com/38fevm8
    These are instructions for Mail 4.0 but all of the necessary settings should be listed.

  • How to disable message images in Mail app for all but contacts?

    I use the Mail app for OS X Mavericks and have been inundated with spam lately. I understand that spam email campaigns can confirm that you have opened their mail (and subsequently continue to send you mail) by image tracking so I would like to disable images from showing for all except my contacts. I don't recall if it was with Mail or another email client I previously used, but I vaguely remember message images not showing by default and requiring you to click a button at the top of the message in order to show the images within it. If possible, I would like to be able to do this for non-contacts.
    So my question is: how can I disable images from showing, by default, in messages from non-contacts within the Mail app?
    If there is no way to do this, can someone suggest an alternative email client for Mac OS that does allow this? I am willing to change if this feature does not exist within the Mail app.
    Thanks for your time.

    Personally, I've never heard of spammers tracking by a contact's image. I think you might be confusing this with the images in the message.
    Spammers can do two things to track you.
    1) Send an email with a read receipt. Mail doesn't support read receipts
    2) Send an email with an embedded image (sometimes called a bug or beacon). When the email is opened, the email software loads the image from the remote server by sending it an HTTP request.
    If a message matches the junk mail criteria, then a bar will appear near the top of the message. External images in the message will automatically be disabled, so that spam authors won’t be able to track if you’ve opened the message. To load the images, click the “Load Images” button in the bar, or to mark the message as not junk, select “Not Junk.”
    Mail > Preferences > Viewing >Uncheck Display remote images in HTML messages.
    Enable Junk filtering in Mail Preferences. Check "sender in in contacts, sender in in previous recipients**, message is addressed using full name.
    Use SpamSieve, third party product to filter spam, http://c-command.com/spamsieve/
    Keep contacts in your Address Book.
    Mark messages as junk to help train the junk filter.
    Don't open a message you think is spam. You should be able to see enough of a message in the preview to know if it's spam.
    ** Open Previous Recipients under Window in the Menu bar. Remove any addresses from spammers.

Maybe you are looking for

  • Creation of infotype with lengthy fields?

    Hello All, I am trying to create a custom infotype which has fields of length 200 characters. But when I try to create infotype I am getting the following message: 'Field PXXXX-field1 is too long(it has been shortened to 132 bytes)' And one of the fi

  • Musicians please ver

    I just wanted to run a couple of issues past any XFi users who record using studio packages like Cakewalk. I had a fair bit of grief geting my home studio set up working correctly with the beta Vista driver and wondered if I'm correct in regard to th

  • Is there any standard BAPI available to vendor , customer and G/L ?

    Hi all, any standard BAPI available to vendor , customer and G/L? I found BAPI_CUSTOMER_CREATE and BAPI_VENDOR_CREATE but when i traying to execute , then control directly taking to XD01 and XK01 initial screen's .i need to create vendor and customer

  • Maxtor 3200 v Apple Mac - a love not made in heaven!

    I have a Maxtor Personal Storage 3200 external HD which I was using as a Time Machine. The ex-HD is connected to the Mac directly via a USB cable. Recently, the Time Machine has stopped backing up files full stop. I have tried the following steps, bu

  • Trigger delay about 2 days

    Hey guys, my idea to start virtual machines in SCVMM which are offline and to perform a client action (via SCCM) to roll out the new updates our company released, only needs a lil piece in that puzzle. If the newest updates are deployed and installed