;ō
{@c           @   sî   d  Z  d Z d Z y e Wn d d f \ Z Z n Xy; d k Z d k Z d k Z d k Z d k	 l
 Z
 l Z Wn1 y e i i d e  Wn e GHn X  n Xd   Z d k Z d k Z d	   Z d
   Z e d j o e   n d S(   sŲ   send an email message

   cygwin replacement of standard unix utility
   assumes localhost is SMTP server
   if hostname doesn't return a valid-looking internet
   domain, creates one by appending .com to username
   s  
    mail - send an email message
    Copyright (C) 2004  John Comeau <jc@jcomeau.com>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    s5   Not all needed libraries found, upgrade or check pathi   i    N(   s   gpls	   jclicenses   %s
c          G   s   t  Sd  S(   N(   s   False(   s   whatever(    (    s	   ./mail.pys
   DebugPrint.   s    c          G   s  t  } t } d } x) t |  d  t i j	 o |  d }  q Wx t	 d t
 |    D]t } |  | i d  oH |  | d j o
 t } qČ |  | d j o | d 7} |  | } qČ qT | d |  | 7} qT Wt i t i    d } t i d  p d	 } t i d
  i |  } | t j o d | } n d | | f } d | } x+ | i d  D] }
 | d |
 i   7} qXW| t j o | d | 7} n | d 7} x! t i i    D] }	 | |	 7} qŊWt" i# d	  } | o | i% d  n | i& | | |  | i'   d  S(   Ns    i    s   -s   -vs   -si   s   ,s   HOSTNAMEs	   localhosts   \.[a-z]{2,4}$s   %s.coms   %s@%ss
   From: %s
s   To: %s
s   Subject: %s
s   
((   s   Falses   verboses   Nones   subjects   to_addrs   types   argss   typess
   StringTypes   ranges   lens   indexs
   startswiths   Trues   pwds   getpwuids   oss   geteuids   mes   getenvs   myhosts   res   compiles   searchs   matchs	   from_addrs   messages   splits	   recipients   strips   syss   stdins	   readliness   lines   smtplibs   SMTPs   servers   set_debuglevels   sendmails   quit(   s   argss   verboses   messages   myhosts   subjects   indexs	   from_addrs   matchs   to_addrs   lines	   recipients   mes   server(    (    s	   ./mail.pys   mail4   sH      


 
  c           C   s   t  t i d  d S(   s   main routinei   N(   s   mails   syss   argv(    (    (    s	   ./mail.pys   mainX   s     s   __main__(   s   __doc__s	   Copyrights   errormessages   Trues   Falses   syss   oss   typess   res   com.jcomeaus   gpls	   jclicenses   stderrs   writes
   DebugPrints   smtplibs   pwds   mails   mains   __name__(   s   gpls
   DebugPrints   Falses	   Copyrights   oss   errormessages   syss   res   pwds	   jclicenses   mails   smtplibs   mains   Trues   types(    (    s	   ./mail.pys   ?   s,   $			$	