Hello, I'm fetching with mutt version 1.5.23 on FreeBSD 11-CURRENT a quite large mailbox of an Exchange server via IMAPS with the following command:
$ mutt -d3 -f imaps://user@[email protected]/"Deleted Items" \ -e "set imap_pass=XXXXXXXXX" \ -e "send-hook . 'my_hdr Reply-To: Matthias Apitz <user@domain>'" at the end it hangs with the message line: Fetching message headers... 4520/4540 (99%) Note: It says 4520 of 4540, while in the debug log it says that it has fetched all: $ tail -20 .muttdebug0 [2015-05-30 16:41:24] imap_read_literal: reading 749 bytes [2015-05-30 16:41:24] 4< ) [2015-05-30 16:41:24] parse_parameters: `charset="utf-8"' [2015-05-30 16:41:24] parse_parameter: `charset' = `utf-8' [2015-05-30 16:41:24] 4< * 4539 FETCH (UID 226662 FLAGS (\Seen) INTERNALDATE "29-May-2015 16:39:01 +0200" RFC822.SIZE 15420 BODY[HEADER.FIELDS (DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE CONTENT-DESCRIPTION IN-REPLY-TO REPLY-TO LINES LIST-POST X-LABEL)] {492} [2015-05-30 16:41:24] Handling FETCH [2015-05-30 16:41:24] FETCH response ignored for this message [2015-05-30 16:41:24] imap_read_literal: reading 492 bytes [2015-05-30 16:41:24] 4< ) [2015-05-30 16:41:24] parse_parameters: `charset="us-ascii"' [2015-05-30 16:41:24] parse_parameter: `charset' = `us-ascii' [2015-05-30 16:41:24] 4< * 4540 FETCH (UID 226663 FLAGS (\Seen) INTERNALDATE "29-May-2015 17:09:21 +0200" RFC822.SIZE 52319 BODY[HEADER.FIELDS (DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE CONTENT-DESCRIPTION IN-REPLY-TO REPLY-TO LINES LIST-POST X-LABEL)] {520} [2015-05-30 16:41:24] Handling FETCH [2015-05-30 16:41:24] FETCH response ignored for this message [2015-05-30 16:41:24] imap_read_literal: reading 520 bytes [2015-05-30 16:41:24] 4< ) [2015-05-30 16:41:24] parse_parameters: `charset="us-ascii"' [2015-05-30 16:41:24] parse_parameter: `charset' = `us-ascii' [2015-05-30 16:41:24] 4< a0005 OK FETCH completed. [2015-05-30 16:41:24] IMAP queue drained The issue is fully reproduceable. It hangs always at the same point. Any ideas? Thanks matthias -- Matthias Apitz, [email protected], http://www.unixarea.de/ +49-170-4527211 +49-176-38902045 "Wenn der Mensch von den Umständen gebildet wird, so muß man die Umstände menschlich bilden." "Si el hombre es formado por las circunstancias entonces es necesario formar humanamente las circunstancias", Karl Marx in Die heilige Familie / La sagrada familia (MEW 2, 138)
