Steve Holme
|
166ace8be0
emailL Added reference to RFC8314 for implicit TLS
|
5 years ago |
Rikard Falkeborn
|
f5a77473c5
smtp: fix compiler warning
|
5 years ago |
Daniel Stenberg
|
65eb65fde6
urldata: simplify bytecounters
|
5 years ago |
Daniel Gustafsson
|
39df4073e5
smtp: avoid risk of buffer overflow in strtol
|
5 years ago |
Daniel Stenberg
|
154a17b6ee
pingpong: ignore regular timeout in disconnect phase
|
6 years ago |
Daniel Stenberg
|
46e164069d
url: use the URL API internally as well
|
6 years ago |
Daniel Stenberg
|
2825f46d95
CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
|
6 years ago |
Daniel Stenberg
|
ba1dbd78e5
smtp: use the upload buffer size for scratch buffer malloc
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Patrick Monnerat
|
62cf2d180e
smtp: fix processing of initial dot in data
|
6 years ago |
Daniel Stenberg
|
8dd4edeb90
smtp/pop3/imap_get_message: decrease the data length too...
|
6 years ago |
Daniel Stenberg
|
615edc1f73
sasl_getmesssage: make sure we have a long enough string to pass
|
7 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
7 years ago |
Daniel Stenberg
|
38ab7b4ccb
smtp_done: free data before returning (on send failure)
|
7 years ago |
Daniel Stenberg
|
1e548f7784
smtp: fix memory leak in OOM
|
7 years ago |
Patrick Monnerat
|
ce0881edee
mime: new MIME API.
|
7 years ago |
Max Dymond
|
c75f63d7c4
handler: refactor connection checking
|
7 years ago |
Daniel Stenberg
|
efc83d6d54
http-proxy: only attempt FTP over HTTP proxy
|
7 years ago |
Daniel Stenberg
|
e40e9d7f0d
buffer: use data->set.buffer_size instead of BUFSIZE
|
7 years ago |
Daniel Stenberg
|
c5c4e816b4
URL: only accept ";options" in SMTP/POP3/IMAP URL schemes
|
7 years ago |
Jay Satiro
|
4e6f483d08
smtp: Fix STARTTLS denied error message
|
7 years ago |
Daniel Stenberg
|
8657c268e1
checksrc: white space edits to comply to stricter checksrc
|
8 years ago |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 years ago |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 years ago |
Jay Satiro
|
af2d679e14
errors: new alias CURLE_WEIRD_SERVER_REPLY (8)
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
17b1528dc2
smtp: minor ident (white space) fixes
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Daniel Stenberg
|
575e885db0
multi: turn Curl_done into file local multi_done
|
8 years ago |