|
-
Mar 6th, 2005, 12:57 PM
#1
Thread Starter
Hyperactive Member
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
-
Mar 6th, 2005, 02:58 PM
#2
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.
-
Mar 6th, 2005, 03:30 PM
#3
Re: POP3 inbox program
Dave, do you still have the code that you used?
Woka
-
Mar 6th, 2005, 03:33 PM
#4
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.
-
Mar 7th, 2005, 05:41 AM
#5
Thread Starter
Hyperactive Member
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
-
Mar 7th, 2005, 09:31 AM
#6
Thread Starter
Hyperactive Member
Re: POP3 inbox program
*bump*
Do you wake up in the morning feeling sleepy and grumpy? Then you must be Snow White
-
Aug 11th, 2005, 02:10 PM
#7
Addicted Member
Re: POP3 inbox program
did you find anything for that? I am looking for the same thing
-
Aug 11th, 2005, 02:38 PM
#8
Fanatic Member
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
-
Aug 11th, 2005, 02:39 PM
#9
Fanatic Member
Re: POP3 inbox program
Oh, guess you're aware that SSL POP3 generally runs on port 995 instead of 110.....
-
Aug 11th, 2005, 02:41 PM
#10
Addicted Member
Re: POP3 inbox program
yes and I found a sample at planetsourcecode but it didn't work fine for pop3
-
Aug 12th, 2005, 01:48 PM
#11
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|