Mail-redirection from Gmail

Hello,
Although I use my imac mail app, i have my gmail account redirected to it.
I have been unable to receive any messages for the last week.
I'm wondering whether gmail has changed their incoming server details because i'm still receiving webmail on gmail directly.
I also have 870 gmail emails listed in a side folder on my imac mail but they are grayed out and I can't access them to delete
I know these are random questions but has anyone else experienced this?
Thanking you,
Peter
<Email Edited By Host>

Hi there,
It sounds like you may be having some issues connecting to your email service provider. Take a look at the article below for making sure the Mail is setup properly.
OS X Mail: Troubleshooting sending and receiving email messages
http://support.apple.com/kb/ts3276
Hope that helps.
Griff W.

Similar Messages

  • How can i move my contacts, mails etc from gmail to icloud?

    How can I move my contacts, mails, etc from gmail account to icloud?

    The following has instructions: https://support.google.com/mail/answer/3008051?hl=en

  • How do you mark a message as spam when your mail comes from gmail via OS X Mail.app?

    How do you mark a message as spam when your mail comes from gmail via OS X Mail.app?
    I use IMAP to get Gmail. I seem to remember seeing a "[Gmail]/Spam" IMAP folder in previous versions of the app, but that's not visible any more.
    Without this, I have to log on to the web-based Gmail to mark messages as spam, that's a productivity killer.

    right mouse click on a message and select Mark as Junk Mail

  • Hey can anyone help me fixing bug in sending mail auth from gmail account

    hi guys,
    when i'm trying to send mail a exception being raised at transport.send()** which is saying Authentication required though i'm provididng authentication from gmail server . Heres my code
    private static final String SMTP_HOST_NAME="smtp.gmail.com";
    private static final String SMTP_PORT="465";
    private static final String emailFromAddress="[email protected]";
    private static final String SSL_FACTORY="javax.net.ssl.SSLSocketFactory";
    public static void main(String []args){
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    Properties props=new Properties();
    props.put("mail.smtp.host",SMTP_HOST_NAME);
    props.put("mail.smtp.auth",true);
    props.put("mail.smtp.port",SMTP_PORT);
    props.put("mail.smtp.socketFactory.port",SMTP_PORT);
    props.put("mail.smtp.socketFactory.class",SSL_FACTORY);
    props.put("mail.smtp.socketFactory.fallback",false);
    try{
    Session session=Session.getDefaultInstance(props, new javax.mail.Authenticator()
    {protected PasswordAuthentication getPasswordAuthentication(){
                    return new PasswordAuthentication("moulichandr","XXXXXXX");
    Message msg=new MimeMessage(session);
    msg.setFrom(new InternetAddress("[email protected]"));
    msg.setRecipient(Message.RecipientType.TO,
    new InternetAddress("[email protected]"));
    msg.setSubject("test");
    msg.setText("vtest mail");
    Transport.send(msg);
    catch(Exception e){
    System.out.println("error");
    e.printStackTrace();
    and exception is
    com.sun.mail.smtp.SMTPSendFailedException: 530-5.5.1 Authentication Required. Learn more at
    530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 i9sm6409364tid.36
    at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1515)
    at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1054)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:634)
    at javax.mail.Transport.send0(Transport.java:189)
    at javax.mail.Transport.send(Transport.java:118)
    please help
    i'm using netbeans6.1 with glassfishv2

    If you turn on session debugging, you'll get a clue as to what you're
    doing wrong, but I'll save you the trouble. Your error is here:
    props.put("mail.smtp.auth",true);That should be:
    props.put("mail.smtp.auth", "true");
    BTW, you don't need all that socket factory stuff. See the JavaMail FAQ for a
    simpler approach.

  • How to download the "Sent Mail" folder from Gmail to Mail 4.1?

    Since updating to Snow Leopard I no longer have any mail in my Sent Mail folder
    when using IMAP in Mail 4.1. In fact just a few (258) of all my sent messages (3732)
    were properly downloaded.
    I noticed that after configuring my Gmail to work with Mail/IMAP some new folders were
    created. They are: [Gmail]/Sent Mail/Sent, [Imap]/Drafts, Sent messages, and Deleted Messages. Apart
    from those, my Gmail account has always had standard folders such as Inbox, Sent Mail (the majority of my sent messages are in here), Drafts, Spam, and Trash. Apparently Mail is only downloading the messages from the new "Sent messages" folder and not the standard "Sent Mail", wherein all my sent messages actually are.
    Another issue it that the spinning gear next to the Gmail Inbox in Mail 4.1 keeps spinning incessantly as if checking for new messages all the time even though it is set to check for new messages every 5 minutes and all messages has been downloaded. I have another IMAP account for my university's email which is working perfectly (neither problems with Sent Mail folder nor spinning gear). I will post the spinning gear problem in a separate question.
    In my old MacBook I didn't have this problem when using Gmail with POP. This is the first time I'm using IMAP.
    Is anybody having the same problems?
    I appreciate your help in advance.

    pbchaves wrote:
    Since updating to Snow Leopard I no longer have any mail in my Sent Mail folder
    when using IMAP in Mail 4.1. In fact just a few (258) of all my sent messages (3732)
    were properly downloaded.
    I noticed that after configuring my Gmail to work with Mail/IMAP some new folders were
    created. They are: [Gmail]/Sent Mail/Sent, [Imap]/Drafts, Sent messages, and Deleted Messages. Apart
    from those, my Gmail account has always had standard folders such as Inbox, Sent Mail (the majority of my sent messages are in here), Drafts, Spam, and Trash. Apparently Mail is only downloading the messages from the new "Sent messages" folder and not the standard "Sent Mail", wherein all my sent messages actually are.
    you can change Your Sent mailbox to "Sent Mail". select Sent Mail mailbox, go to mailbox menu->use this mailbox for->sent.
    Another issue it that the spinning gear next to the Gmail Inbox in Mail 4.1 keeps spinning incessantly as if checking for new messages all the time even though it is set to check for new messages every 5 minutes and all messages has been downloaded. I have another IMAP account for my university's email which is working perfectly (neither problems with Sent Mail folder nor spinning gear). I will post the spinning gear problem in a separate question.
    In my old MacBook I didn't have this problem when using Gmail with POP. This is the first time I'm using IMAP.
    Is anybody having the same problems?
    I appreciate your help in advance.

  • Mail IMAP from Gmail - smtp server does not work.

    I have a question about the inner-workings of Gmail IMAP as it relates to sending mail on an outgoing smtp server. When I'm at school (high school), *I can only receive mail; I cannot send it*. I talked to my computer science teacher and he said the school restricts outgoing messages because apparently people can use the school's smtp server to send spam...or something along those lines. Anyway, connecting to Gmail directly works fine, but I also had a nice setup on some shared computers for other students (who are not computer-savvy) who needed to access a single email address. Is there a way around this (albeit minor) inconvenience? Can I set up Mail preferences to use a different port or something in order to avoid the smtp restriction? Not that big of a deal, but still somewhat perturbing (and I will go to great lengths to fix it lol). Tell me if this is doable/if you need more info.
    Thanks!

    GMAIL's Mail 4.0 setup procedure.
    Plus Google's Problem's sending mail.

  • Unable to create new email from Gmail account in Mail

    I just installed gmail to retrieve messages within Mail: I can receive gmail messages and reply to gmail from Mail. However, I cannot create and send a new message in Mail using my gmail account; when I do I get the following error message:
    Enter Password for Account
    smtp.gmail.com:xxxx[account name]
    The SMTP server "smtp.gmail.com" rejected the password for user "xxx[account name]"
    Please re-enter your password, or cancel.
    No matter how many times I add it correctly and click OK, the same message returns.

    Google provides instructions for setting up a Gmail
    account in Mail here:
    http://mail.google.com/support/bin/answer.py?answer=13
    275
    Make sure you’ve set up the account as described
    there.
    That is what I used to set up my gmail account in Apples Mail App before your post. Those instructions say that when you click on the Advanced Tab that the port will switch to 995 - which it did for me. I do have a minor problem though. Is there any way to prevent emails sent from Mail via gmail from showing up in gmails web page? I don't really like web mail whatsoever!
    24" iMac 2.16 Intel 2G Memory   Mac OS X (10.4.9)   Parallels Desktop w/Windows Vista Ultimate
    24" iMac 2.16 Intel 2G Memory   Mac OS X (10.4.9)   Parallels Desktop w/Windows Vista Ultimate

  • IPhone Mail app is pulling replies from Gmail

    Any help would be appreciated but my iPhone Mail as well as the Mail app on my Macbook have been showing replies in the inbox from Gmail. For instance, I will receive an email from someone and it will show up fine, then when I reply, my sent message will show up in the thread.
    This has started about 2 days ago and is making it tough to manage my mail. I am running the newest version of the iPhone software and Mountain Lion on the Macbook.

    Anyone?

  • Mail is slow to load messages from Gmail, Exchange and inbox.

    I have three email accounts in Mail, iCloud (12k), Gmail (57k) and Exchange (31k).  I have just around 100,000 total inbox and sent messages. 
    Often, like 99% of the time, I'll get an email alert in notification center and when I click on it mail is unable to display this message because it hasn't come through yet.  Sometimes I'll be looking in Inbox (all three accounts combined) and the message that just came through, or the last dozen messages, aren't there.  If I go to the individual account, I can read the messages that came through.  Other times, inbox is just empty for a few minutes. 
    I've given up on using the UNREAD smart mailbox because I'll be reading a message in there and it just disappears because I guess after viewing it for more than 3 seconds means it has been read.
    This is growing increasingly frustrating.  Does anyone know of a fix for this?  Do I have too many messages?  I'm really good with keeping a zero inbox and deleting messages I don't need. 
    I actually rebuilt my entire computer, erased the hard drive even, just to fix this email issue.  It didn't help at all.

    I'm having the same type issue.  I'll hear Mail chime and there will be nothing new. 
    I even have rules to make the Dock icon bounce when I receive email from certain people... that will trigger, but no new messages.  Eventually they show up, sometimes hours later, but there was at least one Gmail message that Mail never delivered.  That really has me concerned and looking at alternatives.
    All of this started for me after Apple's patch to fix Mail.

  • Can i restrict apple mail client from downloading all emails...and allow it to pick a start date for gmail mail to sync? i am flooded with old emails, thousands on them ...eating hard drive space of my macbook pro and un necessary overhead

    can i restrict apple mail client from downloading all emails...and allow it to pick a start date for gmail mail to sync? i am flooded with old emails, thousands on them ...eating hard drive space of my macbook pro and un necessary overhead

    The genius bar technicians can check your MBP for possible hardware problems and specific software issues that you may have.  The diagnosis will be free.  Any extensive repairs will not be free.
    If you have minor software problems, you essentially will have to deal with them yourself.  Examine these two comprehensive documents for possible problem definition and solutions.  If you encounter problems that you are unable to cope with, start a new discussion and there will be persons willing to assist you in solving them.
    https://discussions.apple.com/docs/DOC-3521
    https://discussions.apple.com/docs/DOC-3353
    Ciao.

  • How can I move mail from Gmail to another account?

    Mail.app in Mavericks is incompatible with Gmail. I use Gmail. I have about 2GB of mail, most of it in a few dozen archive folders, stored on Gmail, and (I think) duplicated locally on my Mac Mini.
    I think my best recourse is to switch to an email service provider that conforms to the IMAP standard (which Gmail does not). Assuming I find one, I will have both accounts, Gmail and the new one, in Mail.app. How can I move the mail from Gmail to the other account?
    In Mail.app in Mavericks, All Mail must be marked to show as a folder, and when I move a message from a folder in Gmail it will still be in the All Mail folder.
    When all folders are empty, including the Inbox, can I be sure that every message has been moved to the new account, even though every message is still in the All Mail folder?

    Mail.app in Mavericks is incompatible with Gmail. I use Gmail. I have about 2GB of mail, most of it in a few dozen archive folders, stored on Gmail, and (I think) duplicated locally on my Mac Mini.
    --> mine's working fine. I know there are issues, but it should work
    I think my best recourse is to switch to an email service provider that conforms to the IMAP standard (which Gmail does not).
    --> yes, it would be nice if they adhered to standards.  That said, mine works great.  So far.
    Assuming I find one, I will have both accounts, Gmail and the new one, in Mail.app. How can I move the mail from Gmail to the other account?
    --> If all you want to do is keep your history, make a local folder on your mac and drag all the mail messages there (both se4nt and incoming).  I am not sure what will happen if you later drag those into the new Xmail account
    When all folders are empty, including the Inbox, can I be sure that every message has been moved to the new account, even though every message is still in the All Mail folder?
    --> Dont look in "all mail". Open your inbox and look at each individual inbox.
    Good luck,. But first, try to fix your account.
    Grant

  • Reply and forward icons not appearing in mail app when I respond/forward from Gmail

    When I reply or forward an email within the iphone mail app, the arrow icons showing I replied or forwarded appear beside the email in my iphone mail app inbox.
    When I reply or forward from gmail, these icons do not appear in my iphone mail app.  Does show that I have read and flagging/unflagging works.
    Any thoughts?

    Close out of the mail app, double tap the home button and completely close out of the app.
    Then do a reset, no data loss.  Hold down the home/sleep button together until you see the apple logo and then release, then wait for the phone to boot back up.
    Then check your mail again.

  • I have Imac (OSX10.6.8) and 6 days of emails that were in my inbox have disappeared. They've also gone from gmail server and my back up hard drive. But if I look at "All Mail" on my Iphone the emails are there!! Have I got settings wrong somewhere?

    I have Imac (OSX10.6.8) and 6 days of emails that were in my inbox have disappeared. They've also gone from gmail server and my back up hard drive. But if I look at "All Mail" on my Iphone the emails are there!! Have I got settings wrong somewhere?

    "One of the benefits of Match, right?  Saving hard drive space."
    I would not use iTunes Match as a backup. There are too many bugs and I don't think that's what they intended it to be anyway. The main advantage of using it is to make your music available on OTHER devices, not to replace the music on your original computer.

  • Mail with multiple gmail accounts sending messages from wrong email, other than the one i select

    mail with multiple gmail accounts sending messages from wrong email, other than the one i select:
    i'm using mail on osx 10.7 with multiple gmail accounts. when i create an email, i check to be sure i'm sending/replying from the correct account. after i send it, somehow it actually sends it from a different account, other than the one i've selected "from." this is evidenced by the reply email i receive. how can i fix this?
    in preferences, i have "send new messages from : account of selected mailbox"

    From the Mail menu bar, select
              Mail ▹ Preferences...
    The Mail preference dialog opens. Select the Composing tab from the row of icons at the top. From the menu labeled
              Send new messages from:
    choose
              Account of selected mailbox
    Note that this setting may have no effect if you start a new message while a VIP or smart mailbox is selected in the mailbox list. Those are saved searches, not actual mailboxes.
    If the problem remains, select the Accounts tab in the preference dialog, then select the affected account in the list on the left.
    In the Account Information pane, select the correct server in the menu labeled
              Outgoing Mail Server (SMTP)
    If there's only one server in the menu, select
              Edit SMTP Server List...
    and add a new server with the correct settings. If you're not sure how to do that, try the Mail Settings Lookup.
    Another possibility is that the wrong card in your address book is selected as yours. Select your card in the Contacts application. Then select
              Card ▹ Make This My Card
    from the menu bar.

  • HT3678 If I download a .mov file from gmail, I am not able to open the file. I reinstalled QuickTime 7.6.6, still unable to open the file. If I download the same file from another mail server I have no trouble. What is gmail doing to my file?

    If I download a .mov file from gmail, I am not able to open the file. I reinstalled QuickTime 7.6.6, still unable to open the file. If I download the same file from another mail server I have no trouble. What is gmail doing to my file?

    Also i have reinstalled the reader9 two  times and tried with reader8 also but in both the cases same problem.
    it would be gr8 help if someone can help.

Maybe you are looking for

  • How to return the message in MTI and bitmap?

    Here we receive xml message from client but the problem is this coding is for the first time it receive MTI message, so how can i do if i receive from client in xml type then convert to MTI then response it as xml again to client. Is it too hard to u

  • USB 2.0 issue with sleep mode--help!

    hey there, so i've searched this forum's board and found that it seems quite a few people have had issues with USB 2.0 and sleep mode on the mac. most of what i read, however, comes from people not being able to put the computer to sleep once new USB

  • Spilled Coke, cleaned up....

    Hello all, I'll try to make this as short as possible. Small amount of Coke spilled on side of Mac Mini Intel 2.26. Coke was cleaned up. Opened the case and found that what Coke that had splashed in, was pretty much dried. I used alcohol and q-tips t

  • Print the PDF fille on Client side

    Hi, i created the PDF file on server if client click print button the PDF file print on the client side. Is it possible to do that. if you do Please help me

  • Application development

    I want to do application development in java... I dont want to use applet... how can I do this? what should I use for it ? I want to draw and do image processing..