Mutt is an open-source CLI email client. It is highly customizable and fast. Lots of sorting and filtering criteria allow for highly efficient mail handling.
Questions tagged [mutt]
276 questions
-1
votes
1 answer
Cannot fetch email with large attachment
I use fetchmail to fetch emails from my Gmail account. But when the mail attachment is very large(like more than 20M), the mail will not be fetched to my local mail inbox.
How to force the fetchmail to download such a large email(Maybe it's the…

Libin Wen
- 434
- 1
- 5
- 17
-1
votes
3 answers
Why does mutt fail when I call it from my Perl CGI script?
I have developed a database with the use of Perl CGI with C++. I have problem in sending the results to mail. I used the following code:
print LOG "[",`date`,"] Sending mail to $email\n";
system (qq{mutt -s "MMM" -a $zip_file $email < $job_id}); …

venkatesh
- 1
- 1
-2
votes
1 answer
One Extra line is added when using mutt for .csv file
I am using python 3 and this is my code
with open(f"{datetime.datetime.now().strftime(DATETIME_FORMAT)}.csv", "w", newline="") as f:
w = csv.writer(f)
When I import file from my server to local(Macbook) it shows files in correct…

muhammad osama
- 1
- 1
-2
votes
1 answer
how to send email on mutt
I'm starting in programming and i'm supposed to send my code by email using a the mutt command. So I write:
mutt -s "email subject" -a attached_file.txt -- profesor@gmail.com
Then it confirms me the professor email, I press enter. It confirms the…
-3
votes
1 answer
How to resend bounced email messages using mutt
Background
An email relaying issue was resolved.
32 email messages to sponsors had bounced to root.
I copied /var/mail/root to /tmp/root.
I deleted irrelevant messages from /tmp/root (using mutt).
All the bounced messages had the same…

badams
- 98
- 1
- 9
-3
votes
1 answer
Is it safe to delete /root/sent in ubuntu?
I have a server running ubuntu 14.04
What is inside of /root/sent?
It is currently taking of 34GB of my server space.
It is safe to delete it?

user774150
- 962
- 2
- 10
- 24