[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: nnimap 0.107 released



Simon Josefsson <jas@pdc.kth.se> writes:

> Bugfixes.
> 
> Get it from http://www.extundo.com/nnimap/nnimap.tar.gz.
> 
> 1999-05-24  Simon Josefsson  <jas@pdc.kth.se>
> 
> 	* nnimap 0.107 released.
> 
> 	* imap.el (imap-parse-fetch): Upcase names.
> 
> 	* nnimap.el (nnimap-retrieve-headers-progress): Request upcased names.

Just installed it. And i have the same problem that Osma reported:

Signaling: (wrong-type-argument stringp nil)
  string-match("<[^>]+>" nil)
  nnimap-retrieve-headers-progress()
  run-hooks(nnimap-retrieve-headers-progress)
  imap-parse-fetch(1)
  imap-parse-response()
  imap-arrival-filter(#<network connection "imap" (143
  . "mail.healthquiz.com") state:run> "* 1 FETCH (UID 1 RFC822.SIZE 1226
  ENVELOPE (\"21 May 1999 16:30:38 -0500\" \"does this work?\" ((\"Soren
  Dayton\" NIL \"csdayton\" \"cs.uchicago.edu\")) ((NIL NIL \"csdayton\"
  \"cs.uchicago.edu\")) ((NIL NIL \"csdayton\" \"cs.uchicago.edu\"))
  ((NIL NIL \"csdayton\" \"healthquiz.com\")) NIL NIL NIL
  \"<xcdaeuyglfl.fsf@sloohah.cs.uchicago.edu>\") BODY (\"TEXT\"
  \"PLAIN\" (\"CHARSET\" \"us-ascii\") NIL NIL \"7BIT\" 9 2)
  BODY[HEADER.FIELDS (\"REFERENCES\" \"IN-REPLY-TO\")] {2}
\n
\n)
\n* 2
  FETCH (UID 2 RFC822.SIZE 573 ENVELOPE (\"09 May 1999 01:33:26 -0500\"
  \"SEC rocks\" ((\"John Overton\" NIL \"overton\" \"cs.uchicago.edu\"))
  ((\"John Overton\" NIL \"overton\" \"cs.uchicago.edu\")) ((\"John
  Overton\" NIL \"overton\" \"cs.uchicago.edu\")) ((\"Soren Dayton\" NIL
  \"csdayton\" \".MISSING-HOST-NAME.\")) NIL NIL NIL
  \"<86hfpmycp5.fsf@nyx.cenon.com>\") BODY (\"TEXT\" \"PLAIN\"
  (\"CHARSET\" \"US-ASCII\") NIL NIL \"7BIT\" 109 5) BODY[HEADER.FIELDS
  (\"REFERENCES\" \"IN-REPLY-TO\")] {2}
\n
\n)
\n* 3 FETCH (UID 3
  RFC822.SIZE 735 ENVELOPE (\"09 May 1999 14:22:15 -0500\" \"SEC again\"((\"John Overton\" NIL \"overton\" ")
  accept-process-output(#<network connection "imap" (143 . "mail.healthquiz.com") state:run> 1)
  imap-wait-for-tag(53 nil)
  imap-send-command-wait("UID FETCH 1:11,13,16:26,29:35 (UID RFC822.SIZE ENVELOPE BODY BODY.PEEK[HEADER.FIELDS (References In-Reply-To)])")
  imap-fetch("1:11,13,16:26,29:35" "(UID RFC822.SIZE ENVELOPE BODY BODY.PEEK[HEADER.FIELDS (References In-Reply-To)])" nil nil " *nnimap* mail.healthquiz.com")
  nnimap-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35) "INBOX" "mail.healthquiz.com" some)
  gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35) "nnimap+mail.healthquiz.com:INBOX" some)
  gnus-cache-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35) "nnimap+mail.healthquiz.com:INBOX" some)
  gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35) "nnimap+mail.healthquiz.com:INBOX" some)
  gnus-select-newsgroup("nnimap+mail.healthquiz.com:INBOX" (4) nil)
  gnus-summary-read-group-1("nnimap+mail.healthquiz.com:INBOX" (4) nil nil nil nil)
  gnus-summary-read-group("nnimap+mail.healthquiz.com:INBOX" (4) nil nil nil nil nil)
  gnus-group-read-group((4))
  call-interactively(gnus-group-read-group)

Soren