mail.py
branchstable
changeset 5733 d00d1fab42af
parent 5579 297b2002a083
child 5736 375819ec7d43
equal deleted inserted replaced
5732:7b0765f22ad0 5733:d00d1fab42af
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """Common utilies to format / semd emails.
    18 """Common utilies to format / semd emails."""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 from base64 import b64encode, b64decode
    22 from base64 import b64encode, b64decode
    24 from time import time
    23 from time import time
    25 from email.MIMEMultipart import MIMEMultipart
    24 from email.MIMEMultipart import MIMEMultipart