Re: IMAP && fetch size of message

2023-12-15 Thread Andrew Marks
You can limit to mail less than a certain size, or within a size range. http://www.mutt.org/doc/manual/#patterns ~z [MIN]-[MAX] You can make a macro which applies this limit. You may also get creative with the header format to highlight mail that is over a certain size. I'm not sure about inter

Re: IMAP to my company's server is failing

2023-01-18 Thread Greg Marks
> Until today I could read (in my spare time) my company mails with mutt > and IMAP. Since today it gives in the debug log: > > ... > > The password is fine and works via OWA365 web access. > > ... > > I have had: > > set imap_authenticators="login" > > but changing it to: > > set imap_authent

Re: IMAP to my company's server is failing

2023-01-18 Thread Matthias Apitz
El día miércoles, enero 18, 2023 a las 01:41:16 -0800, Kevin J. McCarthy escribió: > On Wed, Jan 18, 2023 at 08:36:23PM +0100, Matthias Apitz wrote: > > Until today I could read (in my spare time) my company mails with mutt > > and IMAP. Since today it gives in the debug log: > > > > ... > > [20

Re: IMAP to my company's server is failing

2023-01-18 Thread Kevin J. McCarthy
On Wed, Jan 18, 2023 at 08:36:23PM +0100, Matthias Apitz wrote: Until today I could read (in my spare time) my company mails with mutt and IMAP. Since today it gives in the debug log: ... [2023-01-18 19:21:31] 4< * OK The Microsoft Exchange IMAP4 service is ready. [RgBSADMAUAAyADgAMQBDAEEAMAAyA

Re: Imap folders not listed in the sidebar

2021-04-12 Thread Kevin J. McCarthy
On Sun, Apr 11, 2021 at 09:43:24AM -0600, John Niendorf wrote: I wanted to save a message I received. So I pressed s and was asked where I wanted to save the message. I chose to create a new folder called TurboTax. My question is what do I need to do for this new folder to appear in my sideba

Re: IMAP login failed

2020-09-13 Thread Pau
Aaargh I could kill myself!! It's all my fault! I was using an old config file I wrote for protonmail, and since protonmail requires a "bridge" which is closed source, I was using hydroxide... https://github.com/emersion/hydroxide This MIT-licensed software converts

Re: IMAP login failed

2020-09-13 Thread Kevin J. McCarthy
On Sun, Sep 13, 2020 at 09:25:18PM +0200, Pau wrote: I think this is the issue. That string I was referring to before is not the password as defined in my muttrc file. Entering :set ?imap_pass displays that string, To make sure I understand you, :set ?imap_pass is displaying the same value tha

Re: IMAP login failed

2020-09-13 Thread Nathan Stratton Treadway
On Sun, Sep 13, 2020 at 21:25:18 +0200, Pau wrote: > I think this is the issue. That string I was referring to before is > not the password as defined in my muttrc file. Entering :set > ?imap_pass displays that string For what it's worth, the string shown in the password spot in the debug log does

Re: IMAP login failed

2020-09-13 Thread Pau
Dear Kevin, again thanks for your quick reply. I think this is the issue. That string I was referring to before is not the password as defined in my muttrc file. Entering :set ?imap_pass displays that string, so onionmail.org seems to be changing the password for some reason. Why is it accepting

Re: IMAP login failed

2020-09-13 Thread Kevin J. McCarthy
On Sun, Sep 13, 2020 at 08:12:36PM +0200, Pau wrote: LOGIN shows the right username (xxx) but I do not understand what the next string is, "fFMJITrE20WY9pGYIkg9Mxbbe4EuUqNe9EONwwiSJ7c=" This is not my password. Note the escape character as well, as displayed by vim. The "escape character" is a

Re: IMAP login failed

2020-09-13 Thread Pau
Thanks for your feedback, Kevin. No, my password does not contain single quotes, but it does contain special characters. I had already thought about this and set a plain ascii passwd with only letters. with the same result. I also have tried with single quotes, without them etc... I have followed

Re: IMAP login failed

2020-09-13 Thread Kevin J. McCarthy
On Sun, Sep 13, 2020 at 02:41:12PM +0200, Pau wrote: set imap_user=xxx set imap_pass=yyy Does your password have any special characters? You might want to try using single quotes: set imap_pass='' If your password *contains* a single quote, then it should be quoted like: set imap_

Re: mutt + msmtp with Oauth2 Was [Re: IMAP authentication in one domain (my institution) and redirect to Gmail]

2020-08-13 Thread Hokan
My mistake: bang-path is a term for old-style mail routing. The term I should have used is "shebang". It refers to the "#!" characters at the beginning of a script and that tells the script what program to use to interpret the script. In your case that's /bin/bash. On Thu, Aug 13, 2020 at 06:2

mutt + msmtp with Oauth2 Was [Re: IMAP authentication in one domain (my institution) and redirect to Gmail]

2020-08-13 Thread Marcelo Laia
Hi Hokan, On 13/08/20 at 03:01, Hokan wrote: > Does /home/myuser/.oauth2token have a bang-path in it? I looked inside the oauth2token and there isn't any mention to python3.7. > What does that > path point to? Maybe something like : In the beginner of file there is: #!/bin/bash This is the

Re: IMAP authentication in one domain (my institution) and redirect to Gmail

2020-08-13 Thread Marcelo Laia
On 13/08/20 at 08:00, Nuno Silva wrote: > Then lacking permissions in the filesystem isn't it. > > This is reminding me of your issues (apparmor-related, IIRC?) when > opening evince from mutt. If your system still has apparmor running, > could that possibly be the cause in this case as well? >

Re: IMAP authentication in one domain (my institution) and redirect to Gmail

2020-08-13 Thread Hokan
Does /home/myuser/.oauth2token have a bang-path in it? What does that path point to? Maybe something like : #!/usr/local/bin/python3.7 Is whatever it points to executable? On Tue, Aug 11, 2020 at 10:27:42PM -0300, Marcelo Laia wrote: > On 11/08/20 at 08:14, Hokan wrote: > > > > Somebody wrote

Re: IMAP authentication in one domain (my institution) and redirect to Gmail

2020-08-13 Thread nunojsilva
On 2020-08-12, Marcelo Laia wrote: > On 12/08/20 at 11:18, Nuno Silva wrote: >> >> ls -l /home/myuser/.oauth2token >> > > > myuser@myuser:~$ ls -l /home/myuser/.oauth2token > -rwxr-xr-x 1 myuser myuser 1957 ago 11 21:58 /home/myuser/.oauth2token > myuser@myuser:~$ > > myuser@myuser:~$ ls -

Re: IMAP authentication in one domain (my institution) and redirect to Gmail

2020-08-12 Thread Marcelo Laia
On 12/08/20 at 11:18, Nuno Silva wrote: > > ls -l /home/myuser/.oauth2token > myuser@myuser:~$ ls -l /home/myuser/.oauth2token -rwxr-xr-x 1 myuser myuser 1957 ago 11 21:58 /home/myuser/.oauth2token myuser@myuser:~$ myuser@myuser:~$ ls -l /home/myuser/.oauth2.py -rwxr-xr-x 1 myuser myuser

Re: IMAP authentication in one domain (my institution) and redirect to Gmail

2020-08-12 Thread nunojsilva
On 2020-08-12, Marcelo Laia wrote: [...] > > My msmtprc is like this: > > account YZYZYZ > host smtp.gmail.com > from mylo...@yzyzyz.edu.br > port 587 > protocol smtp > tls on > tls_trust_file /etc/ssl/certs/ca-certificates.crt > auth oauthbearer > user mylo...@yzyzyz.edu.br > passwordeval /home/m

Re: IMAP authentication in one domain (my institution) and redirect to Gmail

2020-08-11 Thread Marcelo Laia
On 11/08/20 at 08:14, Hokan wrote: > > Somebody wrote a blog post on how to do it: > > https://luxing.im/mutt-integration-with-gmail-using-oauth/ > Hi, Thank you so much! It save my day. With your post, I could found more information, because I use mutt+offlineimap+msmtp Offlineimap is run ou

Re: IMAP authentication in one domain (my institution) and redirect to Gmail

2020-08-11 Thread Will Yardley
On Tue, Aug 11, 2020 at 10:01:43AM -0300, Marcelo Laia wrote: > > There are some way to connect offlineimap and msmtp, and so on mutt, in > this authentication way? If you can create an "app password", it's relatively easy. https://support.google.com/accounts/answer/185833?hl=en If your org won'

Re: IMAP authentication in one domain (my institution) and redirect to Gmail

2020-08-11 Thread Hokan
I use Mutt with Gmail and it works well, but was fiddly to set up. Somebody wrote a blog post on how to do it: https://luxing.im/mutt-integration-with-gmail-using-oauth/ On Tue, Aug 11, 2020 at 10:01:43AM -0300, Marcelo Laia wrote: > Hi, > > My Institution migrate the e-mail server to G-Suite

Re: IMAP && Server certificate has expired

2020-05-31 Thread Matthias Apitz
El día domingo, mayo 31, 2020 a las 10:56:57a. m. -0400, Ben Boeckel escribió: > On Sun, May 31, 2020 at 16:43:23 +0200, Matthias Apitz wrote: > > Doesn't this mean that something on my local system (FreeBSD with > > OpenSSL, both from end of 2018) is outdated? > > > > $ uname -a > > FreeBSD c720

Re: IMAP && Server certificate has expired

2020-05-31 Thread Ben Boeckel
On Sun, May 31, 2020 at 16:43:23 +0200, Matthias Apitz wrote: > Doesn't this mean that something on my local system (FreeBSD with > OpenSSL, both from end of 2018) is outdated? > > $ uname -a > FreeBSD c720-r342378 13.0-CURRENT FreeBSD 13.0-CURRENT GENERIC amd64 > > $ openssl version > OpenSSL 1

Re: IMAP && Server certificate has expired

2020-05-31 Thread Matthias Apitz
El día domingo, mayo 31, 2020 a las 10:22:06a. m. -0400, Ben Boeckel escribió: > On Sun, May 31, 2020 at 15:20:51 +0200, Matthias Apitz wrote: > > Server certificate has expired > > > > > This certificate belongs to: > >AddTrust External CA Root > >Unknown > >AddTrust AB > >AddT

Re: IMAP && Server certificate has expired

2020-05-31 Thread Matthias Apitz
El día domingo, mayo 31, 2020 a las 03:57:46p. m. +0200, li...@2ion.de escribió: > On Sun, May 31, 2020 at 03:20:51PM +0200, Matthias Apitz wrote: > > Any ideas? > > Run mutt with the -d2 switch and it'll store debug information in > ~/.muttdebug0. [2020-05-31 16:17:24] 4> a STARTTLS^M [202

Re: IMAP && Server certificate has expired

2020-05-31 Thread Ben Boeckel
On Sun, May 31, 2020 at 15:20:51 +0200, Matthias Apitz wrote: > Server certificate has expired > This certificate belongs to: >AddTrust External CA Root >Unknown >AddTrust AB >AddTrust External TTP Network >Unknown >Unknown >SE Your ISP has been affected by this:

Re: IMAP && Server certificate has expired

2020-05-31 Thread lists
On Sun, May 31, 2020 at 03:20:51PM +0200, Matthias Apitz wrote: > Any ideas? Run mutt with the -d2 switch and it'll store debug information in ~/.muttdebug0. For me, mutt finds a PositiveSSL wildcard cert after STARTTLS on the host and port you specified: [2019-05-31 15:49:53] Looking up imap.

Re: IMAP mailboxes in the sidebar

2018-09-17 Thread Felix Finch
On Mon, Sep 17, 2018 at 09:15:00AM -0700, Kevin J. McCarthy wrote: > On Mon, Sep 17, 2018 at 05:44:34AM -0700, Felix Finch wrote: > > It does show those two in teh sidebar. But "mailboxes" is only for > > incoming mail: > > > > This command specifies folders which can receive mail and which

Re: IMAP mailboxes in the sidebar

2018-09-17 Thread Kevin J. McCarthy
On Mon, Sep 17, 2018 at 05:44:34AM -0700, Felix Finch wrote: > It does show those two in teh sidebar. But "mailboxes" is only for > incoming mail: > > This command specifies folders which can receive mail and which > will be checked for new messages periodically. > > I want all the mai

Re: IMAP mailboxes in the sidebar

2018-09-17 Thread Felix Finch
On Sun, Sep 16, 2018 at 10:26:24PM -0700, Kevin J. McCarthy wrote: > Forgive me for asking what may be a stupid question, but have you > *listed* all the mailboxes in question with a 'mailboxes' command in > your muttrc? > > If so, is there any chance you have something running under a hook that >

Re: IMAP mailboxes in the sidebar

2018-09-16 Thread Arturo
On 09/16, Kevin J. McCarthy wrote: > On Sun, Sep 16, 2018 at 07:22:55PM -0500, Arturo wrote: > > Well I had a similar issue. IIRC, INBOX was always there regardless for > > me, > > but I had to use the full path to get anything else to work. There was a > > bug (since fixed) in NeoMutt where it

Re: IMAP mailboxes in the sidebar

2018-09-16 Thread Kevin J. McCarthy
On Sun, Sep 16, 2018 at 11:48:18AM -0700, Felix Finch wrote: > Ubuntu 18.04, Mutt 1.9.4. > > set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S" > set sidebar_new_mail_only=no > set sidebar_visible=yes > > The sidebar shows only INBOX. All other mailboxes are absent. The > same mutt side

Re: IMAP mailboxes in the sidebar

2018-09-16 Thread Kevin J. McCarthy
On Sun, Sep 16, 2018 at 07:22:55PM -0500, Arturo wrote: > Well I had a similar issue. IIRC, INBOX was always there regardless for me, > but I had to use the full path to get anything else to work. There was a > bug (since fixed) in NeoMutt where it wasnt' expanding = or + to > the full path. Sou

Re: IMAP mailboxes in the sidebar

2018-09-16 Thread Felix Finch
On Sun, Sep 16, 2018 at 06:11:43PM -0700, Felix Finch wrote: > On Sun, Sep 16, 2018 at 07:22:55PM -0500, Arturo wrote: > > On 09/16, Felix Finch wrote: > > > On Sun, Sep 16, 2018 at 06:54:51PM -0500, Arturo wrote: > > > > On 09/16, Felix Finch wrote: > > > > > Ubuntu 18.04, Mutt 1.9.4. > > > > > >

Re: IMAP mailboxes in the sidebar

2018-09-16 Thread Felix Finch
On Sun, Sep 16, 2018 at 07:22:55PM -0500, Arturo wrote: > On 09/16, Felix Finch wrote: > > On Sun, Sep 16, 2018 at 06:54:51PM -0500, Arturo wrote: > > > On 09/16, Felix Finch wrote: > > > > Ubuntu 18.04, Mutt 1.9.4. > > > > > > > > set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S" > > > > set

Re: IMAP mailboxes in the sidebar

2018-09-16 Thread Arturo
On 09/16, Felix Finch wrote: > On Sun, Sep 16, 2018 at 06:54:51PM -0500, Arturo wrote: > > On 09/16, Felix Finch wrote: > > > Ubuntu 18.04, Mutt 1.9.4. > > > > > > set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S" > > > set sidebar_new_mail_only=no > > > set sidebar_visible=yes > > > > >

Re: IMAP mailboxes in the sidebar

2018-09-16 Thread Felix Finch
On Sun, Sep 16, 2018 at 06:54:51PM -0500, Arturo wrote: > On 09/16, Felix Finch wrote: > > Ubuntu 18.04, Mutt 1.9.4. > > > > set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S" > > set sidebar_new_mail_only=no > > set sidebar_visible=yes > > > > The sidebar shows only INBOX. All other mai

Re: IMAP mailboxes in the sidebar

2018-09-16 Thread Arturo
On 09/16, Felix Finch wrote: > Ubuntu 18.04, Mutt 1.9.4. > > set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S" > set sidebar_new_mail_only=no > set sidebar_visible=yes > > The sidebar shows only INBOX. All other mailboxes are absent. The same mutt > sidebar is fine for local maildirs

Re: imap unread count in folder view?

2018-09-16 Thread Ben Fitzgerald
On Sun, Sep 16, 2018 at 10:36:16AM -0700, Kevin J. McCarthy wrote: > On Sun, Sep 16, 2018 at 01:24:57PM -0400, Ben Fitzgerald wrote: > > any way to get the number of unread messages in the > > view? > > > > I'm happy to have the unread count in the cache, it doesn't have to > > be the server's co

Re: imap unread count in folder view?

2018-09-16 Thread Kevin J. McCarthy
On Sun, Sep 16, 2018 at 01:24:57PM -0400, Ben Fitzgerald wrote: > any way to get the number of unread messages in the > view? > > I'm happy to have the unread count in the cache, it doesn't have to > be the server's count. Check out %n in $folder_format. The behavior of %N changed in 1.7.0. --

[solved] Re: IMAP folders in sidebar

2018-07-17 Thread Michael Wagner
On Jul 17, 2018 um 09:01:52, Stefan Hagen wrote: > Hi Michael, > > * On 16.07.18 22:34, Michael Wagner wrote > > is it possible in mutt to display the mailboxes in the sidebar another > > way as to define every mailbox with the "mailboxes" command? > > Yes, you can set "imap_check_subscribed" and

Re: IMAP folders in sidebar

2018-07-17 Thread Stefan Hagen
Hi Michael, * On 16.07.18 22:34, Michael Wagner wrote is it possible in mutt to display the mailboxes in the sidebar another way as to define every mailbox with the "mailboxes" command? Yes, you can set "imap_check_subscribed" and all imap folders will show up in the sidebar. imap_check_sub

Re: IMAP && Sent folder

2017-01-29 Thread Matthias Apitz
El día Sunday, January 29, 2017 a las 10:09:41PM +0100, Matthias Apitz escribió: > >> mutt -f imap://imap.1blu.de/Sent > > > > Ccreate-mailbox create a new mailbox (IMAP only) > > > > or just copy/save a message to a new folder. > > > > Michael > > Just saving a message r

Re: IMAP && Sent folder

2017-01-29 Thread Matthias Apitz
On Sunday, 29 January 2017 22:06:37 CET, Michael Tatge wrote: Hi, * On Sun, Jan 29, 2017 09:24PM +0100 Matthias Apitz (g...@unixarea.de) muttered: El día Sunday, January 29, 2017 a las 05:21:01PM +0100, Matthias Apitz escribió: > I have created a new IMAP account through the web interface

Re: IMAP && Sent folder

2017-01-29 Thread Michael Tatge
Hi, * On Sun, Jan 29, 2017 09:24PM +0100 Matthias Apitz (g...@unixarea.de) muttered: > El día Sunday, January 29, 2017 a las 05:21:01PM +0100, Matthias Apitz > escribió: > > > I have created a new IMAP account through the web interface of my ISP. It > > has no Sent folder. Can I create this som

Re: IMAP && Sent folder

2017-01-29 Thread Matthias Apitz
El día Sunday, January 29, 2017 a las 05:21:01PM +0100, Matthias Apitz escribió: > Hello, > > I have created a new IMAP account through the web interface of my ISP. It > has no Sent folder. Can I create this somehow with mutt, which is otherwise > working fine with this account? I went to the

Re: IMAP disconnection issue.

2016-10-14 Thread KONRAD Frederic
Le 14/10/2016 à 14:27, Matthias Apitz a écrit : El día Friday, October 14, 2016 a las 12:43:37PM +0100, James Freer escribió: On Fri, 14 Oct 2016, KONRAD Frederic wrote: Le 13/10/2016 à 21:15, James Freer a écrit : On Thu, 13 Oct 2016, KONRAD Frederic wrote: Hi everybody, I'm new to Mut

Re: IMAP disconnection issue.

2016-10-14 Thread Matthias Apitz
El día Friday, October 14, 2016 a las 12:43:37PM +0100, James Freer escribió: > On Fri, 14 Oct 2016, KONRAD Frederic wrote: > > > > > > Le 13/10/2016 à 21:15, James Freer a écrit : > >> On Thu, 13 Oct 2016, KONRAD Frederic wrote: > >> > >>> Hi everybody, > >>> > >>> I'm new to Mutt and I'm tryin

Re: IMAP disconnection issue.

2016-10-14 Thread James Freer
On Fri, 14 Oct 2016, KONRAD Frederic wrote: Le 13/10/2016 à 21:15, James Freer a écrit : On Thu, 13 Oct 2016, KONRAD Frederic wrote: Hi everybody, I'm new to Mutt and I'm trying to get emails from my yahoo IMAP account so I configured ~/.muttrc like this: set folder=imaps://konrad.frede.

Re: IMAP disconnection issue.

2016-10-14 Thread KONRAD Frederic
Le 13/10/2016 à 21:15, James Freer a écrit : On Thu, 13 Oct 2016, KONRAD Frederic wrote: Hi everybody, I'm new to Mutt and I'm trying to get emails from my yahoo IMAP account so I configured ~/.muttrc like this: set folder=imaps://konrad.frede...@imap.mail.yahoo.com set spoolfile=imaps://

Re: IMAP disconnection issue.

2016-10-13 Thread James Freer
On Thu, 13 Oct 2016, KONRAD Frederic wrote: Hi everybody, I'm new to Mutt and I'm trying to get emails from my yahoo IMAP account so I configured ~/.muttrc like this: set folder=imaps://konrad.frede...@imap.mail.yahoo.com set spoolfile=imaps://konrad.frede...@imap.mail.yahoo.com/INBOX set he

Re: IMAP list-wildcard % not supported by server

2016-01-04 Thread Darac Marjal
On Wed, Dec 30, 2015 at 11:02:21AM +0800, lilydjwg wrote: Hi there, With Tencent's IMAP server, I can't switch to a submailbox in the form X/Y. In fact I can't even see the Y part. By debugging I find mutt is listing mailboxes with the pattern "X/Y%", but that server only responses to patterns l

Re: IMAP Folders - Mutt Patched

2015-08-03 Thread John Niendorf
Actually no, here is a link to a scrot that is full size. 647x462 pixels https://dl.dropboxusercontent.com/u/23115609/Selection_002.png On Mon, Aug 03, 2015 at 10:39:22AM -0700, Ian Zimmerman wrote: Doesn't this make your mutt window way wide? -- John

Re: IMAP Folders - Mutt Patched

2015-08-03 Thread Ian Zimmerman
On 2015-08-03 19:23 +0200, John Niendorf wrote: > For what it's worth, I use Mutt Patched from the Ubuntu repository. > It gives me a side bar that lists all of my IMAP folders. Ctrl+n > moves to the next folder and Ctrl+p moves to the previous folder. Doesn't this make your mutt window way wide

Re: IMAP: Limit number of fetched messages

2012-03-11 Thread Thomas Christensen
No, well now I have... Works like a charm, thanks Thomas On Sun, Mar 11, 2012 at 6:08 PM, Patrick Ben Koetter wrote: > * Thomas Christensen : >> Is it possible to limit the number of messages fetched from an IMAP folder? >> >> I need this when reading from Gmail IMAP since I keep all messages

Re: IMAP: Limit number of fetched messages

2012-03-11 Thread Patrick Ben Koetter
* Thomas Christensen : > Is it possible to limit the number of messages fetched from an IMAP folder? > > I need this when reading from Gmail IMAP since I keep all messages > there forever and there are now too many for it to be comfortable to > read with mutt. > > So if I could just fetch the las

Re: IMAP timeout

2011-11-11 Thread Joost Kremers
On Wed, Nov 09, 2011 at 09:38:26AM -0500, Tim Gray wrote: > I've been using mutt over IMAP on my laptop and I had a question for > the list. When I put my laptop to sleep or disconnect it from the > internet, clearly my IMAP connection is broken. When I resume my > connection at a later time, lik

Re: IMAP fetch header failed

2011-10-26 Thread du yang
Hi, I finally got it work with a workaround. The problem is mostly caused by a timeout somewhere and mutt can't get recovered. I managed to get a faster connection which can download the headers in a much shorter time. Then the TLS read problem is no longer occured. The connection is via a IPv6 pro

Re: IMAP and '+.' format

2011-10-26 Thread du yang
On Wednesday 10/26/11 07:40:07 CST, Paul wrote: > With it set as > > set record="+.Sent" > > it doesn't put sent mails into the Sent folder (although I'm sure I saw the > status briefly say it was uploading the message after (or is it before?) it > was sent). With it set like this: You ca

Re: IMAP and '+.' format

2011-10-25 Thread Paul
Further, it seems that set postponed="=Drafts" works, but '=' does not word for 'record', which must be the full URL: set record="imaps://server/Sent" -- .

Re: IMAP fetch header failed

2011-10-24 Thread du yang
On Monday 10/24/11 17:39:14 CST, Aaron Toponce wrote: > The "tls_socket_read" connection issues are related to GnuTLS. If you > recompile Mutt with OpenSSL instead, those errors go away. Might be worth > looking into if it's a big issue for you. > Possible. Again, running tcpdump(1) should be the

Re: IMAP protocol problem: skipping FETCH response for unknown message number

2011-10-24 Thread Philippe Meunier
Brendan Cully wrote: >On Monday, 24 October 2011 at 08:29, Philippe Meunier wrote: >This error is due to the broken sequence numbers, I think. Mutt >shouldn't hang at this point (the a0005 OK should terminate the >message loop), so that's a bug. But the server is also broken. That's what I suspect

Re: IMAP fetch header failed

2011-10-24 Thread Morris, Patrick
> I find most of people who using Mutt has this situation.=20 > They have a lot of mails to download, I think someone should write a > stuff = > to download=20 > all mails from mailing list. This will save a lot of project and time. > So that you do not need to save those mails from mailing list. >

Re: IMAP fetch header failed

2011-10-24 Thread Grant Edwards
On 2011-10-24, stardiviner wrote: >> Garbage. I have over 70,000 emails in my account, over 40,000 of which are >> in the debian-users mailing list folder. I just recently reinstalled my >> computer, and had to re-fetch all 40K headers, and while it took a while to >> do so over IMAP, it did so s

Re: IMAP fetch header failed

2011-10-24 Thread stardiviner
=> On [2011-10-24 03:09:40 -0600]: Aaron Toponce Said: > On Sun, Oct 23, 2011 at 02:02:01PM +0800, stardiviner wrote: > > => On [2011-10-23 10:56:38 +0800]: du yang Said: > > > I have a gmail INBOX with more than 20,000 messages. I configured mutt > > > IMAP to this mailbox. For this is the first

Re: IMAP fetch header failed

2011-10-24 Thread stardiviner
=> On [2011-10-24 03:09:40 -0600]: Aaron Toponce Said: > On Sun, Oct 23, 2011 at 02:02:01PM +0800, stardiviner wrote: > > => On [2011-10-23 10:56:38 +0800]: du yang Said: > > > I have a gmail INBOX with more than 20,000 messages. I configured mutt > > > IMAP to this mailbox. For this is the first

Re: IMAP protocol problem: skipping FETCH response for unknown message number

2011-10-24 Thread Brendan Cully
On Monday, 24 October 2011 at 08:29, Philippe Meunier wrote: > Hello, > > I'm trying to use mutt (1.5.21 on OpenBSD 4.9) to connect to an IMAP > server. Connection and authentication work fine but then something > goes wrong while fetching message headers: I get a "skipping FETCH > response for u

Re: IMAP fetch header failed

2011-10-24 Thread du yang
On Monday 10/24/11 21:17:41 CST, stardiviner wrote: > I find most of people who using Mutt has this situation. > They have a lot of mails to download, I think someone should write a stuff to > download > all mails from mailing list. This will save a lot of project and time. > So that you do not

Re: IMAP fetch header failed

2011-10-24 Thread stardiviner
=> On [2011-10-24 03:09:40 -0600]: Aaron Toponce Said: > On Sun, Oct 23, 2011 at 02:02:01PM +0800, stardiviner wrote: > > => On [2011-10-23 10:56:38 +0800]: du yang Said: > > > I have a gmail INBOX with more than 20,000 messages. I configured mutt > > > IMAP to this mailbox. For this is the first

Re: IMAP fetch header failed

2011-10-24 Thread du yang
On Monday 10/24/11 17:39:14 CST, Aaron Toponce wrote: > The "tls_socket_read" connection issues are related to GnuTLS. If you > recompile Mutt with OpenSSL instead, those errors go away. Might be worth > looking into if it's a big issue for you. Thanks for this good hint, I will try it. Currently

Re: IMAP fetch header failed

2011-10-24 Thread Aaron Toponce
On Mon, Oct 24, 2011 at 05:31:45PM +0800, du yang wrote: > I search a lot about the "tls_socket_read" problem. It's caused by SSL > connection time out or broken. In my case, I tuned mutt with many > timeout parameters but without success. If mutt's no problem, the > connection may be disconnected

Re: IMAP fetch header failed

2011-10-24 Thread du yang
On Monday 10/24/11 17:09:40 CST, Aaron Toponce wrote: > On Sun, Oct 23, 2011 at 02:02:01PM +0800, stardiviner wrote: > > => On [2011-10-23 10:56:38 +0800]: du yang Said: > > > I have a gmail INBOX with more than 20,000 messages. I configured mutt > > > IMAP to this mailbox. For this is the first ti

Re: IMAP fetch header failed

2011-10-24 Thread Aaron Toponce
On Mon, Oct 24, 2011 at 02:17:23AM -0700, Michael Graham wrote: > Then perhaps Du Yang’s problem was caused by a bad/dropped connection? Possibly. A tcpdump(1) could tell for sure. -- . o . o . o . . o o . . . o . . . o . o o o . o . o o . . o o o o . o . . o o o o . o o o

Re: IMAP fetch header failed

2011-10-24 Thread Michael Graham
On Mon, Oct 24, 2011 at 02:09, Aaron Toponce wrote: > Garbage. I have over 70,000 emails in my account, over 40,000 of which are in > the debian-users mailing list folder. I just recently reinstalled my > computer, and had to re-fetch all 40K headers, and while it took a while to > do so over

Re: IMAP fetch header failed

2011-10-24 Thread Aaron Toponce
On Sun, Oct 23, 2011 at 11:54:06AM +0100, Michael Graham wrote: > I’m with Stardiviner on this one: I don’t think this *is* really a fault > in mutt. I don’t think mutt was designed to handle that many emails in a > single folder I disagree. Mutt seems to be to be designed around those who have t

Re: IMAP fetch header failed

2011-10-24 Thread Aaron Toponce
On Sun, Oct 23, 2011 at 02:02:01PM +0800, stardiviner wrote: > => On [2011-10-23 10:56:38 +0800]: du yang Said: > > I have a gmail INBOX with more than 20,000 messages. I configured mutt > > IMAP to this mailbox. For this is the first time to this mailbox, mutt > > try to fetch all the headers at t

Re: IMAP fetch header failed

2011-10-24 Thread du yang
On Monday 10/24/11 16:45:22 CST, Michael Graham wrote: > On Sun, Oct 23, 2011 at 05:06, du yang wrote: > > > Yes, I can try to workaround the problem as Stardiviner suggests. But to > > make mutt more error-tolerant I think mutt still has something to be > > improved. > > I agree that mutt cou

Re: IMAP fetch header failed

2011-10-24 Thread Michael Graham
On Sun, Oct 23, 2011 at 05:06, du yang wrote: > Yes, I can try to workaround the problem as Stardiviner suggests. But to make > mutt more error-tolerant I think mutt still has something to be improved. I agree that mutt could do a better job of handling it, but all the MUAs I’ve ever used exte

Re: IMAP fetch header failed

2011-10-23 Thread du yang
On Sunday 10/23/11 18:54:06 CST, Michael Graham wrote: > On Sun, Oct 23, 2011 at 10:48, du yang wrote: > > > > At first, build up some labels so that you can search mailing list, then > > > move to differentt labels. As much as I know, you can make some filter > > > some mailing list to differen

Re: IMAP fetch header failed

2011-10-23 Thread Michael Graham
On Sun, Oct 23, 2011 at 10:48, du yang wrote: > > At first, build up some labels so that you can search mailing list, then > > move to differentt labels. As much as I know, you can make some filter some > > mailing list to different on gamil. > > Then you will have a little mails in INBOX. > >

Re: IMAP fetch header failed

2011-10-23 Thread du yang
On Sunday 10/23/11 17:18:19 CST, stardiviner wrote: > => On [2011-10-23 14:28:03 +0800]: > du yang Said: > > On Sunday 10/23/11 14:02:01 CST, stardiviner wrote: > > > => On [2011-10-23 10:56:38 +0800]: > > > du yang Said: > > > If your Gmail INBOX really has 20, messages, I think mutt IMAP

Re: IMAP fetch header failed

2011-10-23 Thread stardiviner
=> On [2011-10-23 14:28:03 +0800]: du yang Said: > On Sunday 10/23/11 14:02:01 CST, stardiviner wrote: > > => On [2011-10-23 10:56:38 +0800]: > > du yang Said: > > If your Gmail INBOX really has 20, messages, I think mutt IMAP can not > > fetch so much > > headers. Maybe you need to delete

Re: IMAP fetch header failed

2011-10-22 Thread du yang
On Sunday 10/23/11 14:02:01 CST, stardiviner wrote: > => On [2011-10-23 10:56:38 +0800]: > du yang Said: > If your Gmail INBOX really has 20, messages, I think mutt IMAP can not > fetch so much > headers. Maybe you need to delete or catalyzes your gmail. I subscribed some mailing lists, so t

Re: IMAP fetch header failed

2011-10-22 Thread stardiviner
=> On [2011-10-23 10:56:38 +0800]: du yang Said: > Hi, > > I have a gmail INBOX with more than 20,000 messages. I configured mutt > IMAP to this mailbox. For this is the first time to this mailbox, mutt > try to fetch all the headers at the beginning and always got the > problem "tls_socket_rea

Re: imap + active directory auth + private key + fetchmail

2011-10-13 Thread Dave Dodge
On Thu, Oct 13, 2011 at 09:53:05PM +0800, Qiming Ye wrote: > My company uses an "IMAP (Exchange?) + Active Directory > authentication + SSL(?)" email server, and my laptop joins the > domain SOME-DOMAIN. I've been struggling to make it work on mutt + > fetchmail, but failed in many ways: I don't

Re: IMAP folders with a period

2011-05-28 Thread Grant Edwards
On 2011-05-28, Jamie Paul Griffin wrote: > On Sat, May 28, 2011 at 02:18:28AM -0400, Andrew Hills wrote: >> I'm using mutt with GMail now, and I have a label "foo.bar". When I >> attempt to change to it with c (typing it, tabbing it out, or >> selecting it from the list), I get an error that "foo/

Re: IMAP folders with a period

2011-05-28 Thread Jamie Paul Griffin
On Sat, May 28, 2011 at 02:18:28AM -0400, Andrew Hills wrote: > I'm using mutt with GMail now, and I have a label "foo.bar". When I > attempt to change to it with c (typing it, tabbing it out, or > selecting it from the list), I get an error that "foo/bar" can't be > found. If I try to escape the p

Re: imap port lenght

2011-04-11 Thread mimosinnet
El dilluns, 11 de abril del 2011 a les 09:39, Michael Elkins va escriure: > On Mon, Apr 11, 2011 at 10:14:56AM +0200, mimosin...@gmail.com wrote: > >Is there any limit to the port length in an imap url? > > > >My email server is configured at port 52003. If I use this url: > > > >imaps://llistes.g

Re: imap port lenght

2011-04-11 Thread Michael Elkins
On Mon, Apr 11, 2011 at 12:45:12PM -0400, Singer X.J. Wang wrote: Ports are unsigned 2 byte integers.. I was pointing out that the error message when the port was unable to be parsed does not occur when parsing 52003. The 520039 was there on purpose to demonstrate what error message is print

Re: imap port lenght

2011-04-11 Thread Michael Elkins
On Mon, Apr 11, 2011 at 10:14:56AM +0200, mimosin...@gmail.com wrote: Is there any limit to the port length in an imap url? My email server is configured at port 52003. If I use this url: imaps://llistes.generatech.org:52003 I get an error about not being a valid url. On the other hand, if I u

Re: imap port lenght

2011-04-11 Thread Leo Vegoda
On Mon, Apr 11, 2011 at 10:14:56AM +0200, mimosin...@gmail.com wrote: > Is there any limit to the port length in an imap url? > > My email server is configured at port 52003. If I use this url: > > imaps://llistes.generatech.org:52003 > > I get an error about not being a valid url. On the other

Re: IMAP with freenet.de: sent mails are saved in wrong folder

2010-09-03 Thread Michelle Konzack
Hello chs...@freenet.de, Am 2010-09-01 18:05:50, hacktest Du folgendes herunter: > I am pointing to the "sent" folder in my Mutt configuration ('set > folder=imaps://mx.freenet.de/INBOX > record=imaps://mx.freenet.de/INBOX/sent..). Mutt however still saves > the emails in the "Sent" folder. reco

Re: IMAP with freenet.de: sent mails are saved in wrong folder

2010-09-02 Thread Michael Elkins
On Thu, Sep 02, 2010 at 03:43:46PM +0200, chs...@freenet.de wrote: Now I wonder if I need that line at all since I am setting the sent folder in my folder hooks again like: folder-hook imaps://mx.freenet.de/ 'set folder=imaps://mx.freenet.de/INBOX record=imaps://mx.freenet.de/INBOX/sent from=...

Re: IMAP with freenet.de: sent mails are saved in wrong folder

2010-09-02 Thread E. Prom
On Thursday, 02 September 2010, 15:43:46 +0200, chs...@freenet.de wrote: > Now I wonder if I need that line at all since I am setting the sent > folder in my folder hooks again like: > > folder-hook imaps://mx.freenet.de/ 'set > folder=imaps://mx.freenet.de/INBOX > record=imaps://mx.freenet.de/INB

Re: IMAP with freenet.de: sent mails are saved in wrong folder

2010-09-02 Thread chs748
On Wed, 1 Sep 2010 09:42:18 -0700 Michael Elkins wrote: > Try running Mutt in debug mode (mutt -d 5) and look at > ~/.muttdebug0. I would be surprised if Mutt were saving to the wrong > folder by capitalizing the first letter of the last word. > Thanks for help. I found the error. I had anothe

Re: IMAP with freenet.de: sent mails are saved in wrong folder

2010-09-01 Thread Michael Elkins
On Wed, Sep 01, 2010 at 06:05:50PM +0200, chs...@freenet.de wrote: There are now two folders for sent mails in the IMAP folder structure, Mutt is listing one as "sent" and the other one as "Sent". The latter one was apparently created by Mutt. In Claws Mail the first folder is listed as "Gesendet

Re: imap way for slow connection (imap without attachment)

2010-06-08 Thread alvaro
On Tue, Jun 08, 2010 at 03:04:27PM +0200, Michael Tatge wrote: > Initially mutt downloads only message headers. You can add headers that > you might need (think color etc) via imap_headers. > To fasten things up and to not dl headers from old messages again you > should use header caching (see manu

Re: imap way for slow connection (imap without attachment)

2010-06-08 Thread Michael Tatge
* On Tue, Jun , 2010 11:13AM +0200 Nicolas KOWALSKI (n...@petole.demisel.net) muttered: > Michelle Konzack writes: > > There is NO way for the MUA or IMAP server, to select which part of the > > body should be downloaded. > > Yes there is. This is in the IMAP protocol, see > http://www.faqs.org

Re: imap way for slow connection (imap without attachment)

2010-06-08 Thread Michael Tatge
* On Mon, Jun 07, 2010 09:09PM +0200 alvaro (debecio-deb...@yahoo.it) muttered: > I use a gprs connection with 500MB limited month connection. I see > mutt + imaps download all attachment from server. Initially mutt downloads only message headers. You can add headers that you might need (think col

  1   2   3   4   5   >