Steve Holme
|
7f6c7331b2
email: Additional tidy up of comments following recent changes
|
11 年之前 |
Steve Holme
|
0b795db731
smtp: Removed some FTP heritage leftovers
|
11 年之前 |
Steve Holme
|
8a468ef222
smtp: Moved the per-request variables to the per-request data structure
|
11 年之前 |
Steve Holme
|
ed7d438a12
pop3: Introduced a custom SMTP structure for per-request data
|
11 年之前 |
Steve Holme
|
d415327bd7
email: Minor tidy up following IMAP changes
|
11 年之前 |
Yang Tse
|
52605e006c
smtp.c: fix enumerated type mixed with another type
|
11 年之前 |
Steve Holme
|
e52fc1e297
email: Tidied up result code variables
|
11 年之前 |
Steve Holme
|
39b79c6b75
email: Removed unnecessary forward declaration
|
11 年之前 |
Daniel Stenberg
|
c25383ae13
rename "easy" statemachines: call them block instead
|
11 年之前 |
Steve Holme
|
4f328b85c3
smtp.c: Fixed a trailing whitespace
|
11 年之前 |
Steve Holme
|
7ed689d24a
smtp: Refactored the smtp_state_auth_resp() function
|
11 年之前 |
Steve Holme
|
d09d08dc1f
email: Tidy up before additional IMAP work
|
11 年之前 |
Steve Holme
|
0c6fa0dd64
smtp: Removed duplicate pingpong structure initialisation
|
11 年之前 |
Steve Holme
|
52281a10aa
email: Post optimisation of endofresp() tidy up
|
11 年之前 |
Steve Holme
|
b56c9eb48e
pingpong: Optimised the endofresp() function
|
11 年之前 |
Steve Holme
|
586f5d3614
email: Post STARTLS capability code tidy up (Part Three)
|
11 年之前 |
Steve Holme
|
566a3638fa
smtp: Added support for the STARTTLS capability (Part Two)
|
11 年之前 |
Steve Holme
|
c76cb3da04
smtp: Added support for the STLS capability (Part One)
|
11 年之前 |
Steve Holme
|
92f7606f29
smtp: Fixed an issue when processing EHLO failure responses (Part 3)
|
11 年之前 |
Steve Holme
|
62bd217464
smtp: Fixed an issue when processing EHLO failure responses (Part 2)
|
11 年之前 |
Steve Holme
|
f0bfc0fbd7
smtp: Fixed an issue with missing capabilities after the AUTH line
|
11 年之前 |
Steve Holme
|
23d17190ee
smtp: Fixed an issue when processing EHLO failure responses
|
11 年之前 |
Steve Holme
|
40f9bb787f
smtp: Reworked smtp_endofresp() to allow for extra capability detection
|
11 年之前 |
Steve Holme
|
dda53476ca
smtp: Renamed smtp_state_auth_passwd_resp() function
|
11 年之前 |
Steve Holme
|
e07385f853
smtp: Updated SMTP_AUTH_PASSWD state constant
|
11 年之前 |
Steve Holme
|
de0410fe9a
email: Moved starttls code in separate functions
|
11 年之前 |
Steve Holme
|
1d22407863
email: Reworked comments in the endofresp() functions
|
11 年之前 |
Steve Holme
|
022e67294e
email: Provided extra comments following recent pop3/imap fixes
|
11 年之前 |
Steve Holme
|
0e5e720c19
smtp.c: Fixed unnecessary state change if starttls fails
|
11 年之前 |
Steve Holme
|
d9c3505e83
smtp.c: Added comments to smtp_endofresp()
|
11 年之前 |