[twsocket] TPOP3CLI o TSYNCPOP3CLI

2011-12-15 Thread Alfonso Del Vecchio

Until now I always used the Indy Atozed.
Some friends advised me to use Overbyte-ICS.
I must confess that I have some difficulties.
First of all, if you use the demo OverbyteIcsMailRcv works ok. If I use the 
same functions in my application developed with Dephi 2010 - Atozed 
Intraweb - TMS Software can not even connect (Connect).
Even using the component TSyncPop3Cli things do not improve, indeed, it 
seems that everything is working because I can not signal an error.

I discovered that the Connect (ConnectSync) does not produce any results.
The only difference between your and my demo application consists in the 
fact that the setting data (host, port, username, etc..) Are taken from the 
DB rather than from a file.
I am interested in your product for the chance to manage e-mail it certified 
with Indy is somewhat more complicated.

Is there something I'm missing in the use of ICS?
To better understand the use I run Connect (ConnectSync) by setting host, 
port, username, password. It seems that everything is ok even if events or 
OnSessionConnected OnRequestDone are not executed.

What could be the problem?
thanks 
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] POP3Client

2011-12-15 Thread Alfonso Del Vecchio

I is reported on connectsync RqType = 1 and error = 500. What does this mean?--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] POP3Client

2011-12-15 Thread Angus Robertson - Magenta Systems Ltd
 I is reported on connectsync RqType = 1 and error = 500. What does 
 this mean?

Where is this reported?  ConnectSync is a method that does not return any
information.  

To open a POP3 mailbox, you normally use the OpenSync method which
handled connect, logon and password, and test the Connected property when
it returns which tells you wether it worked or not.  The ErrorMessage
property says what when wrong is OpenSync fails. 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Client Server connectivity

2011-12-15 Thread Matt Minnis
How does one handle client/server connectivity in a way that avoids needing
to do port forwarding in routers?
Ie Something like LogmeIn.com.  How do they have it so you log into their
server and can contact the client machine even behind a firewall?
I'm starting on a project and need to know how to do something like this.  I
plan to use ICS to do it, but I am trying to figure out how to architect the
connections.

Any thoughts/suggestions?

Thanks,
Matt

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Client Server connectivity

2011-12-15 Thread François Piette
How does one handle client/server connectivity in a way that avoids needing

 to do port forwarding in routers? Ie Something like LogmeIn.com.  
 How do they have it so you log into their server and can contact the
client machine 
 even behind a firewall?

In those applications, you have a central server located on the internet and
accessible from everywhere. Then you have two clients: one for the guy which
need assistance and one for the guy who provides assistance. The server
relay traffic between the two. The clients stay connected all the time to
the server and the server never initiate the connection to the client.

Another option is to use a plug and play protocol that routers have which
allows a computer to open a port forwarding to him.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be




--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be