Gnus hooks for the mark get/set operations.
[gnus] / lisp / nnimap.el
2010-10-06 Lars Magne Ingebri... (nnimap-open-connection): Prepare to support open-gnutl...
2010-10-05 Lars Magne Ingebri... (nnimap-request-newgroups): Return success.
2010-10-04 Lars Magne Ingebri... (nnimap-open-connection): Give an error if nnimap-strea...
2010-10-04 Lars Magne Ingebri... (nnimap-finish-retrieve-group-infos): Message while...
2010-10-04 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-10-04 Lars Magne Ingebri... (nnimap-close-server): Implement.
2010-10-04 Lars Magne Ingebri... * nnimap.el (nnimap-open-connection): Allow tls as...
2010-10-01 Lars Magne Ingebri... Don't error out on empty non-UIDNEXT groups.
2010-10-01 Lars Magne Ingebri... Implement nnimap-request-newgroups.
2010-10-01 Lars Magne Ingebri... Ignore groups that have no UIDNEXT values.
2010-10-01 Lars Magne Ingebri... Give up on using gnutls-cli for starttls.
2010-09-30 Lars Magne Ingebri... Reinstate the auto-upgrade from unencrypted to STARTTLS...
2010-09-30 Lars Magne Ingebri... Accept the moronic openssl s_client -starttls output...
2010-09-30 Lars Magne Ingebri... Use tls.el exclusively, and not starttls.el at all.
2010-09-30 Lars Magne Ingebri... Add nnimap-split-fancy.
2010-09-30 Lars Magne Ingebri... (nnimap-find-article-by-message-id): Really return...
2010-09-30 Lars Magne Ingebri... Use EXAMINE instead of SELECT to get the message-id.
2010-09-30 Lars Magne Ingebri... Fix up make-obsolete-variable declarations throughout.
2010-09-30 Lars Magne Ingebri... Get the Message-ID without the \r.
2010-09-29 Lars Magne Ingebri... (nnimap-request-article): Downcase the NILs so that...
2010-09-29 Lars Magne Ingebri... Allow `default' as nnimap-split-methods value.
2010-09-29 Lars Magne Ingebri... (nnimap-split-rule): Mark as obsolete.
2010-09-29 Lars Magne Ingebri... (nnimap-request-set-mark): Erase the buffer before...
2010-09-29 Lars Magne Ingebri... Revert the auto-network->starttls code.
2010-09-29 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-29 Lars Magne Ingebri... (nnimap-insert-partial-structure): Get the type from...
2010-09-29 Lars Magne Ingebri... Add \r\n to the lines to make this work with Cyrus.
2010-09-29 Lars Magne Ingebri... Be way more permissive when interpreting the structures.
2010-09-28 Katsumi Yamaokannimap.el (auth-source-forget-user-or-password, auth...
2010-09-27 Lars Magne Ingebri... Fix up partial nnimap fetching.
2010-09-27 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-27 Lars Magne Ingebri... Fix typo in last checkin.
2010-09-27 Lars Magne Ingebri... Don't alter gnus-newsgroup-active.
2010-09-27 Lars Magne Ingebri... Allow setting the partial fetch per server instead...
2010-09-27 Lars Magne Ingebri... (nnimap-parse-line): Protect against invalid data.
2010-09-27 Lars Magne Ingebri... Forget credentials if the server says the password...
2010-09-27 Lars Magne Ingebri... Remove the "." at the end, since some servers don't...
2010-09-27 Lars Magne Ingebri... Have the `network' nnimap connection use STARTTLS oppor...
2010-09-27 Lars Magne Ingebri... Send a "." at the end, which may or may not help.
2010-09-27 Lars Magne Ingebri... (utf7): Required.
2010-09-27 Lars Magne Ingebri... (nnimap-request-accept-article): Message the error...
2010-09-26 Lars Magne Ingebri... Remove the data that may have arrived before the FETCH...
2010-09-26 Lars Magne Ingebri... Store the IMAP greeting, so that we can tell what kind...
2010-09-26 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-26 Lars Magne Ingebri... Don't select the group, because that's already done...
2010-09-26 Lars Magne Ingebri... Compress ranges before deletion.