(nnimap-wait-for-response): If the user hits `C-g', kill the process, too.
[gnus] / lisp / nnimap.el
2010-10-10 Lars Magne Ingebri... (nnimap-wait-for-response): If the user hits `C-g'...
2010-10-09 Lars Magne Ingebri... * nnimap.el: Start implementing QRESYNC support.
2010-10-09 Lars Magne Ingebri... (nnimap-get-flags): Use the same marks parsing code...
2010-10-09 Lars Magne Ingebri... Major change in the flags algorithm: Use UIDVALIDITY...
2010-10-09 Lars Magne Ingebri... Indent.
2010-10-09 Lars Magne Ingebri... If we have gnutls loaded, then try to use that for...
2010-10-07 Lars Magne Ingebri... (nnimap-update-info): Don't ignore groups that have...
2010-10-07 Lars Magne Ingebri... (nnimap-update-info): Remove double setting of high.
2010-10-07 Julien Danjounnimap: add request-rename
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.
2010-09-26 Lars Magne Ingebri... Look up IMAP credentials based on both the virtual...
2010-09-25 Lars Magne Ingebri... (nnimap-wait-for-response): Reversed logic in the nnima...
2010-09-25 Lars Magne Ingebri... Add more error reporting when nnimap fails early.
2010-09-25 Lars Magne Ingebri... Search further when we're not using streaming.
2010-09-25 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-25 Lars Magne Ingebri... Document the new nnimap.
2010-09-25 Lars Magne Ingebri... (nnimap-retrieve-group-data-early): Fix typo in the...
2010-09-25 Lars Magne Ingebri... Implement functions for showing the complete articles.
2010-09-25 Lars Magne Ingebri... Have nnimap not update the infos if it can't get info...
2010-09-25 Lars Magne Ingebri... Implement partial IMAP article fetch.
2010-09-25 Lars Magne Ingebri... Wait for the response to STARTTLS before starting negot...
2010-09-24 Lars Magne Ingebri... (nnimap-update-info): Protect against nil uidnexts.
2010-09-24 Lars Magne Ingebri... Implement IMAP keepalive.
2010-09-24 Lars Magne Ingebri... Fix typo in last checkin.
2010-09-24 Lars Magne Ingebri... Register the last command time so that we can use it...
2010-09-24 Lars Magne Ingebri... Fix paren typo in the 'junk handling.
2010-09-23 Lars Magne Ingebri... Return 'headers.
2010-09-23 Lars Magne Ingebri... Add starttls support.
2010-09-23 Lars Magne Ingebri... (nnimap-transform-headers): Unfold quoted {42} headers.
2010-09-23 Lars Magne Ingebri... Don't bug out on invalid BODYSTRUCTUREs.
2010-09-23 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-23 Lars Magne Ingebri... When UIDNEXT is present, use that for the active.
2010-09-23 Julien DanjouFix nnimap-stream docstring
2010-09-23 Lars Magne Ingebri... Sync non-standard flags from the server in symbolic...
2010-09-22 Lars Magne Ingebri... (nnimap-update-info): Fix up code slightly.
2010-09-22 Lars Magne Ingebri... (nnimap-parse-flags): Parse the data in any order.
2010-09-22 Lars Magne Ingebri... Fix up various off-by-one errors when syncing flags...
2010-09-22 Lars Magne Ingebri... If nnmail-expiry-wait is immediate, then expire all...
2010-09-22 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-22 Lars Magne Ingebri... Only run -request-scan once per method on `g'.
2010-09-22 Lars Magne Ingebri... (nnimap-parse-flags): Fix typo.
2010-09-22 Lars Magne Ingebri... Record the server name.
2010-09-22 Lars Magne Ingebri... Make IMAP flags parsing much faster by using `read'.
2010-09-22 Lars Magne Ingebri... Allow nnimap to just delete 'junk messages when splitting.
2010-09-22 Lars Magne Ingebri... Set the current nnimap group to nil, since EXAMINE...
2010-09-22 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-22 Lars Magne Ingebri... Expunge IMAP groups by default on article deletion.
2010-09-22 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-09-22 Ted ZlatanovTell user if expunge won't happen.
2010-09-21 Lars Magne Ingebri... When we have several similar methods, try to create...
2010-09-21 Lars Magne Ingebri... Don't refer to nnml-inhibit-expiry.
2010-09-21 Lars Magne Ingebri... Fix typo in last checkin.
2010-09-21 Lars Magne Ingebri... (nnimap-mark-and-expunge-incoming): Wait for the last...
2010-09-21 Lars Magne Ingebri... Request the article before looking at what the Message...
2010-09-21 Lars Magne Ingebri... Implement nnimap expiry.
next