We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55522b9 commit c5f311fCopy full SHA for c5f311f
reply-to-this.md
@@ -15,5 +15,5 @@ Simply copy the file to the `new` subfolder in your mailer's maildir folder.
15
You can use the command-line tool `curl` (provided that your version has IMAP support):
16
17
```sh
18
-curl -g --user "<email>:<password>" --url "imaps://imap.gmail.com/INBOX" -T /path/to/raw.txt
+curl -g --user "<email>" --url "imaps://imap.gmail.com/INBOX" -T /path/to/raw.txt
19
```
0 commit comments