comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/mail-rcpt.d @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 Long: mail-rcpt
2 Arg: <address>
3 Help: Mail to this address
4 Protocols: SMTP
5 Added: 7.20.0
6 ---
7 Specify a single address, user name or mailing list name. Repeat this
8 option several times to send to multiple recipients.
9
10 When performing a mail transfer, the recipient should specify a valid email
11 address to send the mail to.
12
13 When performing an address verification (VRFY command), the recipient should be
14 specified as the user name or user name and domain (as per Section 3.5 of
15 RFC5321). (Added in 7.34.0)
16
17 When performing a mailing list expand (EXPN command), the recipient should be
18 specified using the mailing list name, such as "Friends" or "London-Office".
19 (Added in 7.34.0)