22
0
Fork 0

Ajout d'une partie IMAP

This commit is contained in:
tpilat 2018-09-10 12:24:21 +02:00
parent 8089ed5149
commit 27fdf0555f
1 changed files with 6 additions and 0 deletions

View File

@ -227,6 +227,12 @@ Envoyer un email :
$ curl --mail-from foo@example.com --mail-rcpt bar@example.com smtp://example.com/
~~~
### IMAP(S)
~~~
$ curl --url "imaps://mail.example.com" --user "bar@example.com:password"
~~~
### FTP
Récupérer le fichier Debian.iso via FTP :