[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nnimap 0.80 released
- To: nnimap@extundo.com
- Subject: nnimap 0.80 released
- From: Simon Josefsson <jas@pdc.kth.se>
- Date: 02 Dec 1998 06:38:24 +0100
- User-Agent: Gnus/5.070059 (Pterodactyl Gnus v0.59) XEmacs/21.0 (Poitou)
Bugs.
Get it from http://www.extundo.com/nnimap/nnimap.tar.gz.
1998-12-02 06:31:48 Simon Josefsson <jas@pdc.kth.se>
* nnimap 0.80 released.
1998-12-02 06:19:33 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-namespace-get):
(imap-mailbox-unselect): Use new imap-capability.
1998-12-02 06:10:20 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-open-stream):
(imap-do-login):
(imap-default-name): Removed.
(imap-locals): Removed imap-open-stream, imap-do-login.
1998-12-02 05:58:30 Simon Josefsson <jas@pdc.kth.se>
* nnimap.el (nnimap-request-accept-article): Use new imap api.
(gnus-group-nnimap-edit-acl): Use new imap api.
* nnimap.el (nnimap-server-opened): Use new imap api.
(nnimap-pattern-to-list-arguments): Quote cdr in LIST command.
(nnimap-close-server): Don't kill buffer, use new imap api.
* nnimap.el (nnimap-authenticate): Removed.
(nnimap-open-server): Use new imap api.
* nnimap.el (nnimap-auth-method): Obsolete.
(nnimap-stream):
(nnimap-authenticator): New server variables.
1998-12-02 05:45:56 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-capability-get): Checks identifier, renamed to
imap-capability.
1998-12-02 05:35:11 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-server-opened): Rewritten, renamed to imap-opened.
(imap-close-server): Rewritten, renamed to imap-close.
(imap-open-server): Rewritten, renamed to imap-open.
1998-12-02 05:33:54 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-open-ssl-stream):
(imap-authenticate-login):
(imap-authenticate-cram-md5):
(imap-authenticate):
(imap-authinfo-get):
(imap-open-stream):
(imap-open-network-stream):
(imap-open-imtest-stream): Removed.
1998-12-02 05:31:37 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-kerberos4s-p):
(imap-kerberos4-open):
(imap-ssl-p):
(imap-ssl-open-1):
(imap-ssl-open):
(imap-network-p):
(imap-network-open):
(imap-interactive-login):
(imap-kerberos4a-p):
(imap-kerberos4-auth):
(imap-cram-md5-p):
(imap-cram-md5-auth):
(imap-login-p):
(imap-login-auth):
(imap-anonymous-p):
(imap-anonymous-open):
(imap-open-1): New functions to support imap-open.
1998-12-02 05:23:18 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-buffer-list):
(imap-stream):
(imap-auth):
(imap-server):
(imap-port): New internal variables.
(imap-username):
(imap-password): External definition removed, new internal variables.
1998-12-02 05:21:09 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-default-port): Made variable a internal constant.
(imap-default-ssl-port):
(imap-default-stream):
(imap-coding-system-for-read):
(imap-coding-system-for-write):
(imap-local-variables): New constants.
1998-12-02 05:18:42 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-default-user):
(imap-streams):
(imap-stream-alist):
(imap-authenticators):
(imap-authenticator-alist): New variables.
1998-12-02 05:11:20 Simon Josefsson <jas@pdc.kth.se>
* nnimap.el (nnimap-request-list):
(nnimap-request-list-mapper):
(nnimap-split-articles):
(nnimap-expunge-close-group):
(nnimap-possibly-change-group):
(nnimap-split-copy-delete-article):
(nnimap-request-set-mark):
(nnimap-request-expire-articles): Use new function names.
1998-12-02 05:04:37 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-mailbox-lsub):
(imap-mailbox-list): Use new function names.
1998-12-02 05:02:09 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-folder-map): Renamed to imap-mailbox-map.
(imap-folder-reset): Renamed to imap-mailbox-reset.
(imap-select-folder): Renamed to imap-mailbox-select.
(imap-unselect-folder): Renamed to imap-mailbox-unselect.
(imap-expunge-close-folder): Renamed to imap-mailbox-close.
(imap-folder-lsub): Renamed to imap-mailbox-lsub.
(imap-folder-list): Renamed to imap-mailbox-list.
(imap-folder-subscribe): Renamed to imap-mailbox-subscribe.
(imap-folder-unsubscribe): Renamed to imap-mailbox-unsubscribe.
(imap-store-flags-set): Renamed to imap-message-flags-set.
(imap-store-flags-del): Renamed to imap-message-flags-del.
(imap-store-flags-add): Renamed to imap-message-flags-add.
1998-12-02 04:54:22 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-open-ssl-stream):
(imap-authenticate-login):
(imap-authenticate-cram-md5):
(imap-authenticate):
(imap-capability-get):
(imap-namespace-get):
(imap-disable-multibyte):
(imap-folder-map):
(imap-folder-reset):
(imap-select-folder):
(imap-unselect-folder):
(imap-expunge-close-folder):
(imap-folder-lsub):
(imap-folder-list):
(imap-folder-subscribe):
(imap-folder-unsubscribe):
(imap-search):
(imap-store-flags-set):
(imap-store-flags-del):
(imap-store-flags-add):
(imap-message-reset):
(imap-cb-capability):
(imap-cb-acl):
(imap-cb-namespace): Functions under my copyright, moved.
1998-12-02 04:49:28 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-auth-method):
(imap-authinfo):
(imap-data-capability):
(imap-data-namespace):
(imap-cb-fetch-hook): Variables under my copyright, moved.
1998-12-02 04:32:00 Simon Josefsson <jas@pdc.kth.se>
* imap.el: Comments separating new/old code.