Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c430597d
Commit
c430597d
authored
Jan 01, 2005
by
Stefan Monnier
Browse files
Typo.
parent
551b2a97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/gnus/imap.el
lisp/gnus/imap.el
+4
-4
No files found.
lisp/gnus/imap.el
View file @
c430597d
;;; imap.el --- imap library
;;; imap.el --- imap library
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
, 2005
;; Free Software Foundation, Inc.
;; Free Software Foundation, Inc.
;; Author: Simon Josefsson <jas@pdc.kth.se>
;; Author: Simon Josefsson <jas@pdc.kth.se>
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
;; imap-message-append, imap-envelope-from
;; imap-message-append, imap-envelope-from
;; imap-body-lines
;; imap-body-lines
;;
;;
;; It is my hope that the
e
se commands should be pretty self
;; It is my hope that these commands should be pretty self
;; explanatory for someone that know IMAP. All functions have
;; explanatory for someone that know IMAP. All functions have
;; additional documentation on how to invoke them.
;; additional documentation on how to invoke them.
;;
;;
...
@@ -325,7 +325,7 @@ for doing the actual authentication.")
...
@@ -325,7 +325,7 @@ for doing the actual authentication.")
(
defvar
imap-error
nil
(
defvar
imap-error
nil
"Error codes from the last command."
)
"Error codes from the last command."
)
;; Internal constants. Change the
e
se and die.
;; Internal constants. Change these and die.
(
defconst
imap-default-port
143
)
(
defconst
imap-default-port
143
)
(
defconst
imap-default-ssl-port
993
)
(
defconst
imap-default-ssl-port
993
)
...
@@ -1456,7 +1456,7 @@ or 'unseen. The IMAP command tag is returned."
...
@@ -1456,7 +1456,7 @@ or 'unseen. The IMAP command tag is returned."
(
defun
imap-fetch
(
uids
props
&optional
receive
nouidfetch
buffer
)
(
defun
imap-fetch
(
uids
props
&optional
receive
nouidfetch
buffer
)
"Fetch properties PROPS from message set UIDS from server in BUFFER.
"Fetch properties PROPS from message set UIDS from server in BUFFER.
UIDS can be a string, number or a list of numbers. If RECEIVE
UIDS can be a string, number or a list of numbers. If RECEIVE
is non-nil return the
e
se properties."
is non-nil return these properties."
(
with-current-buffer
(
or
buffer
(
current-buffer
))
(
with-current-buffer
(
or
buffer
(
current-buffer
))
(
when
(
imap-ok-p
(
imap-send-command-wait
(
when
(
imap-ok-p
(
imap-send-command-wait
(
format
"%sFETCH %s %s"
(
if
nouidfetch
""
"UID "
)
(
format
"%sFETCH %s %s"
(
if
nouidfetch
""
"UID "
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment