Mail not showing in inbox window

Mail prior to April 11 is not showing up in my inbox window. The older mail is in the folder, I can open them from the inbox folder, but cannot get them into the mail list window. Any suggestions?

I'm having the same issue. No emails after April 21 are showing in the inbox. If I go to the get account info page you can see the emails and it even says they are downloaded, but they are not showing up in the inbox.
Any suggestions?

Similar Messages

  • Mail not showing in inbox.

    Hi,
    I am trying to send a mail to SBWP. what is happening is i am able to see the mail in outbox but not in inbox.
    let me know what do i do?

    REPORT  zsendemail                    .
    PARAMETERS: psubject(40) type c default  'Hello',
                p_email(40)   type c default 'WRITE YOU ID' .
    data:   it_packing_list like sopcklsti1 occurs 0 with header line,
            it_contents like solisti1 occurs 0 with header line,
            it_receivers like somlreci1 occurs 0 with header line,
            it_attachment like solisti1 occurs 0 with header line,
            gd_cnt type i,
            gd_sent_all(1) type c,
            gd_doc_data like sodocchgi1,
            gd_error type sy-subrc.
    data:   it_message type standard table of SOLISTI1 initial size 0
                    with header line.
    *START-OF-SELECTION.
    START-OF-SELECTION.
    Perform populate_message_table.
    *Send email message, although is not sent from SAP until mail send
    *program has been executed(rsconn01)
    PERFORM send_email_message.
    *Instructs mail send program for SAPCONNECT to send email(rsconn01)
    perform initiate_mail_execute_program.
    *&      Form  POPULATE_MESSAGE_TABLE
          Adds text to email text table
    form populate_message_table.
      Append 'Email line 1' to it_message.
      Append 'Email line 2' to it_message.
      Append 'Email line 3' to it_message.
      Append 'Email line 4' to it_message.
    endform.                    " POPULATE_MESSAGE_TABLE
    *&      Form  SEND_EMAIL_MESSAGE
          Send email message
    form send_email_message.
    Fill the document data.
      gd_doc_data-doc_size = 1.
    Populate the subject/generic message attributes
      gd_doc_data-obj_langu = sy-langu.
      gd_doc_data-obj_name  = 'SAPRPT'.
      gd_doc_data-obj_descr = psubject.
      gd_doc_data-sensitivty = 'F'.
    Describe the body of the message
      clear it_packing_list.
      refresh it_packing_list.
      it_packing_list-transf_bin = space.
      it_packing_list-head_start = 1.
      it_packing_list-head_num = 0.
      it_packing_list-body_start = 1.
      describe table it_message lines it_packing_list-body_num.
      it_packing_list-doc_type = 'RAW'.
      append it_packing_list.
    Add the recipients email address
      clear it_receivers.
      refresh it_receivers.
      it_receivers-receiver = p_email.
      it_receivers-rec_type = 'U'.
      it_receivers-com_type = 'INT'.
      it_receivers-notif_del = 'X'.
      it_receivers-notif_ndel = 'X'.
      append it_receivers.
    Call the FM to post the message to SAPMAIL
      call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           exporting
                document_data              = gd_doc_data
                put_in_outbox              = 'X'
           importing
                sent_to_all                = gd_sent_all
           tables
                packing_list               = it_packing_list
                contents_txt               = it_message
                receivers                  = it_receivers
           exceptions
                too_many_receivers         = 1
                document_not_sent          = 2
                document_type_not_exist    = 3
                operation_no_authorization = 4
                parameter_error            = 5
                x_error                    = 6
                enqueue_error              = 7
                others                     = 8.
    Store function module return code
      gd_error = sy-subrc.
    Get it_receivers return code
      loop at it_receivers.
      endloop.
    endform.                    " SEND_EMAIL_MESSAGE
    *&      Form  INITIATE_MAIL_EXECUTE_PROGRAM
          Instructs mail send program for SAPCONNECT to send email.
    form initiate_mail_execute_program.
      wait up to 2 seconds.
      if gd_error eq 0.
          submit rsconn01 with mode = 'INT'
                        with output = 'X'
                        and return.
      endif.
    endform.

  • Apple mail not showing all the messages?

    In Apple mail, for my icloud account, I have some mailboxes which show the wrong number of messages, it shows too few.
    As an example, a mailbox contains 150 messages, but apple mail reports there are only 146.
    I rebuilt the mailbox and let apple mail do its thing. In the activity window I can see there are 150 messages. Yet, once apple mail has finished rebuilding the mailbox, it still tells me there are 146 messages. What's going wrong? Why would apple mail not show all the messages while in the activity window it clearly shows it knows there are 150?

    Solved!
    This was too weird to be real. Apple mail does not show messages it believes to be duplicates, and buy, does it make big mistakes in deciding what are duplicate messages and what not! Some of my mailboxes had over 100 "duplicates" not showing according to apple mail.
    I found a solution thanks to this topic:
    https://discussions.apple.com/message/18265121#18265121
    defaults delete com.apple.mail AlwaysShowDuplicates
    does yield an error in 10.8.2 ( Domain (com.apple.mail) not found. Defaults have not been changed. )
    defaults write com.apple.mail AlwaysShowDuplicates -bool true
    Does work brilliantly though!

  • IPod Touch will not show up in Windows XP after iTunes 10.2.1 update

    After updating iTunes to 10.2.1 my 4G Touch will not show up in Windows XP to charge or to sync. I have been reading this forum and following the multiple Apple help and troubleshooting steps with no luck. I can get Windows to recognize and charge the Touch as a camera but it will not update the driver for Apple Mobile Device. I have come to the conclusion it is an Apple software problem. Does anyone know where I can get the previous Apple Mobile Device driver for Windows XP? I would like to give that a try. It's really disappointing....

    Upon uninstalling and re-installing all of the Apple software nothing has changed. I can see Apple Mobile Device Support in add/remove programs but when clicking on "repair" it cannot finish and says it encountered a fatal error and no changes have been made.
    The error I get trying to install the driver in Device Manager says "I/O operation has been aborted because of either a thread exit or an application request".
    Does anyone have any suggestions?

  • Ipod Touch not showing up it windows 7 or itunes

    My Ipod Touch is not showing up in windows or itunes or even the ipod touch if you cloud help thank you so much
    Thank you so mcuh

    Have you double checked to make sure the Apple Mobile Device service is installed and running?
    http://support.apple.com/kb/ts1567
    Also see this article for more troubleshooting assistance.
    http://support.apple.com/kb/TS1538
    B-rock

  • I tried to open a folder in my Documents. It does not show in any window but does show up when I am half way between windows. It did the same thing when I tried to empty the trash. It asked if that was what I wanted but I could't say yes because it was or

    I tried to open a folder in my Documents. It does not show in any window but does show up when I am half way between windows. It did the same thing when I tried to empty the trash. It asked if that was what I wanted but I could't say yes because it was or

    what is your question/issue here? did the folder have any content in it to begin with? screen shots of what you may be seeing?
    if english isn't your native language, write it in what you are most comfortable speaking in to describe your issue.

  • 7th gen iPod not showing up in Windows 8 anymore

    7th gen iPod not showing up in Windows 8 anymore. Tried all the apple troubleshooting. Help?

    I have tried all the 'Rs' that Apple recommend. As said, I can't hook up the iPod to my computer. I have tried to reset the iPod manually (holding the select and menu button) - but this doesn't work.
    If there is another (manual) way to restore the iPod, I would love to hear about it.
    As said: as for restoring the iPod - I can't get any contact with my iPod with my computer at all.

  • Mail not showing new messages on 10.8.3

    Mail not showing new messages on 10.8.3, but messages show just fine on iPhone. Nothing changed to make this happen, not sure where to start. Thanks.

    Back up all data.
    Select the problem mailbox in the mailbox list, then select
    Mailbox ▹ Rebuild
    from the menu bar.

  • Essbase server is not showing in the windows services (11.1.2.1)

    Hi All,
    Essbase server is not showing in the windows services 11.1.2.1. when I checked the processes from task manager it is there.
    Regards,

    The windows service for essbase in 11.1.2.x is an OPMN service "Oracle Process Manager..."
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Mapped Drive B:\ to a network share but does not show up in Windows Explorer.

    I mapped drive B: to a network share but it does not show up in Windows explorer.  I can go to the drive by typing b:\ but is not visible in explorer.  But if I login as local admin it shows up in windows explorer.  Any suggestions?

    Hi Lloyd Reeves,
    Based on my research, I would like to suggest the following:
    Disconnect the mapped drive and map it again.
    Ensure the user is using an administrator account; or change another user account to have a try.
    Create  a shortcut for a share folder and see if it will disappear.
    In addition,  it would be helpful for future troubleshooting if you could help to collect the following information:
    Which method did you use to map drive?
    Was there any error message in the Event log? If so, please provide the      detailed information.
    For your information, please refer to this similar case:
    http://social.technet.microsoft.com/Forums/windows/en-US/6acab187-c46c-4ff9-8604-196c64ea8995/mapped-drives-not-visible-in-explorer-although-shown-in-map-network-drive?forum=w7itpronetworking
    Regards,
    Lany Zhang

  • Apple Mail Not Showing Inbox Unread Count on Dock after installing Mavericks

    After installing Mavericks, my Apple Mail (connected to my work's Gmail account) stopped showing the Inbox's unread count on the dock. I switched it to "all mailboxes" to see if that would make a difference, and the dock shows 7 unread emails when there are actually none. When I switch it back to "Inbox" unread counts, it shows nothing. I've waited 15 minutes after receiving an email to see if it will show an unread message in the dock, but it does not. Does anyone have a fix for this?
    Thank you!

    Quit your mail entirely, then in terminal do:  
    mv ~/Library/Mail/V2/MailData/Envelope* ~/Desktop 
    This moves all your "Envelope Index*" files to your desktop.  An alternative is deleting the files, but this allows you to keep them as a temporary back-up (you can delete them at-will later).  Also, you can move the files from Finder instead of Terminal, if you prefer. 
    After the files have been moved, re-open Mail
    This should re-load all your email messages, updating/restoring the count
    While this works, it does not explain the reason the count goes missing, nor does it ensure that the count won't go missing again in the future, but at least it's a temporary workaround.

  • Inbox mail not showing up.

    I just set up a iMac. Having a problem with mail.
    My iphone is not showing my mail that is in my inbox on the imac. All other mailboxes have the mail in it. I tested by sending a email to my iphone from the imac. It shows up. However, Mail sent from the imac is sent from "first name Last name" Mail sent from my iphone is sent from "apple ID"
    Did I set up the imac mail incorrectly?

    Mail uses files called “Envelope Index files” to keep track of messages in your local mailboxes.
    Quit Mail.
    Locate your Mail folder in your User's Library. Your home Library folder is hidden by default. To display it, choose Finder > “Go to Folder” and then enter “~/Library.”
    Delete any file that begins with “Envelope Index,” in ~/Library/Mail/MailData
    Open Mail
    Mail creates new Envelope Index files. This process may take a few minutes, depending on how many messages Mail is reindexing.

  • Yosemite Mail not showing contents of inbox (Exchange 365)

    Since upgrading to Yosemite my Mac mail inbox has been playing up. All the emails are there and show for a minute or two then the view changes and the inbox appears empty, selecting a different inbox (iCloud account, hotmail, Gmail) and going back to the Exchange inbox will make the message visible again. I have tried rebuilding, deleting the account and adding it again but all to no avail. New messages are coming in and all the mail is there it is just that they do not show (or more precise only show for a short period).
    This is the case both on my mid 2012 MBP and my mid 2013 MBA both running Yosemite version 10.10.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Mail not showing new mail until I switch out of and back into INBOX

    When new mail is downloaded, the messages do not appear in the INBOX until I have moved to (clicked on) another mailbox and then moved back to INBOX. The unread message count reflects the correct number of unread messages until the above procedure has been followed. Similarly, when messages are moved to another mailbox, the messages sometimes do not leave the INBOX list until the same procedure is followed. This is a relatively recent problem (last couple of months, I think). Any ideas?
    MacBook Pro 13" (2007), OS X Lion

    Try rebuilding the mailbox. Here's a reference: Mail (Mountain Lion): Rebuild mailboxes

  • Mail not appearing in inbox.

    When I click on get mail incoming mail is loaded and the number next to the inbox icon shows that I have unread messages, but they don't show up in the folder. I have to quit out of the Mail app, and reopen it to get messages to appear. A co-worker's computer has the same problem except reopening Mail doesn't fix the problem.

    I am not sure I understand your question, "...how many total messages are available in the account's inbox mailbox?" I have checked, using webmail, how full each of the accounts are and they are no where near full (10%-20%), is that what you are asking?
    I have a similar problem on two machines.
    #1 G4 Powerbook running 10.4.4, it was purchased with 10.4.? and has had a few software updates. Problem: When the Mac Mail Application is opened, new messages will be loaded but none of the messages will appear in the message list window. The mailbox will show that I have unread messages, but they do not show up in my list. When I quit the application and restart it the messages will show up in the list as unread.
    #2 G4 Emac running 10.3.9, it was purchased with who knows what and the school district installed an image with 10.3.9. It has not been updated. Problem: : When the Mac Mail Application is opened, new messages will be loaded but none of the messages will appear in the message list window. The mailbox will show that I have unread messages, but they do not show up in my list. Restarting the application does not solve the problem.
    G4 Powerbook Mac OS X (10.4.5)

Maybe you are looking for

  • An icon to run Java Application

    Can you please tell me any way to run a Java Application by simply clicking on an icon in the Windows environment? This means i can run the application easily in Windows instead of the usual " java ApplicationName" command in DOS. If it's possible, h

  • System landscape directory configuration

    Hi , I have problem related to System Landscape directory. Actually my intention is to consume webservice from abap system.So i heard that we have to configure setting in system land scape directory. So if i go to system landscape directory i.e. visu

  • Need to reinstall Photoshop Elements - will I lose my catalog?

    I have a Mac. I posted here before stating my program is unstable, and cant do anything as it locks up as soon as I do anything. My only choice now is to try and remove and reinstall, as not other options were afforded me. If I remove the program via

  • Dynamic context nodes

    Hi all, I want to create a dynamic context in this way.  But in this example I always need a data element in the dictionary for the describe by name method --> here ZREMARK I can use here describe_by_name( 'STRING' ) but then the column headerline is

  • Weird things happen when i resize.

    when i use the marquee tool and i select a box portion of something. then i got to transform selection and i set the dimensions to, lets say, 100px by 100px. then i copy and paste into a new document sometimes it decides to make the new document  1 o