# Watch: https://github.com/dinhvh/libetpan/tags /refs/tags/([0-9.]+)[.]tar
           SPELL=libetpan
         VERSION=1.9.4
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_URL=https://github.com/dinhviethoa/$SPELL/archive/$VERSION.tar.gz
     SOURCE_HASH=sha512:7b7047d084fb4ce0c91821c2ad78e921d6d009106851afb7f5b068713c84ebe6926f6bf7a7423f263eeebef617511e44f6b65448d892bbc058c447235fd55c0f
        WEB_SITE=http://libetpan.sf.net
         ENTERED=20040828
         LICENSE=BSD
        KEYWORDS="email mail library"
           SHORT="a common backend library for email protocols"
cat << EOF
The purpose of this mail library is to provide a portable, efficient
middleware for different kinds of mail access (IMAPrev4, POP3, NNTP,
mbox, MH, Maildir).

You have two kinds of mailbox access, either using low-level functions
with a different interface for each kind of access or using
higher-level functions, using a driver to wrap the higher-level API.
The API will be the same for each kind of mail access using the
higher-level API.
EOF
