Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

How to download all mail in Claws-mail

+3
−0

With Claws-mail, I want to be able to read all my mail even if offline, but the only way I know to download mail contents is by manually selecting it in the mail list. Additionally, navigating feels a bit sluggish because, as the manual says:

When using IMAP your folder list and your emails are all kept on a central server. This slows down navigation a little as each mail is downloaded on demand (...)

How can I download all my mail at once?

I inspected the preferences and preferences for current account under the configuration menu, but found nothing appropriate.

Message > receive > get from current account retrieves the headers of new messages in order to populate the inbox (or any other) folder, but message contents are not downloaded that way — just like Claws-mail does at initialization.

A solution would be to individually select each of the available mail when online, but of course it's not practical.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

2 answers

You are accessing this answer with a direct link, so it's being shown above all other answers regardless of its score. You can return to the normal view.

+1
−0

Right-click the folder whose mail you want to download and click download messages in the context menu. This is absent from the manual (I suppose one is expected to discover it in the GUI) and there does not seem to be a way to do that for all folders in a single action, but it is good enough.

An alternative is to use the menu File > Export to mbox file.

MBox

A mailbox format in which all mail is concatenated and stored in a single file. The mbox format supported by Claws Mail is mboxrd.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+5
−0

The correct way to do this is to run an IMAP syncing program automatically, to keep a mirror of all your email on your local machine. Then you point Claws at the local machine, not at the remote IMAP server. As a bonus, any local mail client will be able to look at the local email spool.

Syncing tools include offlineimap, mailsync, isync, getmail6, and a bunch of others.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

A complement answer (1 comment)

Sign up to answer this question »