Results 1 to 11 of 11

Thread: POP3 inbox program

  1. #1

    Thread Starter
    Hyperactive Member Arachnid13's Avatar
    Join Date
    Jan 2003
    Location
    England
    Posts
    327

    POP3 inbox program

    Hi all,
    i've recently got a gmail account and i noticed it supports pop3 access, but it requires a connection using ssl and i dont know how to make an ssl-encrypted winsock connection... does anyone know of a good tutorial or have a program that does this?
    Do you wake up in the morning feeling sleepy and grumpy? Then you must be Snow White

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: POP3 inbox program

    just forward the email to another account. i tried that and couldn't get it working correctly. I'm sure that everything was set correctly.

  3. #3

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: POP3 inbox program

    Oh, I just tried to use Outlook to access the Gmail account. Not programmatically. I set the right ports, and followed their instructions, but it didn't work. It gets forwarded correctly, though.

  5. #5

    Thread Starter
    Hyperactive Member Arachnid13's Avatar
    Join Date
    Jan 2003
    Location
    England
    Posts
    327

    Re: POP3 inbox program

    u mean forward it to another account with pop3 access that doesnt use ssl? i would rather be able to just download it straight from my gmail account cos if i forward it them it might have attachments that are too big for the second account or other problems etc.. plus i dont really wanna have to create a second account to maintain. (yea i know, im lazy) there must be some way, maybe an activex component that combines winsock with ssl somehow? i saw "ChilkatSSL" does something similar but from what i could see it's only compatible with C
    Do you wake up in the morning feeling sleepy and grumpy? Then you must be Snow White

  6. #6

    Thread Starter
    Hyperactive Member Arachnid13's Avatar
    Join Date
    Jan 2003
    Location
    England
    Posts
    327

    Re: POP3 inbox program

    *bump*
    Do you wake up in the morning feeling sleepy and grumpy? Then you must be Snow White

  7. #7
    Addicted Member
    Join Date
    Sep 2003
    Posts
    160

    Re: POP3 inbox program

    did you find anything for that? I am looking for the same thing

  8. #8
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    Re: POP3 inbox program

    Gmail requires SSL eh? That's a bummer for folks like us (AT&T was the only place I was aware of requiring SSL and that's only if you're off network).

    Implementing SSL would require that you incorporate something like OpenSSL into your app....a quick google turned this up

    http://www.downloadjunction.com/prod...806/index.html

  9. #9
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    Re: POP3 inbox program

    Oh, guess you're aware that SSL POP3 generally runs on port 995 instead of 110.....

  10. #10
    Addicted Member
    Join Date
    Sep 2003
    Posts
    160

    Re: POP3 inbox program

    yes and I found a sample at planetsourcecode but it didn't work fine for pop3

  11. #11
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    Re: POP3 inbox program

    Perhaps you'd be better off, in the long run, purchasing an SSL enabled POP3 component? I know of a commercially available activeX (don't want to be advertising here even though I don't have any connection to the mfg) if you're interested.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width