summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /mail-filter/sieve-connect/metadata.xml
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'mail-filter/sieve-connect/metadata.xml')
-rw-r--r--mail-filter/sieve-connect/metadata.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/mail-filter/sieve-connect/metadata.xml b/mail-filter/sieve-connect/metadata.xml
new file mode 100644
index 000000000000..416bc4dd883b
--- /dev/null
+++ b/mail-filter/sieve-connect/metadata.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ This is sieve-connect. A client for the ManageSieve protocol,
+ as specifed in RFC 5804. Historically, this was MANAGESIEVE as
+ implemented by timsieved in Cyrus IMAP. This software is licensed
+ and the terms are provided in the file "LICENSE" as supplied
+ with this software (BSD license without the advertising clause).
+
+ SIEVE is an RFC-specified language for mail filtering, which at
+ time of writing is specified in a list of RFCs at the end of this
+ document, plus various drafts, both IETF and individual submissions.
+ It's designed to be regular enough for machines to be able to
+ manipulate, whilst still being editable by humans. Alas, not many
+ clients actually implement this instead of embedding their own
+ internal codes in sieve comments, defeating the goal of being able
+ to edit with a client of your choice.
+
+ This is not yet fully compatible with RFC 5804, but is moving
+ towards that from the timsieved baseline; some issues to be
+ worked on are documented in the "TODO" file.
+
+ sieve-connect speaks ManageSieve and supports TLS for connection
+ privacy and also authentication if using client certificates.
+ sieve-connect will use SASL authentication; SASL integrity layers
+ are not supported, use TLS instead. GSSAPI-based authentication
+ should generally work, provided that client and server can use a
+ common underlaying protocol. If it doesn't work for you, please
+ report the issue.
+
+ sieve-connect is designed to be both a tool which can be invoked
+ from scripts and also a decent interactive client. It should also
+ be a drop-in replacement for "sieveshell", as supplied with Cyrus
+ IMAP.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/syscomet/sieve-connect/issues</bugs-to>
+ <remote-id type="github">syscomet/sieve-connect</remote-id>
+ </upstream>
+</pkgmetadata>