[twsocket] Problem with smtp file attach send error RequestDone Rq=5 Error=10004

2011-03-04 Thread andrea lucchetti
Hi to all ( this is my first email)

I'm trying ics component ( smtp in this case )

my suite is d2009 patch 4 and vista
ics last release from your site v7

when send on email without attachment there isn't problem

1) using your demo APP
but when insert a file i have this two result
with your demo project , if i repeat send process with allinone button ,
with the same config and file  i have this log ( some time goes OK)


 --= Multipart Boundary 0304111213--
.
 .
RequestDone Rq=5 Error=10004
Error, stoped All-In-One demo

2) using myAPP
in my test app the send process (with file attachment ) still hung in
(without file attach goes OK)

 --= Multipart Boundary 0304111213--

and fail to send email

i have try the exe project (demo and myapp)  in different pc with AV and fw
disable with the same result.

best regards
andrea
--
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] Problem with smtp file attach send error RequestDoneRq=5 Error=10004

2011-03-04 Thread Arno Garrels
andrea lucchetti wrote:
 Hi to all ( this is my first email)
 
 I'm trying ics component ( smtp in this case )
 
 my suite is d2009 patch 4 and vista
 ics last release from your site v7

At first, always grab latest ICS source from:
http://wiki.overbyte.be/wiki/index.php/ICS_Download

 
 when send on email without attachment there isn't problem
 
 1) using your demo APP
 but when insert a file i have this two result
 with your demo project , if i repeat send process with allinone
 button , with the same config and file  i have this log ( some time
 goes OK) 

What is the LastResponse, ErrorMessage and StatusCode?
Maybe some upload limit per time interval has been reached.
Anyway the server should notify the client about the reason why he 
closes the connection.  


-- 
Arno Garrels

--
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] Problem with smtp file attach send errorRequestDoneRq=5 Error=10004

2011-03-04 Thread Arno Garrels
Arno Garrels wrote:
 andrea lucchetti wrote:
 Hi to all ( this is my first email)
 
 I'm trying ics component ( smtp in this case )
 
 my suite is d2009 patch 4 and vista
 ics last release from your site v7
 
 At first, always grab latest ICS source from:
 http://wiki.overbyte.be/wiki/index.php/ICS_Download
 
 
 when send on email without attachment there isn't problem
 
 1) using your demo APP
 but when insert a file i have this two result
 with your demo project , if i repeat send process with allinone
 button , with the same config and file  i have this log ( some time
 goes OK)
 
 What is the LastResponse, ErrorMessage and StatusCode?
 Maybe some upload limit per time interval has been reached.

If that's the source of the problem read this: 
http://wiki.overbyte.be/wiki/index.php/TSmtpCli.MessageSize
Helpful as well:
http://www.ietf.org/rfc/rfc1870

-- 
Arno Garrels

--
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] TTwitter component

2011-03-04 Thread brian -
v0.33 up with xAuth/SSL support.

On Mon, Feb 28, 2011 at 4:02 PM, brian - hikarito...@gmail.com wrote:

 http://dev.twitter.com/pages/auth_overview

 http://dev.twitter.com/pages/auth_overviewThere's xAuth to skip the PIN
 step, but requires the twitter user/pass.
 Also I made a method in my lib to do almost like xAuth, simulating a
 browser login, catching the cookies and posting the form etc to retrieve the
 data, but that's prone to fail.

 I do like the PIN step to be honest, it's only required once and the user
 will feel more secure not giving their login details.


 On Mon, Feb 28, 2011 at 3:34 PM, Anton S. an...@rambler.ru wrote:

 There's already a method through httpcli, but PIN approach should always
 be
 encouraged.
 I don't know what PIN is but couldn't it be implemented without external
 apps/activeX?

 --
 Anton
 --
 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



--
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