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 |
Steve Holme
|
e07385f853
smtp: Updated SMTP_AUTH_PASSWD state constant
|
11 years ago |
Steve Holme
|
73fae58132
email: Updated comment regarding ssldone usage
|
11 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
ffd8e127e7
build: rename 76 lib/*.h files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Yang Tse
|
ec691ca34b
lib/*.h: use our standard naming scheme for header inclusion guards
|
12 years ago |
František Kučera
|
0a0f3c63a6
SMTP: only send SIZE if supported
|
12 years ago |
Steve Holme
|
6188855b67
smtp: Post apop feature code tidy up
|
12 years ago |
Steve Holme
|
0cd8c287a4
sasl: Re-factored mechanism constants in preparation for APOP work
|
12 years ago |
Steve Holme
|
00fddba672
smtp: Re-factored the SMTP_AUTH* state machine constants
|
12 years ago |
Steve Holme
|
7157363ab4
smtp: Post authentication code tidy up
|
12 years ago |
Steve Holme
|
978b808f7d
smtp: Moved auth-mechanism constants into a separate header file
|
12 years ago |
Steve Holme
|
7ba07c80a1
smtp: Fixed non-escaping of dot character at beginning of line
|
12 years ago |
Gökhan Şengün
|
7a2647e162
smtp: Add support for DIGEST-MD5 authentication
|
12 years ago |
Steve Holme
|
5c409d03ec
SMTP: Code policing and tidy up
|
12 years ago |
Steve Holme
|
4d327d20c6
smtp: Added support for NTLM authentication
|
13 years ago |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 years ago |
Ben Noordhuis
|
521e88e009
SMTP-multi: non-blocking connect
|
13 years ago |
Ben Noordhuis
|
88e825de86
SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.
|
13 years ago |
monnerat
|
4bfe07640c
Implement SMTP authentication
|
14 years ago |
Ben Greear
|
e7e37a246a
fixed compiler warnings
|
14 years ago |
Ben Greear
|
3ec7543007
fix smtp compile warning
|
14 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Patrick Monnerat
|
338553eda3
- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.
|
14 years ago |
Daniel Stenberg
|
a434cb43e8
- I made the SMTP code expect a 250 response back from the server after the
|
14 years ago |
Daniel Stenberg
|
975814368a
- Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses
|
14 years ago |
Daniel Stenberg
|
6c6dc3f879
modified to get the EHLO domain from the path part of the URL instead of the
|
15 years ago |