 |
|
 |
I have single PC for testing and in that PC, I have given 127.0.0.1 to In/Outgoing mail server address. Once done the same, I use to get the error message as "The connection to the server has failed. Account: 'Test', Server: '127.0.0.1', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10061, Error Number: 0x800CCC0E".
But if I configure with my mail server, everything is ok. Could you please point me whare I am doing mistake ?
Thanks
|
|
|
|
 |
|
 |
I configuring proxy servers to Outlook express 6 by changing
tools->mail->properties->server :
incoming mails(pop3) “pop.abc.com” to 127.0.0.1
by doing like this all the mails from starting is getting downloaded (that is all the mail previously downloaded and also new).How to avoid this problem ?
Is there any other way to proxy settings.
|
|
|
|
 |
|
 |
I am working POP3 and SMTP proxy server how to configure this proxy server to outlook express
At present I am configuring like this :
For all smtp.bizmail.yahoo.com I will replace with 127.0.0.1, SMTP port 25 is replaced by 8080, pop.bizmail.yahoo.com I will replace with 127.0.0.1 , pop3 port 110 is replaced by 8081, smtp.mail.incore.in I will replace with 127.0.0.1, SMTP port 25 is replaced by 8082, pop.mail.incore.in I will replace with 127.0.0.1 , pop3 port 110 is replaced by 8083, pop.mail.incore.in so no ....
So with the help of this different port numbers only I will find which mail is connected to my proxy (since pop3 and smtp will not send any request at starting).
Is there any easy way which mail is connected ?
|
|
|
|
 |
|
 |
I'm surprised no one had such a problem like me
The problem is:
when I Stop the proxy and destroy the object, the ServerThread is still working and it is trying to access the variable bRunning, which is not anymore valid (the object is already destroyed), and even it starts a client thread!!! this must not be.
Any ideas how to avoid this problem?
I suposse there has to be some work to stop the thread first and to destroy some how the proxy?
Thx
|
|
|
|
 |
|
 |
Hi Dears
I've to make a plug-in for outlook express. The main functionality to be implemented is to delete all attachments but no mail messages from Inbox. Can you help/guide/refer me? I'll be very grateful to you.
Kind Rgards
Thanking in advance
Atif (abqau@hotmail.com abqau@yahoo.com)
Watch Your Thoughts for they will become your actions.
Watch Your Actions for they will become your habits.
Watch Your Habits for they will become your beliefs.
Watch Your Beliefs for they will determine your destiny.
|
|
|
|
 |
|
 |
Yes this can be a really cool fomction to use the proxy to parse incoming email message.
Can you just provide a way to dump the incoming data on disk using a callback method ?
Thu it canbe easy for developer to parse the MIME email
Cheers
Programming is not an end in itself but only a means to an end
|
|
|
|
 |
|
 |
in XP it's just not working, can't even telnet to it.
in windows 2000 I always get in telnet - Connection to host lost. i.e. telnet 127.0.0.1 110
in Outlook I get an unexpected loss of connection also.
any chance of an update ?
|
|
|
|
 |
|
 |
hey,
could you help me , how can I browse email as Outlook ? when I receive emails, adn see them , if it has pics or it's .html how can i see it as Outlook does it ?
Victor Garner
|
|
|
|
 |
|
 |
error C2065: '_beginthreadex' : undeclared identifier
why...
please help me...how to...
|
|
|
|
 |
|
 |
Hello casper,
You need to link in the multi-threaded version of the CRT DLL.
Regards,
Nish
|
|
|
|
 |
|
 |
How do you link to the multi-threaded version of the CRT DLL? Thanks so much!
-Tony
|
|
|
|
 |
|
 |
Thanks for this Nish. I've been looking for a POP proxy sample to play with for some time.
I have a general question about POP proxying in general though. The "traditional" proxy, like yours is, gets you to adjust your mail client's settings to point it directly to the proxy, and set the "username" field to have both the user name and the "end" POP server.
But then there are apps like Norton Antivirus that would appear to be doing POP proxying, but don't make you tweak anything in your mail client at all. It just "magically" passes though Norton. How might they be accomplishing something like this?
Brad.
|
|
|
|
 |
|
 |
They install a TDI driver that captures the connection to the POP3 port and redirect it to the AV server.
|
|
|
|
 |
|
 |
Bleh! That sounds like more work than I'm willing to put into my pet project. I don't suppose there are any TDI driver samples anywhere, eh?
|
|
|
|
 |
|
 |
No - the version of Norton I have fiddles with your email client settings when Norton is installed, it gets your email client to collect email from pop.norton.antivirus (or something like that) and has added an entry for this in your hosts file. The resolves to localhost - ie the POP proxy.
|
|
|
|
 |
|
 |
Will this be able to be used on Windows 2K/XP in NON-admin logins, since it uses raw sockets. I have yet been able to find how to create a socket application that can be used in all accounts, but still be able to set socket options. Other programs do it...
"Best file compression around: DEL *.* = 100% compression."
<><><><><><><><><><><><><>
Matthew R. Miller
mattrmiller@computersmarts.net
www.computersmarts.net
|
|
|
|
 |
|
 |
To get it compiled and linked with VC6 (after the project was converted [^]to VC6) you need to do this :
#ifndef INT_PTR
#define INT_PTR int
#endif
and add user32.lib in link libraries.
She's so dirty, she threw a boomerang and it wouldn't even come back. |
|
|
|
 |
|
 |
BTW while the project itself has been given in VC7 solution format (and as you said the sample app uses INT_PTR); the class (cpp & h files) can be easily used in any VC6 project (MFC or SDK) without any modifications!
At least that's what I think right now. If anyone encounters any probs, feel free to post it here (perhaps Stephane might modify his VC7-VC6 converter )
Regards,
Nish
Author of the romantic comedy
Summer Love and Some more Cricket [New Win]
Review by Shog9
Click here for review[NW]
|
|
|
|
 |
|
 |
I agree the weirdo is located in the tiny dialog code itself, not the main class.
Although this code needs update (replace all static buffer allocations with dynamic ones), I am reusing it today to build a nice html proxy filter I could not achieve with MFC CAsyncSocket (because of all the mess around _afxSockThreadState (un)managed state).
So thanks.
She's so dirty, she threw a boomerang and it wouldn't even come back. |
|
|
|
 |
|
 |
__Stephane Rodriguez__ wrote:
I am reusing it today to build a nice html proxy filter I could not achieve with MFC CAsyncSocket (because of all the mess around _afxSockThreadState (un)managed state).
Cool! I am glad to hear this Stephane
Nish
Author of the romantic comedy
Summer Love and Some more Cricket [New Win]
Review by Shog9
Click here for review[NW]
|
|
|
|
 |
|
 |
Thanks Stephane !!
Regardz
Colin J Davies
Sonork ID 100.9197:Colin
You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining.
Said by Roger Wright about me.
|
|
|
|
 |
|
|
 |
|
 |
Ok ok,
I was going to say thanks when I got it running successfully.
I just haven't had time yet.
Regardz
Colin J Davies
Sonork ID 100.9197:Colin
You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining.
Said by Roger Wright about me.
|
|
|
|
 |
|
 |
This might depend on what version of the Platform SDK you have installed.
Steve S
[This signature space available for rent]
|
|
|
|
 |
|
 |
You have all the credits Nish
and thanx
|
|
|
|
 |