We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf1328 commit fcc9bf9Copy full SHA for fcc9bf9
reply-to-this.html
@@ -33,7 +33,7 @@ <h3 id="if-your-mail-program-stores-mails-in-maildir-format-thunderbird-mutt-alp
33
<p>Simply copy the file to the <code>new</code> subfolder in your mailer's maildir folder.</p>
34
<h3 id="if-you-use-webmail-gmail-and-friends">If you use webmail (GMail and friends)</h3>
35
<p>You can use the command-line tool <code>curl</code> (provided that your version has IMAP support):</p>
36
-<pre><code class="language-sh">curl -g --user "<email>:<password>" --url "imaps://imap.gmail.com/INBOX" -T /path/to/raw.txt
+<pre><code class="language-sh">curl -g --user "<email>" --url "imaps://imap.gmail.com/INBOX" -T /path/to/raw.txt
37
</code></pre>
38
39
</div>
0 commit comments