gnus-notifications: add
[gnus] / lisp / mail-source.el
1 ;;; mail-source.el --- functions for fetching mail
2
3 ;; Copyright (C) 1999-2012  Free Software Foundation, Inc.
4
5 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6 ;; Keywords: news, mail
7
8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is free software: you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation, either version 3 of the License, or
13 ;; (at your option) any later version.
14
15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ;; GNU General Public License for more details.
19
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22
23 ;;; Commentary:
24
25 ;;; Code:
26
27 ;; For Emacs <22.2 and XEmacs.
28 (eval-and-compile
29   (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
30
31 (require 'format-spec)
32 (eval-when-compile
33   (require 'cl)
34   (require 'imap))
35 (autoload 'auth-source-search "auth-source")
36 (autoload 'pop3-movemail "pop3")
37 (autoload 'pop3-get-message-count "pop3")
38 (autoload 'nnheader-cancel-timer "nnheader")
39 (require 'mm-util)
40 (require 'message) ;; for `message-directory'
41
42 (defvar display-time-mail-function)
43
44 (defgroup mail-source nil
45   "The mail-fetching library."
46   :version "21.1"
47   :group 'gnus)
48
49 ;; Define these at compile time to avoid dragging in imap always.
50 (defconst mail-source-imap-authenticators
51   (eval-when-compile
52     (mapcar (lambda (a)
53               (list 'const (car a)))
54      imap-authenticator-alist)))
55 (defconst mail-source-imap-streams
56   (eval-when-compile
57     (mapcar (lambda (a)
58               (list 'const (car a)))
59      imap-stream-alist)))
60
61 (defcustom mail-sources '((file))
62   "Where the mail backends will look for incoming mail.
63 This variable is a list of mail source specifiers.
64 See Info node `(gnus)Mail Source Specifiers'."
65   :group 'mail-source
66   :version "23.1" ;; No Gnus
67   :link '(custom-manual "(gnus)Mail Source Specifiers")
68   :type `(choice
69           (const :tag "None" nil)
70           (repeat :tag "List"
71            (choice :format "%[Value Menu%] %v"
72                    :value (file)
73                    (cons :tag "Group parameter `mail-source'"
74                          (const :format "" group))
75                    (cons :tag "Spool file"
76                          (const :format "" file)
77                          (checklist :tag "Options" :greedy t
78                                     (group :inline t
79                                            (const :format "" :value :path)
80                                            file)))
81                    (cons :tag "Several files in a directory"
82                          (const :format "" directory)
83                          (checklist :tag "Options" :greedy t
84                                     (group :inline t
85                                            (const :format "" :value :path)
86                                            (directory :tag "Path"))
87                                     (group :inline t
88                                            (const :format "" :value :suffix)
89                                            (string :tag "Suffix"))
90                                     (group :inline t
91                                            (const :format "" :value :predicate)
92                                            (function :tag "Predicate"))
93                                     (group :inline t
94                                            (const :format "" :value :prescript)
95                                            (choice :tag "Prescript"
96                                                    :value nil
97                                                    (string :format "%v")
98                                                    (function :format "%v")))
99                                     (group :inline t
100                                            (const :format "" :value :postscript)
101                                            (choice :tag "Postscript"
102                                                    :value nil
103                                                    (string :format "%v")
104                                                    (function :format "%v")))
105                                     (group :inline t
106                                            (const :format "" :value :plugged)
107                                            (boolean :tag "Plugged"))))
108                    (cons :tag "POP3 server"
109                          (const :format "" pop)
110                          (checklist :tag "Options" :greedy t
111                                     (group :inline t
112                                            (const :format "" :value :server)
113                                            (string :tag "Server"))
114                                     (group :inline t
115                                            (const :format "" :value :port)
116                                            (choice :tag "Port"
117                                                    :value "pop3"
118                                                    (integer :format "%v")
119                                                    (string :format "%v")))
120                                     (group :inline t
121                                            (const :format "" :value :user)
122                                            (string :tag "User"))
123                                     (group :inline t
124                                            (const :format "" :value :password)
125                                            (string :tag "Password"))
126                                     (group :inline t
127                                            (const :format "" :value :program)
128                                            (string :tag "Program"))
129                                     (group :inline t
130                                            (const :format "" :value :prescript)
131                                            (choice :tag "Prescript"
132                                                    :value nil
133                                                    (string :format "%v")
134                                                    (function :format "%v")
135                                                    (const :tag "None" nil)))
136                                     (group :inline t
137                                            (const :format "" :value :postscript)
138                                            (choice :tag "Postscript"
139                                                    :value nil
140                                                    (string :format "%v")
141                                                    (function :format "%v")
142                                                    (const :tag "None" nil)))
143                                     (group :inline t
144                                            (const :format "" :value :function)
145                                            (function :tag "Function"))
146                                     (group :inline t
147                                            (const :format ""
148                                                   :value :authentication)
149                                            (choice :tag "Authentication"
150                                                    :value apop
151                                                    (const password)
152                                                    (const apop)))
153                                     (group :inline t
154                                            (const :format "" :value :plugged)
155                                            (boolean :tag "Plugged"))
156                                     (group :inline t
157                                            (const :format "" :value :stream)
158                                            (choice :tag "Stream"
159                                                    :value nil
160                                                    (const :tag "Clear" nil)
161                                                    (const starttls)
162                                                    (const :tag "SSL/TLS" ssl)))))
163                    (cons :tag "Maildir (qmail, postfix...)"
164                          (const :format "" maildir)
165                          (checklist :tag "Options" :greedy t
166                                     (group :inline t
167                                            (const :format "" :value :path)
168                                            (directory :tag "Path"))
169                                     (group :inline t
170                                            (const :format "" :value :plugged)
171                                            (boolean :tag "Plugged"))))
172                    (cons :tag "IMAP server"
173                          (const :format "" imap)
174                          (checklist :tag "Options" :greedy t
175                                     (group :inline t
176                                            (const :format "" :value :server)
177                                            (string :tag "Server"))
178                                     (group :inline t
179                                            (const :format "" :value :port)
180                                            (choice :tag "Port"
181                                                    :value 143
182                                                    integer string))
183                                     (group :inline t
184                                            (const :format "" :value :user)
185                                            (string :tag "User"))
186                                     (group :inline t
187                                            (const :format "" :value :password)
188                                            (string :tag "Password"))
189                                     (group :inline t
190                                            (const :format "" :value :stream)
191                                            (choice :tag "Stream"
192                                                    :value network
193                                                    ,@mail-source-imap-streams))
194                                     (group :inline t
195                                            (const :format "" :value :program)
196                                            (string :tag "Program"))
197                                     (group :inline t
198                                            (const :format ""
199                                                   :value :authenticator)
200                                            (choice :tag "Authenticator"
201                                                    :value login
202                                                    ,@mail-source-imap-authenticators))
203                                     (group :inline t
204                                            (const :format "" :value :mailbox)
205                                            (string :tag "Mailbox"
206                                                    :value "INBOX"))
207                                     (group :inline t
208                                            (const :format "" :value :predicate)
209                                            (string :tag "Predicate"
210                                                    :value "UNSEEN UNDELETED"))
211                                     (group :inline t
212                                            (const :format "" :value :fetchflag)
213                                            (string :tag "Fetchflag"
214                                                    :value  "\\Deleted"))
215                                     (group :inline t
216                                            (const :format ""
217                                                   :value :dontexpunge)
218                                            (boolean :tag "Dontexpunge"))
219                                     (group :inline t
220                                            (const :format "" :value :plugged)
221                                            (boolean :tag "Plugged"))))))))
222
223 (defcustom mail-source-ignore-errors nil
224   "*Ignore errors when querying mail sources.
225 If nil, the user will be prompted when an error occurs.  If non-nil,
226 the error will be ignored."
227   :version "22.1"
228   :group 'mail-source
229   :type 'boolean)
230
231 (defcustom mail-source-primary-source nil
232   "*Primary source for incoming mail.
233 If non-nil, this maildrop will be checked periodically for new mail."
234   :group 'mail-source
235   :type 'sexp)
236
237 (defcustom mail-source-flash t
238   "*If non-nil, flash periodically when mail is available."
239   :group 'mail-source
240   :type 'boolean)
241
242 (defcustom mail-source-crash-box "~/.emacs-mail-crash-box"
243   "File where mail will be stored while processing it."
244   :group 'mail-source
245   :type 'file)
246
247 (defcustom mail-source-directory message-directory
248   "Directory where incoming mail source files (if any) will be stored."
249   :group 'mail-source
250   :type 'directory)
251
252 (defcustom mail-source-default-file-modes 384
253   "Set the mode bits of all new mail files to this integer."
254   :group 'mail-source
255   :type 'integer)
256
257 (defcustom mail-source-delete-incoming
258   10 ;; development versions
259   ;; 2 ;; released versions
260   "If non-nil, delete incoming files after handling.
261 If t, delete immediately, if nil, never delete.  If a positive number, delete
262 files older than number of days.
263
264 Removing of old files happens in `mail-source-callback', i.e. no
265 old incoming files will be deleted unless you receive new mail.
266 You may also set this variable to nil and call
267 `mail-source-delete-old-incoming' interactively."
268   :group 'mail-source
269   :version "22.2" ;; No Gnus / Gnus 5.10.10 (default changed)
270   :type '(choice (const :tag "immediately" t)
271                  (const :tag "never" nil)
272                  (integer :tag "days")))
273
274 (defcustom mail-source-delete-old-incoming-confirm nil
275   "If non-nil, ask for confirmation before deleting old incoming files.
276 This variable only applies when `mail-source-delete-incoming' is a positive
277 number."
278   :version "22.2" ;; No Gnus / Gnus 5.10.10 (default changed)
279   :group 'mail-source
280   :type 'boolean)
281
282 (defcustom mail-source-incoming-file-prefix "Incoming"
283   "Prefix for file name for storing incoming mail"
284   :group 'mail-source
285   :type 'string)
286
287 (defcustom mail-source-report-new-mail-interval 5
288   "Interval in minutes between checks for new mail."
289   :group 'mail-source
290   :type 'number)
291
292 (defcustom mail-source-idle-time-delay 5
293   "Number of idle seconds to wait before checking for new mail."
294   :group 'mail-source
295   :type 'number)
296
297 (defcustom mail-source-movemail-program nil
298   "If non-nil, name of program for fetching new mail."
299   :version "22.1"
300   :group 'mail-source
301   :type '(choice (const nil) string))
302
303 ;;; Internal variables.
304
305 (defvar mail-source-string ""
306   "A dynamically bound string that says what the current mail source is.")
307
308 (defvar mail-source-new-mail-available nil
309   "Flag indicating when new mail is available.")
310
311 (eval-and-compile
312   (defvar mail-source-common-keyword-map
313     '((:plugged))
314     "Mapping from keywords to default values.
315 Common keywords should be listed here.")
316
317   (defvar mail-source-keyword-map
318     '((file
319        (:prescript)
320        (:prescript-delay)
321        (:postscript)
322        (:path (or (getenv "MAIL")
323                   (expand-file-name (user-login-name) rmail-spool-directory))))
324       (directory
325        (:prescript)
326        (:prescript-delay)
327        (:postscript)
328        (:path)
329        (:suffix ".spool")
330        (:predicate identity))
331       (pop
332        (:prescript)
333        (:prescript-delay)
334        (:postscript)
335        ;; note server and port need to come before user and password
336        (:server (getenv "MAILHOST"))
337        (:port 110)
338        (:user (or (user-login-name) (getenv "LOGNAME") (getenv "USER")))
339        (:program)
340        (:function)
341        (:password)
342        (:authentication password)
343        (:stream nil))
344       (maildir
345        (:path (or (getenv "MAILDIR") "~/Maildir/"))
346        (:subdirs ("cur" "new"))
347        (:function))
348       (imap
349        ;; note server and port need to come before user and password
350        (:server (getenv "MAILHOST"))
351        (:port)
352        (:stream)
353        (:program)
354        (:authentication)
355        (:user (or (user-login-name) (getenv "LOGNAME") (getenv "USER")))
356        (:password)
357        (:mailbox "INBOX")
358        (:predicate "UNSEEN UNDELETED")
359        (:fetchflag "\\Deleted")
360        (:prescript)
361        (:prescript-delay)
362        (:postscript)
363        (:dontexpunge)))
364     "Mapping from keywords to default values.
365 All keywords that can be used must be listed here."))
366
367 (defvar mail-source-fetcher-alist
368   '((file mail-source-fetch-file)
369     (directory mail-source-fetch-directory)
370     (pop mail-source-fetch-pop)
371     (maildir mail-source-fetch-maildir)
372     (imap mail-source-fetch-imap))
373   "A mapping from source type to fetcher function.")
374
375 (defvar mail-source-password-cache nil)
376
377 (defvar mail-source-plugged t)
378
379 ;;; Functions
380
381 (eval-and-compile
382   (defun mail-source-strip-keyword (keyword)
383     "Strip the leading colon off the KEYWORD."
384     (intern (substring (symbol-name keyword) 1))))
385
386 ;; generate a list of variable names paired with nil values
387 ;; suitable for usage in a `let' form
388 (eval-and-compile
389   (defun mail-source-bind-1 (type)
390     (let* ((defaults (cdr (assq type mail-source-keyword-map)))
391            default bind)
392       (while (setq default (pop defaults))
393         (push (list (mail-source-strip-keyword (car default))
394                     nil)
395               bind))
396       bind)))
397
398 (defmacro mail-source-bind (type-source &rest body)
399   "Return a `let' form that binds all variables in source TYPE.
400 TYPE-SOURCE is a list where the first element is the TYPE, and
401 the second variable is the SOURCE.
402 At run time, the mail source specifier SOURCE will be inspected,
403 and the variables will be set according to it.  Variables not
404 specified will be given default values.
405
406 The user and password will be loaded from the auth-source values
407 if those are available.  They override the original user and
408 password in a second `let' form.
409
410 After this is done, BODY will be executed in the scope
411 of the second `let' form.
412
413 The variables bound and their default values are described by
414 the `mail-source-keyword-map' variable."
415   `(let* ,(mail-source-bind-1 (car type-source))
416      (mail-source-set-1 ,(cadr type-source))
417      ,@body))
418
419 (put 'mail-source-bind 'lisp-indent-function 1)
420 (put 'mail-source-bind 'edebug-form-spec '(sexp body))
421
422 (defun mail-source-set-1 (source)
423   (let* ((type (pop source))
424          (defaults (cdr (assq type mail-source-keyword-map)))
425          (search '(:max 1))
426          found default value keyword auth-info user-auth pass-auth)
427
428     ;; append to the search the useful info from the source and the defaults:
429     ;; user, host, and port
430
431     ;; the msname is the mail-source parameter
432     (dolist (msname '(:server :user :port))
433       ;; the asname is the auth-source parameter
434       (let* ((asname (case msname
435                        (:server :host)  ; auth-source uses :host
436                        (t msname)))
437              ;; this is the mail-source default
438              (msdef1 (or (plist-get source msname)
439                          (nth 1 (assoc msname defaults))))
440              ;; ...evaluated
441              (msdef (mail-source-value msdef1)))
442         (setq search (append (list asname
443                                    (if msdef msdef t))
444                              search))))
445     ;; if the port is unknown yet, get it from the mail-source type
446     (unless (plist-get search :port)
447       (setq search (append (list :port (symbol-name type)))))
448
449     (while (setq default (pop defaults))
450       ;; for each default :SYMBOL, set SYMBOL to the plist value for :SYMBOL
451       ;; using `mail-source-value' to evaluate the plist value
452       (set (mail-source-strip-keyword (setq keyword (car default)))
453            ;; note the following reasons for this structure:
454            ;; 1) the auth-sources user and password override everything
455            ;; 2) it avoids macros, so it's cleaner
456            ;; 3) it falls through to the mail-sources and then default values
457            (cond
458             ((and
459              (eq keyword :user)
460              (setq user-auth (plist-get
461                               ;; cache the search result in `found'
462                               (or found
463                                   (setq found (nth 0 (apply 'auth-source-search
464                                                             search))))
465                               :user)))
466              user-auth)
467             ((and
468               (eq keyword :password)
469               (setq pass-auth (plist-get
470                                ;; cache the search result in `found'
471                                (or found
472                                    (setq found (nth 0 (apply 'auth-source-search
473                                                              search))))
474                                :secret)))
475              ;; maybe set the password to the return of the :secret function
476              (if (functionp pass-auth)
477                  (setq pass-auth (funcall pass-auth))
478                pass-auth))
479             (t (if (setq value (plist-get source keyword))
480                  (mail-source-value value)
481                (mail-source-value (cadr default)))))))))
482
483 (eval-and-compile
484   (defun mail-source-bind-common-1 ()
485     (let* ((defaults mail-source-common-keyword-map)
486            default bind)
487       (while (setq default (pop defaults))
488         (push (list (mail-source-strip-keyword (car default))
489                     nil)
490               bind))
491       bind)))
492
493 (defun mail-source-set-common-1 (source)
494   (let* ((type (pop source))
495          (defaults mail-source-common-keyword-map)
496          (defaults-1 (cdr (assq type mail-source-keyword-map)))
497          default value keyword)
498     (while (setq default (pop defaults))
499       (set (mail-source-strip-keyword (setq keyword (car default)))
500            (if (setq value (plist-get source keyword))
501                (mail-source-value value)
502              (if (setq value (assq  keyword defaults-1))
503                  (mail-source-value (cadr value))
504                (mail-source-value (cadr default))))))))
505
506 (defmacro mail-source-bind-common (source &rest body)
507   "Return a `let' form that binds all common variables.
508 See `mail-source-bind'."
509   `(let ,(mail-source-bind-common-1)
510      (mail-source-set-common-1 source)
511      ,@body))
512
513 (put 'mail-source-bind-common 'lisp-indent-function 1)
514 (put 'mail-source-bind-common 'edebug-form-spec '(sexp body))
515
516 (defun mail-source-value (value)
517   "Return the value of VALUE."
518   (cond
519    ;; String
520    ((stringp value)
521     value)
522    ;; Function
523    ((and (listp value) (symbolp (car value)) (fboundp (car value)))
524     (eval value))
525    ;; Just return the value.
526    (t
527     value)))
528
529 (autoload 'nnheader-message "nnheader")
530
531 (defun mail-source-fetch (source callback &optional method)
532   "Fetch mail from SOURCE and call CALLBACK zero or more times.
533 CALLBACK will be called with the name of the file where (some of)
534 the mail from SOURCE is put.
535 Return the number of files that were found."
536   (mail-source-bind-common source
537     (if (or mail-source-plugged plugged)
538         (save-excursion
539           ;; Special-case the `file' handler since it's so common and
540           ;; just adds noise.
541           (when (or (not (eq (car source) 'file))
542                     (mail-source-bind (file source)
543                       (file-exists-p path)))
544             (nnheader-message 4 "%sReading incoming mail from %s..."
545                               (if method
546                                   (format "%s: " method)
547                                 "")
548                               (car source)))
549           (let ((function (cadr (assq (car source) mail-source-fetcher-alist)))
550                 (found 0))
551             (unless function
552               (error "%S is an invalid mail source specification" source))
553             ;; If there's anything in the crash box, we do it first.
554             (when (file-exists-p mail-source-crash-box)
555               (message "Processing mail from %s..." mail-source-crash-box)
556               (setq found (mail-source-callback
557                            callback mail-source-crash-box))
558               (mail-source-delete-crash-box))
559             (+ found
560                (if (or debug-on-quit debug-on-error)
561                    (funcall function source callback)
562                  (condition-case err
563                      (funcall function source callback)
564                    (error
565                     (if (and (not mail-source-ignore-errors)
566                              (not
567                               (yes-or-no-p
568                                (format "Mail source %s error (%s).  Continue? "
569                                        (if (memq ':password source)
570                                            (let ((s (copy-sequence source)))
571                                              (setcar (cdr (memq ':password s))
572                                                      "********")
573                                              s)
574                                          source)
575                                        (cadr err)))))
576                       (error "Cannot get new mail"))
577                     0)))))))))
578
579 (declare-function gnus-message "gnus-util" (level &rest args))
580
581 (defun mail-source-delete-old-incoming (&optional age confirm)
582   "Remove incoming files older than AGE days.
583 If CONFIRM is non-nil, ask for confirmation before removing a file."
584   (interactive "P")
585   (require 'gnus-util)
586   (let* ((high2days (/ 65536.0 60 60 24));; convert high bits to days
587          (low2days  (/ 1.0 65536.0))     ;; convert low bits to days
588          (diff (if (natnump age) age 30));; fallback, if no valid AGE given
589          currday files)
590     (setq files (directory-files
591                  mail-source-directory t
592                  (concat "\\`"
593                          (regexp-quote mail-source-incoming-file-prefix)))
594           currday (* (car (current-time)) high2days)
595           currday (+ currday (* low2days (nth 1 (current-time)))))
596     (while files
597       (let* ((ffile (car files))
598              (bfile (gnus-replace-in-string
599                      ffile "\\`.*/\\([^/]+\\)\\'" "\\1"))
600              (filetime (nth 5 (file-attributes ffile)))
601              (fileday (* (car filetime) high2days))
602              (fileday (+ fileday (* low2days (nth 1 filetime)))))
603         (setq files (cdr files))
604         (when (and (> (- currday fileday) diff)
605                    (if confirm
606                        (y-or-n-p
607                         (format "\
608 Delete old (> %s day(s)) incoming mail file `%s'? " diff bfile))
609                      (gnus-message 8 "\
610 Deleting old (> %s day(s)) incoming mail file `%s'." diff bfile)
611                      t))
612           (delete-file ffile))))))
613
614 (defun mail-source-callback (callback info)
615   "Call CALLBACK on the mail file.  Pass INFO on to CALLBACK."
616   (if (or (not (file-exists-p mail-source-crash-box))
617           (zerop (nth 7 (file-attributes mail-source-crash-box))))
618       (progn
619         (when (file-exists-p mail-source-crash-box)
620           (delete-file mail-source-crash-box))
621         0)
622     (funcall callback mail-source-crash-box info)))
623
624 (autoload 'gnus-float-time "gnus-util")
625
626 (defvar mail-source-incoming-last-checked-time nil)
627
628 (defun mail-source-delete-crash-box ()
629   (when (file-exists-p mail-source-crash-box)
630     ;; Delete or move the incoming mail out of the way.
631     (if (eq mail-source-delete-incoming t)
632         (delete-file mail-source-crash-box)
633       (let ((incoming
634              (mm-make-temp-file
635               (expand-file-name
636                mail-source-incoming-file-prefix
637                mail-source-directory))))
638         (unless (file-exists-p (file-name-directory incoming))
639           (make-directory (file-name-directory incoming) t))
640         (rename-file mail-source-crash-box incoming t)
641         ;; remove old incoming files?
642         (when (natnump mail-source-delete-incoming)
643           ;; Don't check for old incoming files more than once per day to
644           ;; save a lot of file accesses.
645           (when (or (null mail-source-incoming-last-checked-time)
646                     (> (gnus-float-time
647                         (time-since mail-source-incoming-last-checked-time))
648                        (* 24 60 60)))
649             (setq mail-source-incoming-last-checked-time (current-time))
650             (mail-source-delete-old-incoming
651              mail-source-delete-incoming
652              mail-source-delete-old-incoming-confirm)))))))
653
654 (defun mail-source-movemail (from to)
655   "Move FROM to TO using movemail."
656   (if (not (file-writable-p to))
657       (error "Can't write to crash box %s.  Not moving mail" to)
658     (let ((to (file-truename (expand-file-name to)))
659           errors result)
660       (setq to (file-truename to)
661             from (file-truename from))
662       ;; Set TO if have not already done so, and rename or copy
663       ;; the file FROM to TO if and as appropriate.
664       (cond
665        ((file-exists-p to)
666         ;; The crash box exists already.
667         t)
668        ((not (file-exists-p from))
669         ;; There is no inbox.
670         (setq to nil))
671        ((zerop (nth 7 (file-attributes from)))
672         ;; Empty file.
673         (setq to nil))
674        (t
675         ;; If getting from mail spool directory, use movemail to move
676         ;; rather than just renaming, so as to interlock with the
677         ;; mailer.
678         (unwind-protect
679             (save-excursion
680               (setq errors (generate-new-buffer " *mail source loss*"))
681               (let ((default-directory "/"))
682                 (setq result
683                       (apply
684                        'call-process
685                        (append
686                         (list
687                          (or mail-source-movemail-program
688                              (expand-file-name "movemail" exec-directory))
689                          nil errors nil from to)))))
690               (when (file-exists-p to)
691                 (set-file-modes to mail-source-default-file-modes))
692               (if (and (or (not (buffer-modified-p errors))
693                            (zerop (buffer-size errors)))
694                        (and (numberp result)
695                             (zerop result)))
696                   ;; No output => movemail won.
697                   t
698                 (set-buffer errors)
699                 ;; There may be a warning about older revisions.  We
700                 ;; ignore that.
701                 (goto-char (point-min))
702                 (if (search-forward "older revision" nil t)
703                     t
704                   ;; Probably a real error.
705                   (subst-char-in-region (point-min) (point-max) ?\n ?\  )
706                   (goto-char (point-max))
707                   (skip-chars-backward " \t")
708                   (delete-region (point) (point-max))
709                   (goto-char (point-min))
710                   (when (looking-at "movemail: ")
711                     (delete-region (point-min) (match-end 0)))
712                   ;; Result may be a signal description string.
713                   (unless (yes-or-no-p
714                            (format "movemail: %s (%s return).  Continue? "
715                                    (buffer-string) result))
716                     (error "%s" (buffer-string)))
717                   (setq to nil)))))))
718       (when (and errors
719                  (buffer-name errors))
720         (kill-buffer errors))
721       ;; Return whether we moved successfully or not.
722       to)))
723
724 (defun mail-source-fetch-with-program (program)
725   (eq 0 (call-process shell-file-name nil nil nil
726                       shell-command-switch program)))
727
728 (defun mail-source-run-script (script spec &optional delay)
729   (when script
730     (if (functionp script)
731         (funcall script)
732       (mail-source-call-script
733        (format-spec script spec))))
734   (when delay
735     (sleep-for delay)))
736
737 (defun mail-source-call-script (script)
738   (let ((background nil)
739         (stderr (get-buffer-create " *mail-source-stderr*"))
740         result)
741     (when (string-match "& *$" script)
742       (setq script (substring script 0 (match-beginning 0))
743             background 0))
744     (setq result
745           (call-process shell-file-name nil background nil
746                         shell-command-switch script))
747     (when (and result
748                (not (zerop result)))
749       (set-buffer stderr)
750       (message "Mail source error: %s" (buffer-string)))
751     (kill-buffer stderr)))
752
753 ;;;
754 ;;; Different fetchers
755 ;;;
756
757 (defun mail-source-fetch-file (source callback)
758   "Fetcher for single-file sources."
759   (mail-source-bind (file source)
760     (mail-source-run-script
761      prescript (format-spec-make ?t mail-source-crash-box)
762      prescript-delay)
763     (let ((mail-source-string (format "file:%s" path)))
764       (if (mail-source-movemail path mail-source-crash-box)
765           (prog1
766               (mail-source-callback callback path)
767             (mail-source-run-script
768              postscript (format-spec-make ?t mail-source-crash-box))
769             (mail-source-delete-crash-box))
770         0))))
771
772 (defun mail-source-fetch-directory (source callback)
773   "Fetcher for directory sources."
774   (mail-source-bind (directory source)
775     (mail-source-run-script
776      prescript (format-spec-make ?t path) prescript-delay)
777     (let ((found 0)
778           (mail-source-string (format "directory:%s" path)))
779       (dolist (file (directory-files
780                      path t (concat (regexp-quote suffix) "$")))
781         (when (and (file-regular-p file)
782                    (funcall predicate file)
783                    (mail-source-movemail file mail-source-crash-box))
784           (incf found (mail-source-callback callback file))
785           (mail-source-run-script postscript (format-spec-make ?t path))
786           (mail-source-delete-crash-box)))
787       found)))
788
789 (defun mail-source-fetch-pop (source callback)
790   "Fetcher for single-file sources."
791   (mail-source-bind (pop source)
792     ;; fixme: deal with stream type in format specs
793     (mail-source-run-script
794      prescript
795      (format-spec-make ?p password ?t mail-source-crash-box
796                        ?s server ?P port ?u user)
797      prescript-delay)
798     (let ((from (format "%s:%s:%s" server user port))
799           (mail-source-string (format "pop:%s@%s" user server))
800           result)
801       (when (eq authentication 'password)
802         (setq password
803               (or password
804                   (cdr (assoc from mail-source-password-cache))
805                   (read-passwd
806                    (format "Password for %s at %s: " user server)))))
807       (when server
808         (setenv "MAILHOST" server))
809       (setq result
810             (cond
811              (program
812               (mail-source-fetch-with-program
813                (format-spec
814                 program
815                 (format-spec-make ?p password ?t mail-source-crash-box
816                                   ?s server ?P port ?u user))))
817              (function
818               (funcall function mail-source-crash-box))
819              ;; The default is to use pop3.el.
820              (t
821               (require 'pop3)
822               (let ((pop3-password password)
823                     (pop3-maildrop user)
824                     (pop3-mailhost server)
825                     (pop3-port port)
826                     (pop3-authentication-scheme
827                      (if (eq authentication 'apop) 'apop 'pass))
828                     (pop3-stream-type stream))
829                 (if (or debug-on-quit debug-on-error)
830                     (save-excursion (pop3-movemail mail-source-crash-box))
831                   (condition-case err
832                       (save-excursion (pop3-movemail mail-source-crash-box))
833                     (error
834                      ;; We nix out the password in case the error
835                      ;; was because of a wrong password being given.
836                      (setq mail-source-password-cache
837                            (delq (assoc from mail-source-password-cache)
838                                  mail-source-password-cache))
839                      (signal (car err) (cdr err)))))))))
840       (if result
841           (progn
842             (when (eq authentication 'password)
843               (unless (assoc from mail-source-password-cache)
844                 (push (cons from password) mail-source-password-cache)))
845             (prog1
846                 (mail-source-callback callback server)
847               ;; Update display-time's mail flag, if relevant.
848               (if (equal source mail-source-primary-source)
849                   (setq mail-source-new-mail-available nil))
850               (mail-source-run-script
851                postscript
852                (format-spec-make ?p password ?t mail-source-crash-box
853                                  ?s server ?P port ?u user))
854               (mail-source-delete-crash-box)))
855         ;; We nix out the password in case the error
856         ;; was because of a wrong password being given.
857         (setq mail-source-password-cache
858               (delq (assoc from mail-source-password-cache)
859                     mail-source-password-cache))
860         0))))
861
862 (defun mail-source-check-pop (source)
863   "Check whether there is new mail."
864   (mail-source-bind (pop source)
865     (let ((from (format "%s:%s:%s" server user port))
866           (mail-source-string (format "pop:%s@%s" user server))
867           result)
868       (when (eq authentication 'password)
869         (setq password
870               (or password
871                   (cdr (assoc from mail-source-password-cache))
872                   (read-passwd
873                    (format "Password for %s at %s: " user server))))
874         (unless (assoc from mail-source-password-cache)
875           (push (cons from password) mail-source-password-cache)))
876       (when server
877         (setenv "MAILHOST" server))
878       (setq result
879             (cond
880              ;; No easy way to check whether mail is waiting for these.
881              (program)
882              (function)
883              ;; The default is to use pop3.el.
884              (t
885               (require 'pop3)
886               (let ((pop3-password password)
887                     (pop3-maildrop user)
888                     (pop3-mailhost server)
889                     (pop3-port port)
890                     (pop3-authentication-scheme
891                      (if (eq authentication 'apop) 'apop 'pass)))
892                 (if (or debug-on-quit debug-on-error)
893                     (save-excursion (pop3-get-message-count))
894                   (condition-case err
895                       (save-excursion (pop3-get-message-count))
896                     (error
897                      ;; We nix out the password in case the error
898                      ;; was because of a wrong password being given.
899                      (setq mail-source-password-cache
900                            (delq (assoc from mail-source-password-cache)
901                                  mail-source-password-cache))
902                      (signal (car err) (cdr err)))))))))
903       (if result
904           ;; Inform display-time that we have new mail.
905           (setq mail-source-new-mail-available (> result 0))
906         ;; We nix out the password in case the error
907         ;; was because of a wrong password being given.
908         (setq mail-source-password-cache
909               (delq (assoc from mail-source-password-cache)
910                     mail-source-password-cache)))
911       result)))
912
913 (defun mail-source-touch-pop ()
914   "Open and close a POP connection shortly.
915 POP server should be defined in `mail-source-primary-source' (which is
916 preferred) or `mail-sources'.  You may use it for the POP-before-SMTP
917 authentication.  To do that, you need to set the
918 `message-send-mail-function' variable as `message-smtpmail-send-it'
919 and put the following line in your ~/.gnus.el file:
920
921 \(add-hook 'message-send-mail-hook 'mail-source-touch-pop)
922
923 See the Gnus manual for details."
924   (let ((sources (if mail-source-primary-source
925                      (list mail-source-primary-source)
926                    mail-sources)))
927     (while sources
928       (if (eq 'pop (car (car sources)))
929           (mail-source-check-pop (car sources)))
930       (setq sources (cdr sources)))))
931
932 (defun mail-source-new-mail-p ()
933   "Handler for `display-time' to indicate when new mail is available."
934   ;; Flash (ie. ring the visible bell) if mail is available.
935   (if (and mail-source-flash mail-source-new-mail-available)
936       (let ((visible-bell t))
937         (ding)))
938   ;; Only report flag setting; flag is updated on a different schedule.
939   mail-source-new-mail-available)
940
941
942 (defvar mail-source-report-new-mail nil)
943 (defvar mail-source-report-new-mail-timer nil)
944 (defvar mail-source-report-new-mail-idle-timer nil)
945
946 (defun mail-source-start-idle-timer ()
947   ;; Start our idle timer if necessary, so we delay the check until the
948   ;; user isn't typing.
949   (unless mail-source-report-new-mail-idle-timer
950     (setq mail-source-report-new-mail-idle-timer
951           (run-with-idle-timer
952            mail-source-idle-time-delay
953            nil
954            (lambda ()
955              (unwind-protect
956                  (mail-source-check-pop mail-source-primary-source)
957                (setq mail-source-report-new-mail-idle-timer nil)))))
958     ;; Since idle timers created when Emacs is already in the idle
959     ;; state don't get activated until Emacs _next_ becomes idle, we
960     ;; need to force our timer to be considered active now.  We do
961     ;; this by being naughty and poking the timer internals directly
962     ;; (element 0 of the vector is nil if the timer is active).
963     (aset mail-source-report-new-mail-idle-timer 0 nil)))
964
965 (defun mail-source-report-new-mail (arg)
966   "Toggle whether to report when new mail is available.
967 This only works when `display-time' is enabled."
968   (interactive "P")
969   (if (not mail-source-primary-source)
970       (error "Need to set `mail-source-primary-source' to check for new mail"))
971   (let ((on (if (null arg)
972                 (not mail-source-report-new-mail)
973               (> (prefix-numeric-value arg) 0))))
974     (setq mail-source-report-new-mail on)
975     (and mail-source-report-new-mail-timer
976          (nnheader-cancel-timer mail-source-report-new-mail-timer))
977     (and mail-source-report-new-mail-idle-timer
978          (nnheader-cancel-timer mail-source-report-new-mail-idle-timer))
979     (setq mail-source-report-new-mail-timer nil)
980     (setq mail-source-report-new-mail-idle-timer nil)
981     (if on
982         (progn
983           (require 'time)
984           ;; display-time-mail-function is an Emacs feature.
985           (setq display-time-mail-function #'mail-source-new-mail-p)
986           ;; Set up the main timer.
987           (setq mail-source-report-new-mail-timer
988                 (run-at-time
989                  (* 60 mail-source-report-new-mail-interval)
990                  (* 60 mail-source-report-new-mail-interval)
991                  #'mail-source-start-idle-timer))
992           ;; When you get new mail, clear "Mail" from the mode line.
993           (add-hook 'nnmail-post-get-new-mail-hook
994                     'display-time-event-handler)
995           (message "Mail check enabled"))
996       (setq display-time-mail-function nil)
997       (remove-hook 'nnmail-post-get-new-mail-hook
998                    'display-time-event-handler)
999       (message "Mail check disabled"))))
1000
1001 (defun mail-source-fetch-maildir (source callback)
1002   "Fetcher for maildir sources."
1003   (mail-source-bind (maildir source)
1004     (let ((found 0)
1005           mail-source-string)
1006       (unless (string-match "/$" path)
1007         (setq path (concat path "/")))
1008       (dolist (subdir subdirs)
1009         (when (file-directory-p (concat path subdir))
1010           (setq mail-source-string (format "maildir:%s%s" path subdir))
1011           (dolist (file (directory-files (concat path subdir) t))
1012             (when (and (not (file-directory-p file))
1013                        (not (if function
1014                                 ;; `function' should return nil if successful.
1015                                 (funcall function file mail-source-crash-box)
1016                               (let ((coding-system-for-write
1017                                      mm-text-coding-system)
1018                                     (coding-system-for-read
1019                                      mm-text-coding-system))
1020                                 (with-temp-file mail-source-crash-box
1021                                   (insert-file-contents file)
1022                                   (goto-char (point-min))
1023 ;;;                               ;; Unix mail format
1024 ;;;                               (unless (looking-at "\n*From ")
1025 ;;;                                 (insert "From maildir "
1026 ;;;                                         (current-time-string) "\n"))
1027 ;;;                               (while (re-search-forward "^From " nil t)
1028 ;;;                                 (replace-match ">From "))
1029 ;;;                               (goto-char (point-max))
1030 ;;;                               (insert "\n\n")
1031                                   ;; MMDF mail format
1032                                   (insert "\001\001\001\001\n"))
1033                                 (delete-file file)
1034                                 nil))))
1035               (incf found (mail-source-callback callback file))
1036               (mail-source-delete-crash-box)))))
1037       found)))
1038
1039 (autoload 'imap-open "imap")
1040 (autoload 'imap-authenticate "imap")
1041 (autoload 'imap-mailbox-select "imap")
1042 (autoload 'imap-mailbox-unselect "imap")
1043 (autoload 'imap-mailbox-close "imap")
1044 (autoload 'imap-search "imap")
1045 (autoload 'imap-fetch "imap")
1046 (autoload 'imap-close "imap")
1047 (autoload 'imap-error-text "imap")
1048 (autoload 'imap-message-flags-add "imap")
1049 (autoload 'imap-list-to-message-set "imap")
1050 (autoload 'imap-range-to-message-set "imap")
1051 (autoload 'nnheader-ms-strip-cr "nnheader")
1052
1053 (autoload 'gnus-compress-sequence "gnus-range")
1054
1055 (defvar mail-source-imap-file-coding-system 'binary
1056   "Coding system for the crashbox made by `mail-source-fetch-imap'.")
1057
1058 ;; Autoloads will bring in imap before this is called.
1059 (declare-function imap-capability "imap" (&optional identifier buffer))
1060
1061 (defun mail-source-fetch-imap (source callback)
1062   "Fetcher for imap sources."
1063   (mail-source-bind (imap source)
1064     (mail-source-run-script
1065      prescript (format-spec-make ?p password ?t mail-source-crash-box
1066                                  ?s server ?P port ?u user)
1067      prescript-delay)
1068     (let ((from (format "%s:%s:%s" server user port))
1069           (found 0)
1070           (buf (generate-new-buffer " *imap source*"))
1071           (mail-source-string (format "imap:%s:%s" server mailbox))
1072           (imap-shell-program (or (list program) imap-shell-program))
1073           remove)
1074       (if (and (imap-open server port stream authentication buf)
1075                (imap-authenticate
1076                 user (or (cdr (assoc from mail-source-password-cache))
1077                          password) buf)
1078                (imap-mailbox-select mailbox nil buf))
1079           (let ((coding-system-for-write mail-source-imap-file-coding-system)
1080                 str)
1081             (with-temp-file mail-source-crash-box
1082               ;; Avoid converting 8-bit chars from inserted strings to
1083               ;; multibyte.
1084               (mm-disable-multibyte)
1085               ;; remember password
1086               (with-current-buffer buf
1087                 (when (and imap-password
1088                            (not (assoc from mail-source-password-cache)))
1089                   (push (cons from imap-password) mail-source-password-cache)))
1090               ;; if predicate is nil, use all uids
1091               (dolist (uid (imap-search (or predicate "1:*") buf))
1092                 (when (setq str
1093                             (if (imap-capability 'IMAP4rev1 buf)
1094                                 (caddar (imap-fetch uid "BODY.PEEK[]"
1095                                                     'BODYDETAIL nil buf))
1096                               (imap-fetch uid "RFC822.PEEK" 'RFC822 nil buf)))
1097                   (push uid remove)
1098                   (insert "From imap " (current-time-string) "\n")
1099                   (save-excursion
1100                     (insert str "\n\n"))
1101                   (while (let ((case-fold-search nil))
1102                            (re-search-forward "^From " nil t))
1103                     (replace-match ">From "))
1104                   (goto-char (point-max))))
1105               (nnheader-ms-strip-cr))
1106             (incf found (mail-source-callback callback server))
1107             (mail-source-delete-crash-box)
1108             (when (and remove fetchflag)
1109               (setq remove (nreverse remove))
1110               (imap-message-flags-add
1111                (imap-range-to-message-set (gnus-compress-sequence remove))
1112                fetchflag nil buf))
1113             (if dontexpunge
1114                 (imap-mailbox-unselect buf)
1115               (imap-mailbox-close nil buf))
1116             (imap-close buf))
1117         (imap-close buf)
1118         ;; We nix out the password in case the error
1119         ;; was because of a wrong password being given.
1120         (setq mail-source-password-cache
1121               (delq (assoc from mail-source-password-cache)
1122                     mail-source-password-cache))
1123         (error "IMAP error: %s" (imap-error-text buf)))
1124       (kill-buffer buf)
1125       (mail-source-run-script
1126        postscript
1127        (format-spec-make ?p password ?t mail-source-crash-box
1128                          ?s server ?P port ?u user))
1129       found)))
1130
1131 (provide 'mail-source)
1132
1133 ;;; mail-source.el ends here