-- |
-- Module:     Network.Smtp.Ext.Auth
-- Copyright:  (c) 2010 Ertugrul Soeylemez
-- License:    BSD3
-- Maintainer: Ertugrul Soeylemez <es@ertes.de>
-- Stability:  experimental
--
-- This module implements the authentication extension to SMTP as
-- defined in RFC 2554.

module Network.Smtp.Ext.Auth
    (
    )
    where