Download only some selected emails from gmail

For a 3 week period I have used a different machine with Thunderbird set up to read my mail as I normally use. When I went back to my usual machine I tried importing my mail database, however something went wrong. I only have my old emails, but nothing from what I received over the 3 weeks.
Thunderbird continues to sync new emails with gmail via POP, but those 3 weeks are missing and not being downloaded. Is it possible to download specific emails without downloading all my emails all over again (and sorting them out in my inbox, again)?

You already asked this question, so I'm not sure why you asked it again.
Please keep all responses in one question so that the continuity is not lost. Hopefully the instructions I put in other question will resolve the situation,
* https://support.mozilla.org/en-US/questions/1040412

Similar Messages

  • How to download only some fields(dynamically) from alv grid layouts

    I have ALV grid list.
    I have layouts for selecting sets of fields dynamically.
    If I select a particular layout, I want to download only those fields into an Excel sheet.
    If I select another layout, I want to download only fields of that layout , into an Excel sheet.
    Can u plz write examples.
    Narendra

    Hello ,
    Here it is.
      FIELD-SYMBOLS <FS> TYPE ANY.
      DATA: GR_ATTACHMENT TYPE Z48S3_ATTACHMENT,
            GT_ATTACHMENT TYPE Z48S3_ATTACHMENT_TAB,
            L_F_TITLE     TYPE SO_OBJ_DES,
            L_R_FIELDCAT  LIKE LINE OF GT_FIELDCAT,
            L_F_FIELD     LIKE L_R_FIELDCAT-FIELDNAME,
            L_F_EMAILID   TYPE Z48S3_RECEIVER,
            L_F_FIRST     TYPE C.
      IF SY-SYSID EQ G_C_DEV_SYSTEM OR
         SY-SYSID EQ G_C_QUA_SYSTEM.
        CONCATENATE SY-SYSID '/' SY-MANDT ':' INTO L_F_TITLE.
        CONDENSE L_F_TITLE.
        CONCATENATE L_F_TITLE SY-TITLE INTO L_F_TITLE SEPARATED BY SPACE.
      ELSE.
        L_F_TITLE = SY-TITLE.
      ENDIF.
      G_R_VARIANT-REPORT = SY-REPID.
      G_R_VARIANT-VARIANT = P_VARIAN.
      CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT'
           EXPORTING
                I_DIALOG            = 'N'
                I_USER_SPECIFIC     = 'A'
                I_DEFAULT           = 'X'
                IT_DEFAULT_FIELDCAT = G_T_FIELDCAT
                I_LAYOUT            = GR_LAYOUT
           IMPORTING
                ET_FIELDCAT         = G_T_FIELDCAT
                ES_LAYOUT           = GR_LAYOUT
           CHANGING
                CS_VARIANT          = G_R_VARIANT
           EXCEPTIONS
                ERROR_MESSAGE       = 4
                OTHERS              = 4.
      SORT G_T_FIELDCAT BY COL_POS.
      PERFORM CREATE_EXCEL_ATTM_HEADING_ROW TABLES GT_ATTACHMENT
                                                   G_T_FIELDCAT.
      LOOP AT G_T_ALVLIST.
        L_F_FIRST = 'X'.
        LOOP AT G_T_FIELDCAT INTO L_R_FIELDCAT WHERE NO_OUT IS INITIAL.
          CLEAR GR_ATTACHMENT-XNEWLINE.
          IF NOT L_F_FIRST IS INITIAL.
            GR_ATTACHMENT-XNEWLINE = 'X'.
            CLEAR L_F_FIRST.
          ENDIF.
          CLEAR L_F_FIELD.
          CONCATENATE 'G_T_ALVLIST-' L_R_FIELDCAT-FIELDNAME
                 INTO L_F_FIELD.
          CONDENSE L_F_FIELD.
          ASSIGN (L_F_FIELD) TO <FS>.
          WRITE <FS> TO GR_ATTACHMENT-FIELDVALUE.
          UNASSIGN <FS>.
          APPEND GR_ATTACHMENT TO GT_ATTACHMENT.
        ENDLOOP.
      ENDLOOP.
    Regards,
    Vasanth

  • Can't get emails from gmail

    Hi,
    I'm using Exim and Dovecot as email servers.
    Recently, I've got complaints, that the server is not getting emails from Gmail.
    I've made a few tests and found that all emails that coming from Gmail are blocked somewhere.(only from Gmail)
    I must say, that the problem is only to receive email from Gmail, there's no problem sending to Gmail.
    Here's the error code that Gmail returned to the sender:
    From: Mail Delivery Subsystem <[e-mail removed for privacy and security]>
    Date: 2015-02-06 15:12 GMT+02:00
    Subject: Delivery Status Notification (Delay)
    To: ‫[e-mail removed for privacy and security] ‬
    This is an automatically generated Delivery Status Notification
    THIS IS A WARNING MESSAGE ONLY.
    YOU DO NOT NEED TO RESEND YOUR MESSAGE.
    Delivery to the following recipient has been delayed:
    [e-mail removed for privacy and security]
    Message will be retried for 2 more day(s)
    Technical details of temporary failure:
    TLS Negotiation failed: generic::failed_precondition: starttls error (0): protocol error
    ----- Original message -----
    DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
    d=gmail.com; s=20120113;
    h=mime-version:date:message-id:subject:from:to:content-type;
    bh=pSWAcTpKBdI3PHdWAWgFpGgeDHh1r5xMQXme5V09jwU=;
    b=dKxpHmkGOCZg2BeaMdTqbrtKxEsmN9zIhKFaNIspX2/H69XonND+2YafsoS1mN/54M
    u4+y7pvuTndlzMOm+C/M8oLrmRG3USTndEFO0bTg40b4OKaWt1HFDNlpdguE0iVcAj4Z
    RXsDWsfv+dIY22Q5e3kFAWmOTUBuG1kPZSG+NVXah20lhInnW0zj/8A1qYcl5fIB3Ped
    p0NqgLyC6fH6+jYKdj7mN5AQxruvh0H3n1J2AJV2mI3H4ZHpeJwYCn/Hu8aID2URqHXj
    Wj6Y2r9WAHPmTuyXHeNsM3MalQulQBXVLAXQ1oCZ2Xwm4Rk8UJj6ynst4Oo/5BrJIOQk
    jWew==
    MIME-Version: 1.0
    X-Received: by 10.194.122.38 with SMTP id lp6mr7243331wjb.24.1423136303742;
    Thu, 05 Feb 2015 03:38:23 -0800 (PST)
    Received: by 10.216.18.135 with HTTP; Thu, 5 Feb 2015 03:38:23 -0800 (PST)
    Date: Thu, 5 Feb 2015 13:38:23 +0200
    Message-ID: <[e-mail removed for privacy and security]>
    Subject: 555
    From: John Doe <[e-mail removed for privacy and security]>
    To: "[e-mail removed for privacy and security]" <[e-mail removed for privacy and security]>
    Content-Type: multipart/alternative; boundary=089e01227ee4da062c050e55bdb7
    ApkApps

    faizybaig2 wrote:
    i know my topic isn't related to the skype topic but i share it may be anyone have solution. By the way, i will take care next time
    Hi,
    Please see this page for technical assistance with gmail. The help forum for gmail is there.
    Anthony
    This post was by Anthony- I do not work for Microsoft!
    If this solved your issue - Mark it as a solution! If you like my post - Please add Kudos!
    Spotify Community Profile - Anthony
    Feel free to PM me - Here

  • Can't download POP email from GMail - HELP!!!!

    Just upgraded to a Macbook Pro from a 1.67Ghz G4 Powerbook.
    I've set my Macbook up from scratch with a completely new install and no matter what I do I CANNOT get Mail to download my POP email from GMail.
    I've deleted and completely reinstalled the account, set up a new user account and tried that, stopped the POP in GMail and renabled it and all I get is the lightning symbol for a problem with the account.
    Outgoing mail goes fine.
    I'm tearing my hair out. I fired my Powerbook up and it worked fine so it's definitely something on here....

    I'm embarassed to say that I had put the SMTP server port number in as the POP server port which explains why it didn't work.
    After 3 years of supporting people using macs I should know better but it just shows that if you think you've done everything right you can stare straight past something....
    Thanks for the help and sorry for being such a dimwit....

  • Mail 3.6 downloads multiple copies of emails from my pop account

    Since I auto-upgraded to Mail 3.6, Mail is downloading multiple copies of email from my pop mail account. This did not happen before and I haven't changed any of the mail settings. I have read discussions about a similar problem with an earlier version of Mail and the solution seemed to be deleting some file linked to Mail so it could be rebuilt, but I can't find such a file on my system that I could try deleting.
    It may matter that I am not 'strictly' supposed to be using os x 10.5.8 on my powerbook G4 (according to what is said on the packet).
    Help please!

    @ Tokyodj
    Thanks very much for posting this. I was having slightly different issues than the people above - only one of my two POP accounts was being constantly picked up, and I had hundreds of versions of each email... strangely, even after I went to the (Yahoo) account and deleted all the emails out of there. Your solution worked perfectly.
    Thanks again!

  • My iPhone 5 suddenly started re-downloading all previously deleted emails from my POP accounts

    Yesterday, my iPhone 5 started re-downloading all previously deleted emails from my POP email accounts. I use the native Mail app and have three POP emails set up on my phone. The number of messages downloaded across all of them is over 1,000 so far and date back over several months. One of these is a Yahoo account, the others are work email accounts provided by two different hosting companies. I have not changed anything on any of these three accounts at the server/hosting level. I also run an IMAP account on my phone, which has not been affected, so this is obviously a POP-only issue. I started to delete the messages only to discover that older messages were downloaded in their place. There appears to be a cap of 250 messages downloaded at a time, but there's no way to change this in the phone's settings (this used to be a feature, but disappeared some time ago).
    I'm on iOS8.3 (upgraded a month ago with no affect on email). I have not changed any of my phone's email settings, so I don't understand why this has happened out of the blue. I have checked the phone's email settings and there doesn't seem to be a way to limit the number of messages downloaded.
    Does anyone know:
    a. why this has happened, and
    b. how I get it to stop?
    Thanks!

    Oh my gosh I had the EXACT same problem, and for ages I couldn't figure out how to fix it until today. Here's what I did:
    First I went onto my computer, opened itunes, and un-installed tumblr, vine and kik. These were the apps I was having problems with (it said I had them on my phone but, like you, they didn't show).
    Then I went to the itunes store, searched for each one, and it said I could update them so I did (just FYI: for tumblr a window popped up saying "please click ok to confirm you are 17 years or older", so I did that also)
    When I went back to my phone and tried installing them again (still on my computer), it worked!
    I hope this helps, because it was incredibly frustrating. Good luck!

  • How to re-read email from Gmail?

    Guys another question from me.
    I have 2 account, Yahoo and Gmail. I access the 2 of them with a JavaMail application.
    my question is:
    1. Why Gmail's POP3 protocol can't retrieve my newest message, e.g the one with today's date. I've set it to download all message from the inbox, but from what i read, It download the latest messages only from the ones dated back to 2006. Here's my sample code:
    Folder folder = reader.getFolder();
    result = folder.getMessages();
    //Read Through Email
    System.out.println(result.length);
    for(int i =result.length-1;i>=0;i--)
    String subject = result.getSubject();
    Date tgls = result[i].getSentDate();
    System.out.println(subject+ " Send Date: " + tgls);
    2. Why can't i Redownload an email from Gmail account? How to prevent it? is the FetchProfile class has anything to do with it? Yahoo can do it for sure without it. So i wonder, how to do it with Gmail (or others with the same POP3 behaviour)?
    3. If i really need FetchProfile for Gmail, is Yahoo! (or other email provider) can use it too?
    4. Can somebody explain to me what is the FetchProfile for?
    Thanks in advance.
    Edited by: hansip87 on May 12, 2008 8:55 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Yeah I've checked it, changed it to the first option - "     Enable POP for all mail (even mail that's already been downloaded)"
    And still it can't re-download the downloaded once.
    Well I've got my reason for this, it's because my program does something like this:
    1. Fetch the message
    2. Take all the message except attachment, insert it into a new class called LightMessage that represent a structure like Messages but without Folder or Session pointer in it.
    3. We as user review it.
    4. If desired, we'll call the receiver again to search with MessageNumberTerm that was taken from the first Pop3 fetch to take the attachment.
    But that was resulting in error i've posted, saying that the message array is empty though the message is still in the inbox.
    Should I just download all the Message info and then just take the attachment from the downloaded ones? Thanks in advance.

  • Macbook 10.9.2 will not get new email from gmail

    I believe I have found a solution to this problem of OS10.9.2 not being able to get my new email from gmail.
    Go into Mail Preferences>accounts and select your problem account. Go down to "Outgoing mail server" and select the box "use only this server."
    At first I didn't believe this would solve my problem because it's "outgoing" BUT it worked. My new messages instantly began loading. I quit mail and later opened it to see if I would instantly get new messages and it worked.
    I was desperate and willing to try anything. Try it. You'll like it.

    This screenshot shows which previous versions of iPhoto qualify for a free upgrade to 9.5.1 and which require a purchase;
    If you're having problems with the App Store you might try this:
    1 - enable the Debug menu in App Store:
    open the Terminal application.
    copy the command below and paste into the Terminal window:
    defaults write com.apple.appstore ShowDebugMenu -bool true
    followed by Enter.
    launch App Store, login.
    2 - select the Debug ➙ Reset Application option:
    3 - try again.
    OT

  • Deleting emails from Gmail does not delete them from BB

    HI,
    Just bought a brand new BB 8830 World Edition and using Gmail. Deleting emails from the BB works just fine and Gmail is being updated. But deleting emails from Gmail does not delete the corresponding email from the BB.
    On the BB, there is an option "Mailbox and Handheld" that works just fine but there is no such thing on the Gmail options.
    Is this a bug or a normal way of doing things? It would be quite abnormal to having to manually delete your emails on the BB that have already been deleted on Gmail; it's just deleting twice the same email.
    I would be grateful to anyone who can provide an answer.
    Regards.
    Springtime.

    You can delete mails from your handheld as well as from Gmail server which I guess solve the issue for you. To be able to do so check the following options -
    Messages
    Options
    Email Reconciliation
    Deelete On: Mailbox & handheld
    In place of Mailbox & handheld you also select Deelete On: Prompt. This is will give prompt wheneve you'll delete any mail and give you options what to do.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Reading emails from gmail by labview

    I easily found a sample program to send an email to Gmail in LabVIEW and it works well. But I want to read emails from Gmail in LabVIEW as well. Is this possible? Thanks
    Jay
    Solved!
    Go to Solution.

    Well, not so much a duplicate post, since that post was asking about reading attachments. This is asking about getting emails from Gmail.
    To OP: Your question is not clear. Are you trying to download emails from your Gmail account? If so, you first need to configure Gmail to turn on the POP service. I don't think this is enabled by default. The Gmail help documents tell you how to do this. Once you've done that, you can just use a POP client. You can start by trying the one posted in this thread, but be aware, that sometimes servers have their own little "quirks", as alluded to in that thread.

  • After upgrading to Yosemite, I don't receive email from Gmail users

    Using a MacBook Pro, 2.8 GHz Intel Core 2 Duo, 8 GB RAM, 1 TB SSD internal hard drive.  OSX v10.10.2
    My primary email address is an .mac/.me/.icloud email address.
    Recently upgraded to Yosemite.  After doing so, I am having trouble receiving emails from Gmail users (I am not having trouble sending emails from my Gmail account, as many people have).
    I asked 8 of my friends with Gmail email addresses to email me a test.  I received 4 of these emails immediately after they were sent, the other 4 email took anywhere from 4 to 48 hours for me to receive.
    Anyone else have this problem, and if so, any solutions?  Any help is greatly appreciated.

    There have been various posts about delayed Gmail e-mail delivery to iCloud e-mail addresses, but so far, no solutions. Gmail uses a nonstandard form of IMAP e-mails, which may be causing the problem.

  • Exchange server not receiving emails from gmail

    Hi dear.
    From 2 days ago our exchange server 2013 not receiving email from gmail account. but we can send from our exchange or outlook to gmail account.
    we can receiving email from yahoo, hotmail, aol or other mail server But, just gmail account we can not receive email. plz help us, how can i do.
    Thanks

    Hi Beigi,
    According to your description, I understand that Exchange cannot received the message from Gmail, however others works well.
    Great checklist from Hotaka.
    Additional, I want to double confirm whether any other antivirus and protection software in your environment, also the
    Anti-Spam
    or
    Transport rule settings, for example sensitive words, IP block list and attachment filter, so that the message from external trigger constraints and be rejected. Meanwhile, please double check in OWA.
    Besides, please use message tracking log to get more details for this issue. It’s more helpful to narrow down the problem, for your reference:
    http://technet.microsoft.com/en-us/library/bb124375(v=exchg.150).aspx
    Best Regards,
    Allen Wang

  • HT5824 Can I use only one (selected) folder from my documents in iCloud?

    Can I use only one (selected) folder from my documents in iCloud for MAC and PC?

    If the folders were created in the Photos app on the iPad, they don't really contain copies of the photos. They contain pointers to those photos that allow them to appear in the albums that you create. Consequently, they cannot be imported to the computer. Those albums are for local organization on the iPad only And cannot be imported.
    You should be able to select the indicidual phots that you want to import, as far as I know. I can do it on a Mac using iPhoto or Image Capture, so I assume that Windows will allow you to pick and choose which photos you want to import.
    Import photos and videos from your iPhone, iPad, or iPod touch to your Mac or Windows PC - Apple Support

  • PIX515 version 7.0 and router 2811 ver 12.3r8 not able to receive emails from gmail files larger than 2M

    PIX515 version 7.0 and router 2811 ver 12.3r8 not able to receive emails from gmail files larger than 2M

    MatejLach wrote:
    clamd is running, user and group clamav all have the relevant permissions as far as I can tell, however upon scanning my mail, I always end up with the following error:
    Scanning error:
    /home/username/.claws-mail/mimetmp/0000000e.mimetmp: lstat() failed: Permission denied. ERROR
    Seems like a permissions error to me... maybe check the actual file it is attempting to scan... I know it is in your home folder, but just to be sure, you might want to check that everything is sane.

  • Why mail can't receive email from gmail today, but yesterday was fine and yahoo is fine.

    why mail can't receive email from gmail today, but yesterday was fine and yahoo is fine.

    It's a risk if you're using POP3 mail. You can archive mailboxes to another location for safe keeping.
    Or, just try adding new versions of the accounts without deleting the old ones (you can have duplicates, name them different so that you can tell them apart). If the new ones work, then you can just drag the mail folders from the old to the new and then delete the old.

Maybe you are looking for

  • Print Will Not Print

    We have a HP laserjet 100 color MFP M175nw All-in-One printer.  There are currently 3 computers hooked to it via a wired network.  However, only one of the computers can print to it.  The only way that you can get the other computers to print to it i

  • Configuration Manager SMS_POLICY_PROVIDER critical error

    Guys I just installed System Center 2012 R2 Configuration Manager. I only have one primary site we are using two servers a standalone SQL 2012 box and the Configuration Manger Server. If I look at the components I'm getting a critical error on SMS_PO

  • Solution Manager information for Java stack systems

    Hi, Could someone please help with the setup of Solution Manager, and how to connect to the backend of a Java stack system. For our ERP systems this is working via RFC, but I was hoping to get more information on the procedure for java. I can specify

  • ZCI Layout error

    Friends, I am creating an Adobe Interactive form of ZCI Layout type. When i select "ZCI Layout" type in Properties tab of the form, i get the message "Check the Web Dynpro script of the layout". I opened the Utilities menu entries and the "Insert Web

  • Deleted Apple Application Support program

    I recently deleted my program for "apple application support". When trying to use itunes now,the window for error #2 tells me to delete itunes and reinstall. Will i loose all of my music on this PC? Have same music on an ipod. Thanks anyone.