Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Gmail and POP3

Gmail and POP3

Scheduled Pinned Locked Moved The Lounge
sysadminquestion
38 Posts 18 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Steve Holle

    Um, I don't get it?

    M Offline
    M Offline
    Mircea Grelus
    wrote on last edited by
    #22

    Coding standard especially used for .NET. Variable names are composed of joined names first one starting with lowercase following capitalized. camelCaseLooksLikeThis. Of course there is also UpperCamelCase. But for .Net the first is wider used. regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

    S 1 Reply Last reply
    0
    • M Mircea Grelus

      Is it possible to confugure Gmail acount so that two mail applications can receive all messages which arrive on a account? My time is shared between my home and work computer. Mail I receive in Outlook at work does not come in, on my home computer and viceversa. Yes, the option to leave messages on server is checked :) regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #23

      That's an email client problem, not a server problem. Some clients (I know Eudora does this, I don't know about others) can be set to check the ID for each message (using the UIDL POP command) and keep track of which IDs it's downloaded, and ignore the "has been read" flag on each mail. If your client does this, then you can use it in two locations and get the result you want.

      --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

      M 1 Reply Last reply
      0
      • M Mircea Grelus

        Coding standard especially used for .NET. Variable names are composed of joined names first one starting with lowercase following capitalized. camelCaseLooksLikeThis. Of course there is also UpperCamelCase. But for .Net the first is wider used. regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

        S Offline
        S Offline
        Steve Holle
        wrote on last edited by
        #24

        Thanks. 'Fraid I'm not up on .NET.

        M 1 Reply Last reply
        0
        • M Michael Dunn

          That's an email client problem, not a server problem. Some clients (I know Eudora does this, I don't know about others) can be set to check the ID for each message (using the UIDL POP command) and keep track of which IDs it's downloaded, and ignore the "has been read" flag on each mail. If your client does this, then you can use it in two locations and get the result you want.

          --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

          M Offline
          M Offline
          Mircea Grelus
          wrote on last edited by
          #25

          I'm using Outlook and for the other accounts that happens. Except for the Gmail one. Any extra option somewhere in Outlook that I'm not aware of? regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

          M 1 Reply Last reply
          0
          • M Mircea Grelus

            I'm using Outlook and for the other accounts that happens. Except for the Gmail one. Any extra option somewhere in Outlook that I'm not aware of? regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

            M Offline
            M Offline
            Michael Dunn
            wrote on last edited by
            #26

            Not sure, as I said I only know Eudora. *shrug* Gmail's POP might not support UIDL, if that's the case then you're SOL

            --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

            M 1 Reply Last reply
            0
            • S Steve Holle

              Thanks. 'Fraid I'm not up on .NET.

              M Offline
              M Offline
              Mircea Grelus
              wrote on last edited by
              #27

              You should give it a try sometimes. It's a great playground. :) regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

              1 Reply Last reply
              0
              • M Michael Dunn

                Not sure, as I said I only know Eudora. *shrug* Gmail's POP might not support UIDL, if that's the case then you're SOL

                --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

                M Offline
                M Offline
                Mircea Grelus
                wrote on last edited by
                #28

                SOL ?! regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

                M 1 Reply Last reply
                0
                • M Mircea Grelus

                  SOL ?! regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

                  M Offline
                  M Offline
                  Michael Dunn
                  wrote on last edited by
                  #29

                  sorry, out of luck (that's the kid-sister-approved version) --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

                  M 1 Reply Last reply
                  0
                  • M Michael Dunn

                    sorry, out of luck (that's the kid-sister-approved version) --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

                    M Offline
                    M Offline
                    Mircea Grelus
                    wrote on last edited by
                    #30

                    I had a feeling you were not refering to this Sol[^] :) regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

                    1 Reply Last reply
                    0
                    • A Andrew Bleakley

                      Of course not, the POP3 server has marked that message as delivered so will no deliver it again. If it didn't you would constantly keep recieving the same messages time and time again. The solution to this long known problem was IMAP and Exchange style mail servers

                      J Offline
                      J Offline
                      Jorgen Sigvardsson
                      wrote on last edited by
                      #31

                      That is not the observed behaviour of my home/work email setup. I never receive messages twice at home (where I "peek"), nor do I miss any messages at work (where I "pop").

                      1 Reply Last reply
                      0
                      • M Mircea Grelus

                        Is it possible to confugure Gmail acount so that two mail applications can receive all messages which arrive on a account? My time is shared between my home and work computer. Mail I receive in Outlook at work does not come in, on my home computer and viceversa. Yes, the option to leave messages on server is checked :) regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

                        R Offline
                        R Offline
                        Roger Wright
                        wrote on last edited by
                        #32

                        Sure!:-D In Outlook Express you can, probably Outlook, as well. Under Tools/Accounts select the account and view the properties. In the Advanced tab there's a checkbox that says, "Leave a copy of messages on server." Check it on the computer that you use first - work maybe - and leave it unchecked on the other. I do that with my campus account so I can check mail there from home and work, but then I use webmail to empty the read messages. "...a photo album is like Life, but flat and stuck to pages." - Shog9

                        M 1 Reply Last reply
                        0
                        • M Mircea Grelus

                          Is it possible to confugure Gmail acount so that two mail applications can receive all messages which arrive on a account? My time is shared between my home and work computer. Mail I receive in Outlook at work does not come in, on my home computer and viceversa. Yes, the option to leave messages on server is checked :) regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

                          K Offline
                          K Offline
                          Kant
                          wrote on last edited by
                          #33

                          How to use Outlook to backup your Gmail account[^] Got Signature?

                          1 Reply Last reply
                          0
                          • R Roger Wright

                            Sure!:-D In Outlook Express you can, probably Outlook, as well. Under Tools/Accounts select the account and view the properties. In the Advanced tab there's a checkbox that says, "Leave a copy of messages on server." Check it on the computer that you use first - work maybe - and leave it unchecked on the other. I do that with my campus account so I can check mail there from home and work, but then I use webmail to empty the read messages. "...a photo album is like Life, but flat and stuck to pages." - Shog9

                            M Offline
                            M Offline
                            Mircea Grelus
                            wrote on last edited by
                            #34

                            I have this enabled, but the emails which are downlaoded in the Outlook from the work computer are not downloaded on the Outlook from the home computer. The option to leave messages on server is selected on both of them. I want to be able to receive all my messages both on my homw and work computer. regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

                            1 Reply Last reply
                            0
                            • S Steve Holle

                              I have the opposite problem. I have dialup at home and occasionally someone sends me their entire photo album and my connection times out. I have tried to go online from work and deleted the file and it still tries to download that file. It must get stuck in a queue somewhere. The only solution I've found is to read all the email on line, and set the options to only send emails from this date forward. I sure wish gmail had a flush button.

                              S Offline
                              S Offline
                              Stuart Dootson
                              wrote on last edited by
                              #35

                              With most POP servers, you can telnet in (using your POP3 server and port details), list mail (with sizes) and delete the offending articles. I've done it on occasion. All you're doing is using the same interface as the mail client. See this page[^] for more details.

                              1 Reply Last reply
                              0
                              • M Mircea Grelus

                                Is it possible to confugure Gmail acount so that two mail applications can receive all messages which arrive on a account? My time is shared between my home and work computer. Mail I receive in Outlook at work does not come in, on my home computer and viceversa. Yes, the option to leave messages on server is checked :) regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

                                B Offline
                                B Offline
                                benjymous
                                wrote on last edited by
                                #36

                                Does the mail server support IMAP4 as well as POP3 - that properly supports online reading of mail (the messages stay in the mailbox rather than getting downloaded to your mail client, so you can read them anywhere, and if you use a decent IMAP client [like thunderbird] it'll automatically save your sent mail to the IMAP sent mail folder too, so you can even re-read your sent mail if you need to) -- Help me! I'm turning into a grapefruit! Buzzwords!

                                1 Reply Last reply
                                0
                                • M Mircea Grelus

                                  Is it possible to confugure Gmail acount so that two mail applications can receive all messages which arrive on a account? My time is shared between my home and work computer. Mail I receive in Outlook at work does not come in, on my home computer and viceversa. Yes, the option to leave messages on server is checked :) regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

                                  S Offline
                                  S Offline
                                  Simon Capewell
                                  wrote on last edited by
                                  #37

                                  I do this by forwarding all mail from GMail to my work email account. You might also be able to change the 'When messages are accessed with POP' setting in GMail to Keep copy in the inbox rather than Archive or Delete

                                  1 Reply Last reply
                                  0
                                  • A Andrew Bleakley

                                    Of course not, the POP3 server has marked that message as delivered so will no deliver it again. If it didn't you would constantly keep recieving the same messages time and time again. The solution to this long known problem was IMAP and Exchange style mail servers

                                    P Offline
                                    P Offline
                                    Paul Watson
                                    wrote on last edited by
                                    #38

                                    Of course not, you can tell POP3 to leave the message on the server and unmarked. As Jorgen said, peeking. regards, Paul Watson Ireland Feed Henry!

                                    Shog9 wrote:

                                    eh, stop bugging me about it, give it a couple of days, see what happens.

                                    1 Reply Last reply
                                    0
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Tags
                                    • Popular
                                    • World
                                    • Users
                                    • Groups