Gnus development mailing list
 help / color / mirror / Atom feed
* bug in pop3.el?
@ 2000-02-07  9:24 Vladimir Volovich
  2000-02-07 21:39 ` Stainless Steel Rat
  0 siblings, 1 reply; 6+ messages in thread
From: Vladimir Volovich @ 2000-02-07  9:24 UTC (permalink / raw)
  Cc: Richard L.Pieri

The following message is a courtesy copy of an article
that has been posted to gnu.emacs.gnus as well.

Hi!

i use pop3 to fetch mail from our POP3 server. when i happen to
receive mail with content-transfer-encoding=8bit, and there are
certain combinations of bytes in the message being received, i get an
annoying warning:

"The target text contains the following non ASCII character(s):" and
i'm asked to select a coding system to use to encode them. This often
happens e.g. for messages in utf-8 encoding.

Evidently, something is going wrong here, as pop3.el MUST NOT bother
with encoding of characters in message bodies: it should just put
everything AS IS, byte by byte; it is gnus' previewer which should
bother with encoding of raw 8-bit bytes in message bodies to certain
coding systems according to message headers!

i've set debug-on-entry for select-safe-coding-system and here is a
backtrace:

Entering:
* select-safe-coding-system(1 747 cyrillic-iso-8bit)
  write-region(1 747 "~/.emacs-mail-crash-box" t nomesg)
  pop3-movemail("~/.emacs-mail-crash-box")
  mail-source-fetch-pop((pop :server "..." :user "..." :port "pop3" :password "...") (lambda (file orig-file) (nnmail-split-incoming file (quote nnmbox-save-mail) (quote #[nil "..." [in-buf nnmbox-mbox-buffer nnmbox-group-alist nnmbox-active-file insert-buffer-substring nnmbox-save-active] 3]) (nnmail-get-split-group orig-file source) (quote nnmbox-active-number))))
  funcall(mail-source-fetch-pop (pop :server "..." :user "..." :port "pop3" :password "...") (lambda (file orig-file) (nnmail-split-incoming file (quote nnmbox-save-mail) (quote #[nil "..." [in-buf nnmbox-mbox-buffer nnmbox-group-alist nnmbox-active-file insert-buffer-substring nnmbox-save-active] 3]) (nnmail-get-split-group orig-file source) (quote nnmbox-active-number))))
  mail-source-fetch((pop :server "..." :user "..." :port "pop3" :password "...") (lambda (file orig-file) (nnmail-split-incoming file (quote nnmbox-save-mail) (quote #[nil "..." [in-buf nnmbox-mbox-buffer nnmbox-group-alist nnmbox-active-file insert-buffer-substring nnmbox-save-active] 3]) (nnmail-get-split-group orig-file source) (quote nnmbox-active-number))))
  nnmail-get-new-mail(nnmbox #[nil "..." [nnmbox-mbox-buffer nnmbox-save-buffer] 1] "/home/vvv/" nil #[nil "..." [in-buf nnmbox-mbox-buffer nnmbox-group-alist nnmbox-active-file insert-buffer-substring nnmbox-save-active] 3])
  nnmbox-request-scan(nil "")
  gnus-request-scan(nil (nnmbox ""))
  gnus-read-active-file-1((nnmbox "") nil)
  gnus-read-active-file()
  gnus-group-get-new-news(nil)
  call-interactively(gnus-group-get-new-news)

Best,
v.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug in pop3.el?
  2000-02-07  9:24 bug in pop3.el? Vladimir Volovich
@ 2000-02-07 21:39 ` Stainless Steel Rat
  2000-02-11 18:03   ` Vladimir Volovich
  0 siblings, 1 reply; 6+ messages in thread
From: Stainless Steel Rat @ 2000-02-07 21:39 UTC (permalink / raw)
  Cc: Vladimir Volovich

Sorry, but sending this to me is not going to get you anywhere, because I
do not support the code anymore.  Bug reports should go to the FSF.
-- 
Rat <ratinox@peorth.gweep.net>    \ When not in use, Happy Fun Ball should be
Minion of Nathan - Nathan says Hi! \ returned to its special container and
PGP Key: at a key server near you!  \ kept under refrigeration.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug in pop3.el?
  2000-02-07 21:39 ` Stainless Steel Rat
@ 2000-02-11 18:03   ` Vladimir Volovich
  2000-02-11 19:25     ` François Pinard
  0 siblings, 1 reply; 6+ messages in thread
From: Vladimir Volovich @ 2000-02-11 18:03 UTC (permalink / raw)


"Rat" == Stainless Steel Rat writes:

 Rat> Sorry, but sending this to me is not going to get you anywhere,
 Rat> because I do not support the code anymore.  Bug reports should
 Rat> go to the FSF.

OK, i've forwarded my message to news:gnu.emacs.bugs too (but still
got no replies).

BTW, pop3.el seems to be part of gnus --- at least it is distributed
with gnus. So maybe gnus maintainers (i.e. not as wide as FSF) are
responsible for bugs in pop3.el? In this case, could somebody look at
this problem?

And putting an info about maintainers of pop3.el would be a nice
thing, too.

	Best regards, -- Vladimir.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug in pop3.el?
  2000-02-11 18:03   ` Vladimir Volovich
@ 2000-02-11 19:25     ` François Pinard
  2000-02-11 21:30       ` Kai Großjohann
  0 siblings, 1 reply; 6+ messages in thread
From: François Pinard @ 2000-02-11 19:25 UTC (permalink / raw)
  Cc: ding

Vladimir Volovich <vvv@vvv.vsu.ru> writes:

> OK, i've forwarded my message to news:gnu.emacs.bugs too (but still
> got no replies).

I did not check in a long while, yet I think GNU mailing lists are gatewayed
into GNU newsgroups, but not the other way around, and the maintainers
usually check the mailing lists only.  The proper address to report an Emacs
bug, through the official channel, is probably mailto:bug-gnu-emacs@gnu.org.

-- 
François Pinard   http://www.iro.umontreal.ca/~pinard





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug in pop3.el?
  2000-02-11 19:25     ` François Pinard
@ 2000-02-11 21:30       ` Kai Großjohann
  2000-02-11 23:04         ` François Pinard
  0 siblings, 1 reply; 6+ messages in thread
From: Kai Großjohann @ 2000-02-11 21:30 UTC (permalink / raw)
  Cc: Vladimir Volovich, ding

François Pinard <pinard@iro.umontreal.ca> writes:

> I did not check in a long while, yet I think GNU mailing lists are
> gatewayed into GNU newsgroups, but not the other way around, [...]

Really?  This would mean that I should subscribe to help-gnu-emacs in
order not to miss anything?  Hm.

kai
-- 
~/.signature: No such file or directory



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug in pop3.el?
  2000-02-11 21:30       ` Kai Großjohann
@ 2000-02-11 23:04         ` François Pinard
  0 siblings, 0 replies; 6+ messages in thread
From: François Pinard @ 2000-02-11 23:04 UTC (permalink / raw)
  Cc: Vladimir Volovich, ding

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) écrit:

> François Pinard <pinard@iro.umontreal.ca> writes:

> > I did not check in a long while, yet I think GNU mailing lists are
> > gatewayed into GNU newsgroups, but not the other way around, [...]

> Really?  This would mean that I should subscribe to help-gnu-emacs in
> order not to miss anything?  Hm.

No, it means exactly the contrary.  You should subscribe to the newsgroup
if you do not want to miss anything, given of course, that you read the
articles from the newsgroup more often than your news provider expires them.
The reason why maintainers stick (or sticked) to the mailing list is that
they do not alway read newsgroups fast enough, while email just accumulate.

P.S. - But once again, these are old stories.  I did not check recently.
For a long while now, I've been using my own lists and avoiding FSF systems.

-- 
François Pinard   http://www.iro.umontreal.ca/~pinard





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-02-11 23:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-07  9:24 bug in pop3.el? Vladimir Volovich
2000-02-07 21:39 ` Stainless Steel Rat
2000-02-11 18:03   ` Vladimir Volovich
2000-02-11 19:25     ` François Pinard
2000-02-11 21:30       ` Kai Großjohann
2000-02-11 23:04         ` François Pinard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).