Julien Chaffraix
4e2ac742c9
imap: Fixed typo in a comment.
2011-02-07 20:15:35 -08:00
Kamil Dudka
5c7c9a768d
url: provide dead_connection flag in Curl_handler::disconnect
...
It helps to prevent a hangup with some FTP servers in case idle session
timeout has exceeded. But it may be useful also for other protocols
that send any quit message on disconnect. Currently used by FTP, POP3,
IMAP and SMTP.
2010-12-06 14:35:42 +01:00
Daniel Stenberg
c0111460b0
Curl_setup_transfer: no longer returns anything
...
This function could only return CURLE_OK and by changing it to
a void instead, we can simplify code all over.
2010-04-16 23:43:04 +02:00
Guenter Knauf
32edba1999
added a cast to silent compiler warning with 64bit systems.
2010-04-12 16:47:48 +02:00
Daniel Stenberg
2309b4e330
remove the CVSish $Id$ lines
2010-03-24 11:02:54 +01:00
Dan Fandrich
507d58435a
Fixed a couple of out of memory leaks and a segfault in the IMAP code.
2010-02-26 21:24:44 +00:00
Yang Tse
340ab2f87f
make Curl_handler_*_proxy definition static
2010-01-25 23:41:02 +00:00
Yang Tse
3184a91ec8
VMS specific preprocessor symbol checking adjustments
2009-12-30 17:59:56 +00:00
Daniel Stenberg
6add5baa3a
free the allocated mailbox name at disconnect
2009-12-20 11:10:08 +00:00
Yang Tse
2c9644b812
Fix compiler warning
2009-12-14 16:05:57 +00:00
Daniel Stenberg
ec3bb8f727
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
2009-12-12 21:54:01 +00:00