Discussion:
How to download gmail?
(too old to reply)
Nicholas Saunders
2023-11-27 21:55:01 UTC
Permalink
I think that my mbox problems might be with Gmail or Thunderbird:

***@mordor:~/Downloads$
***@mordor:~/Downloads$ mail -f linux.mbox
Cannot create mailbox linux.mbox: Requested item not found
***@mordor:~/Downloads$
***@mordor:~/Downloads$ head linux.mbox
From ***@gmail.com Sun, 08 Oct 2023 04:18:08
Delivered-To: ***@gmail.com
Received: by 2002:a05:7208:81cd:b0:74:9338:9721 with SMTP id l13csp1184940rbf;
Sat, 7 Oct 2023 21:18:15 -0700 (PDT)
X-Received: by 2002:a05:6870:5386:b0:1d7:b3b4:4b8d with SMTP id h6-20020a056870538600b001d7b3b44b8dmr4448288oan.0.1696738695055;
Sat, 07 Oct 2023 21:18:15 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; t=1696738695; cv=none;
d=google.com; s=arc-20160816;
b=mM9qT5ZWLbKeuGpRGsMnV8phEqDH2EAu82fPqpCIKm+dstFXHfTesv7yiAL1PKchHt
ctGMOVXc99GhL9Eh71jLGEk2BCVrwBtiQGYyPW5yZVC9WxvprQDJ9gpNED4L/pZtvshQ
***@mordor:~/Downloads$
***@mordor:~/Downloads$ tail linux.mbox
quot;Android-x86&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:android-x86+***@googlegroups.com">android=
-x86+***@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/d/msgid/android-x86/314ca2d0-f910-4cde-9deb-449ab3aa3df5%40gmail.com?utm=
_medium=3Demail&utm_source=3Dfooter">https://groups.google.com/d/msgid/andr=
oid-x86/314ca2d0-f910-4cde-9deb-449ab3aa3df5%40gmail.com</a>.<br />

--------------NtsjPZDcs2AOcGZwtJdN5gK3--
***@mordor:~/Downloads$
***@mordor:~/Downloads$ wc -l linux.mbox
2425 linux.mbox
***@mordor:~/Downloads$


https://askubuntu.com/q/1494144/847449


How would I verify the download?
Eduardo Chappa
2023-11-28 02:16:25 UTC
Permalink
Post by Nicholas Saunders
Cannot create mailbox linux.mbox: Requested item not found
There is a problem with the From line. Alpine expect a line that says

From ***@gmail.com Sun 8 Oct 04:18:08 2023

Note the differences: No comman after the day of the week, the location of
the year is at the end, and the number of the day of the month is two
characters long, and never starts with a 0, but a space when it is a
single digit.

I hope this helps.
--
Eduardo
https://alpineapp.email (web)
http://repo.or.cz/alpine.git (Git)
Nicholas Saunders
2023-11-28 08:26:41 UTC
Permalink
Post by Eduardo Chappa
Post by Nicholas Saunders
Cannot create mailbox linux.mbox: Requested item not found
There is a problem with the From line. Alpine expect a line that says
Note the differences: No comman after the day of the week, the location of
the year is at the end, and the number of the day of the month is two
characters long, and never starts with a 0, but a space when it is a
single digit.
I hope this helps.
--
Eduardo
https://alpineapp.email (web)
http://repo.or.cz/alpine.git (Git)
Yes, got it. The "app specific password" took some extra googling, but I got that setup. (Went to 2 Factor Authentication and at the bottom of the page created a special password for Alpine.)

What I'm thinking is to add local folders and then just use the bulk operations from Alpine to backup e-mails locally. But how do I create local folders? Everything is IMAP at the moment.
Loading...