File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ curl internals
18
18
- [ FILE] ( #file )
19
19
- [ SMB] ( #smb )
20
20
- [ LDAP] ( #ldap )
21
- - [ E-mail ] ( #email )
21
+ - [ Email ] ( #email )
22
22
- [ General] ( #general )
23
23
- [ Persistent Connections] ( #persistent )
24
24
- [ multi interface/non-blocking] ( #multi )
354
354
Everything LDAP is in ` lib/ldap.c ` and ` lib/openldap.c ` .
355
355
356
356
<a name =" email " ></a >
357
- E-mail
357
+ Email
358
358
======
359
359
360
360
The email related source code is in ` lib/imap.c ` , ` lib/pop3.c ` and
Original file line number Diff line number Diff line change @@ -1221,7 +1221,7 @@ alternative and a file attachment encoded in base64:
1221
1221
curl_mime *message = curl_mime_init(easyhandle);
1222
1222
1223
1223
/* The inline part is an alternative proposing the html and the text
1224
- versions of the e-mail . */
1224
+ versions of the email . */
1225
1225
curl_mime *alt = curl_mime_init(easyhandle);
1226
1226
1227
1227
/* HTML message. */
You can’t perform that action at this time.
0 commit comments