File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ <h3 id="if-your-mail-program-stores-mails-in-maildir-format-thunderbird-mutt-alp
33
33
< p > Simply copy the file to the < code > new</ code > subfolder in your mailer's maildir folder.</ p >
34
34
< h3 id ="if-you-use-webmail-gmail-and-friends "> If you use webmail (GMail and friends)</ h3 >
35
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
36
+ < pre > < code class ="language-sh "> curl -g --user "<email>" --url "imaps://imap.gmail.com/INBOX" -T /path/to/raw.txt
37
37
</ code > </ pre >
38
38
39
39
</ div >
You can’t perform that action at this time.
0 commit comments