/[emacs]/emacs/lisp/url/url-imap.el
ViewVC logotype

Diff of /emacs/lisp/url/url-imap.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by miles, Sat Apr 10 05:55:48 2004 UTC revision 1.4 by lh, Tue Oct 19 21:35:34 2004 UTC
# Line 1  Line 1 
1  ;;; url-imap.el --- IMAP retrieval routines  ;;; url-imap.el --- IMAP retrieval routines
2    
3    ;; Copyright (c) 1999 Free Software Foundation, Inc.
4    
5  ;; Author: Simon Josefsson <jas@pdc.kth.se>  ;; Author: Simon Josefsson <jas@pdc.kth.se>
6  ;; Keywords: comm, data, processes  ;; Keywords: comm, data, processes
7    
8  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;; This file is part of GNU Emacs.
9  ;;; Copyright (c) 1999 Free Software Foundation, Inc.  
10  ;;;  ;; GNU Emacs is free software; you can redistribute it and/or modify
11  ;;; This file is part of GNU Emacs.  ;; it under the terms of the GNU General Public License as published by
12  ;;;  ;; the Free Software Foundation; either version 2, or (at your option)
13  ;;; GNU Emacs is free software; you can redistribute it and/or modify  ;; any later version.
14  ;;; it under the terms of the GNU General Public License as published by  
15  ;;; the Free Software Foundation; either version 2, or (at your option)  ;; GNU Emacs is distributed in the hope that it will be useful,
16  ;;; any later version.  ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17  ;;;  ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  ;;; GNU Emacs is distributed in the hope that it will be useful,  ;; GNU General Public License for more details.
19  ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of  
20  ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  ;; You should have received a copy of the GNU General Public License
21  ;;; GNU General Public License for more details.  ;; along with GNU Emacs; see the file COPYING.  If not, write to the
22  ;;;  ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23  ;;; You should have received a copy of the GNU General Public License  ;; Boston, MA 02111-1307, USA.
24  ;;; along with GNU Emacs; see the file COPYING.  If not, write to the  
25  ;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,  ;;; Commentary:
26  ;;; Boston, MA 02111-1307, USA.  
27  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;; Anyway, here's a teaser. It's quite broken in lots of regards, but at
28    ;; least it seem to work. At least a little. At least when called
29  ; Anyway, here's a teaser. It's quite broken in lots of regards, but at  ;; manually like this (I've no idea how it's supposed to be called):
30  ; least it seem to work. At least a little. At least when called  
31  ; manually like this (I've no idea how it's supposed to be called):  ;; (url-imap (url-generic-parse-url "imap://cyrus.andrew.cmu.edu/archive.c-client;UID=1021"))
32    
33  ; (url-imap (url-generic-parse-url "imap://cyrus.andrew.cmu.edu/archive.c-client;UID=1021"))  ;;; Code:
34    
35  (eval-when-compile (require 'cl))  (eval-when-compile (require 'cl))
36  (require 'url-util)  (require 'url-util)
# Line 79  Line 82 
82      (current-buffer)))      (current-buffer)))
83    
84  ;;; arch-tag: 034991ff-5425-48ea-b911-c96c90e6f47d  ;;; arch-tag: 034991ff-5425-48ea-b911-c96c90e6f47d
85    ;;; url-imap.el ends here

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26