Glenn Strauss
|
7f43f3dc59
transfer: upload performance; avoid tiny send
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Erik Olsson
|
0a5827571f
lib: save a bit of space with some structure packing
|
3 years ago |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Steve Holme
|
4754c55cd7
smtp: Detect server support for the UTF-8 extension as defined in RFC-6531
|
4 years ago |
Pavel Volgarev
|
4a4609bf3c
smtp: Allow RCPT TO command to fail for some recipients
|
4 years ago |
Daniel Stenberg
|
0bc60d91de
copyrights: fix copyright year range
|
5 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Patrick Monnerat
|
79543caf90
SASL: common state engine for imap/pop3/smtp
|
9 years ago |
Patrick Monnerat
|
5f09cbcdbd
IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.
|
9 years ago |
Steve Holme
|
854049f962
smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob()
|
10 years ago |
Steve Holme
|
078d1fbf2b
email: Added mutual authentication flag
|
10 years ago |
Steve Holme
|
472d1d8e05
email: Introduced the GSSAPI states
|
10 years ago |
Steve Holme
|
fe260b75e7
smtp: Fixed login denied when server doesn't support AUTH capability
|
10 years ago |
Steve Holme
|
f71b1ad908
smtp: Added support for VRFY and EXPN commands
|
11 years ago |
Steve Holme
|
dac01ff6d7
smtp: Added support for NOOP and RSET commands
|
11 years ago |
Steve Holme
|
7de4cc35f8
email: Added initial support for cancelling authentication
|
11 years ago |
Kyle L. Huff
|
90ab65c632
smtp: added basic SASL XOAUTH2 support
|
11 years ago |
Steve Holme
|
99b4045183
smtp: Fixed sending of double CRLF caused by first in EOB
|
11 years ago |
Steve Holme
|
46d26a0e77
smtp: Tidy up to move the eob counter to the per-request structure
|
11 years ago |
Steve Holme
|
8723cade21
smtp: Added support for ;auth=<mech> in the URL
|
11 years ago |
Steve Holme
|
ad3177da24
smtp: Re-factored the final SMTP_AUTH constant
|
11 years ago |
Steve Holme
|
aa44ec62aa
email: Slight reordering of connection based variables
|
11 years ago |
Steve Holme
|
9d45391347
smtp: Removed bytecountp from the per-request structure
|
11 years ago |
Steve Holme
|
0b795db731
smtp: Removed some FTP heritage leftovers
|
11 years ago |
Steve Holme
|
8a468ef222
smtp: Moved the per-request variables to the per-request data structure
|
11 years ago |
Steve Holme
|
ed7d438a12
pop3: Introduced a custom SMTP structure for per-request data
|
11 years ago |
Steve Holme
|
c76cb3da04
smtp: Added support for the STLS capability (Part One)
|
11 years ago |