From bebd9cbe29cf6db15469502b5c6b1f83c93513ef Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 16 Jun 2009 15:42:37 +0000 Subject: Add support for gpg --fetch-keys. --- doc/gpgme.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/gpgme.texi') diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 8ecb449d..a0bc20e8 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1934,6 +1934,19 @@ scheme as used by @acronym{MIME} and other protocols. @item GPGME_DATA_ENCODING_ARMOR This specifies that the data is encoded in an armored form as used by OpenPGP and PEM. + +@item GPGME_DATA_ENCODING_URL +The data is a list of linefeed delimited URLs. This is only useful with +@code{gpgme_op_import}. + +@item GPGME_DATA_ENCODING_URL0 +The data is a list of binary zero delimited URLs. This is only useful +with @code{gpgme_op_import}. + +@item GPGME_DATA_ENCODING_URLESC +The data is a list of linefeed delimited URLs with all control and space +characters percent escaped. This mode is is not yet implemented. + @end table @end deftp -- cgit v1.2.3