Re: Having problems with POP3 setup

2022-09-06 Thread X Tec
But as mentioned, they reserved POP3 only for paid users... On 2022-09-06 09:08:47, Mark H. Wood wrote: > > On Sat, Sep 03, 2022 at 05:35:31PM -0500, x...@trimaso.com.mx wrote: > > > > > What's the current panorama for POP3 nowadays? Is it still used or is it > > > dying? I heard Yahoo dropped

Re: Having problems with POP3 setup

2022-09-02 Thread X Tec
Could someone still help with these issues please? Thanks. On 2022-08-31 11:46:15, X Tec wrote: > With debugger I saw this line: "-ERR Unknown command: LAST"; so I think you > were right once again... > So if I wanted this function, or the one of "keep messages in server

Re: Postponing and forwarding

2022-08-31 Thread X Tec
Yes, you're all right. I should've read the manual. I owe you an apology. And thanks for your still help. On 2022-08-31 17:35:21, Sam Kuper wrote: > On Wed, Aug 31, 2022 at 11:51:24AM -0500, X Tec wrote: > > When composing an email, I decided to postpone instead of immediately > &g

Postponing and forwarding

2022-08-31 Thread X Tec
When composing an email, I decided to postpone instead of immediately send. It got saved in Drafts folder, but when deciding to send it, I opened the draft, but there's no "send" option; just the usual respond, new email, and the other options when opening any other message. Then how am I

Re: Having problems with POP3 setup

2022-08-31 Thread X Tec
fy their subfolders for the variables $sent, $drafts...: > "INBOX.sent", "[Gmail]/Sent Mail", etc. Then how am I supposed to find out > which syntax each email service uses? So this has really no solution? Thanks again beofrehand for your attention. > On 2022-08-3

Re: Having problems with POP3 setup

2022-08-29 Thread X Tec
his: mkdir -p $HOME/mutt/mail/{inbox,sent,trash}/{cur,new,tmp} Now, could someone really help with the other issues, please? Thanks again. On 2022-08-27 11:53:50, X Tec wrote: > Hello. > > After exploring all possibilities I could with IMAP, I felt like it was time > to give

Having problems with POP3 setup

2022-08-27 Thread X Tec
Hello. After exploring all possibilities I could with IMAP, I felt like it was time to give POP3 a try. So tried the following: set pop_user="$user"; set pop_pass="$pass"; set pop_host="pop://$user@$url" set pop_delete=no; set pop_last=yes; set mbox_type=Maildir; set folder=~/mutt/mail; set

Custom location for .mailcap?

2022-08-23 Thread X Tec
Hello. I'm wondering, is it possible to specify a different custom location for ~/.mailcap, and different from the defaults? Thanks beforehand for your attention.

POP3: keep messages in server for x days

2022-08-23 Thread X Tec
Hello again. Title. I already know about pop_delete and pop_last; but is it possible to tell Mutt something like "keep messages in remote server, but only for a certain amount of time"? Thanks again.

Opening MIME PDF directly in Mutt's attachment visor

2022-08-23 Thread X Tec
When mailcap is not configured, trying to open a PDF results in viewing it as "text" in Mutt's attachment visor. I configured mailcap to view PDF with pdftotext, but it results in "opening" it just for a "blink" moment, then back to Mutt. How could I properly configure this? Thanks again.

Re: New to Mutt, unable to send messages in *any* attempted way

2022-05-19 Thread X Tec
On 2022-05-19 12:05:59, Kevin J. McCarthy wrote: > On Thu, May 19, 2022 at 01:12:31PM -0500, Derek Martin wrote: > > On Thu, May 19, 2022 at 11:06:38AM -0700, Kevin J. McCarthy wrote: > > > Sorry, this isn't currently possible in Mutt. The $sendmail variable is > > > handled specially: it's

Re: New to Mutt, unable to send messages in *any* attempted way

2022-05-19 Thread X Tec
On 2022-05-19 00:25:32, Jon LaBadie wrote: > So I have NO IDEA IF IT WILL WORK, but you might try: > > set sendmail="/usr/bin/msmtp [...] --passwordeval=$(gpg --no-tty -q -d > ~/.user.gpg)" > Thanks very much for your advise. Actually I had already read about all the Bash stuff (and also other

Re: New to Mutt, unable to send messages in *any* attempted way

2022-05-18 Thread X Tec
Parting from this: > printf "%b\n" "$msg" | mutt -s "Test message" -e 'set > my_user="u...@domain.tld"; set my_url="smtp.domain.tld"; set record=""; set > from="Send User<$my_user>"; set envelope_from=yes; set > sendmail="/path/to/msmtp --port=587 --tls=on --host=$my_url --auth=on >

Re: New to Mutt, unable to send messages in *any* attempted way

2022-05-11 Thread X Tec
Managed to briefly test in a more updated rig with Mutt 2.2.4 and Msmtp 1.8.11. On Tue, May 10, 2022 at 07:25:02AM +, Sam Kuper wrote: > Consider adding ` --` (without backticks) to the end of the > sendmail string in your example above. > printf "%b\n" "$msg" | mutt -s "Test message" -e

Re: New to Mutt, unable to send messages in *any* attempted way

2022-05-07 Thread X Tec
On 2022-05-07 08:45:35, Cameron Simpson wrote: > Probably not? If you've been debugging the $smtp* variables (in > particular, having to debug the password) then it sounds like mutt is > actually sending directly with SMTP and _not_ using the local postfix. > > When you send with the local