I'm using
mail-lib 1.37 Fundamental lisp files for providing email support.
but this problem has been around for ages.
Please edebug-defun following:
;;;###autoload
(defun pop3-movemail (&optional crashbox)
"Transfer contents of a maildrop to the specified CRASHBOX."
Stepping thru, I observe following in
(emacs-version)
"XEmacs 21.5 (beta1) \"anise\" [Lucid] (i586-pc-win32) of Fri Jun 08
2001 on D5DC120J"
(let* ((process (pop3-open-server pop3-mailhost pop3-port))
opens 6 handles (pop3-open-server does).
(pop3-quit process))
leaves 4 of these handles open.
I've also seen cases (during debug) where only 2 handles are left open.
Can anyone confirm this?
My process buffer looks like this:
+OK T-Online POP3 Server fpopd ready.
+OK Ok.
+OK Ok.
+OK 2 messages.
1 2534
2 2534
.
+OK Ok.
1 76f157df91b3df9d
2 76f157df91b3df9d
.
+OK closing.
Process POP exited abnormally with code 256
--
Adrian Aichner
mailto:adrianï¼ xemacs.org
http://www.xemacs.org/