`pop3-connection-type'.
(mail-source-fetch-pop): Likewise.
(:program)
(:function)
(:password)
+ (:connection)
(:authentication password))
(maildir
(:path "~/Maildir/new/")
(pop3-mailhost server)
(pop3-port port)
(pop3-authentication-scheme
- (if (eq authentication 'apop) 'apop 'pass)))
+ (if (eq authentication 'apop) 'apop 'pass))
+ (pop3-connection-type connection))
(save-excursion (pop3-movemail mail-source-crash-box))))))
(if result
(progn