• Ege Çetin's avatar
    SMTP Protocol Support (#1201) · c43617a6
    Ege Çetin authored
    * init
    
    * wip
    
    * add functions
    
    * structure test file
    
    * Add test files (WIP)
    
    * Update code and command list
    
    * parsing tests
    
    * creation tests
    
    * fix typos
    
    * Fix doxy
    
    * Add editing tests
    
    * Remove <domain> to fix doxy
    
    * Update README
    
    * Remove extra space
    
    * Revert "Remove <domain> to fix doxy"
    
    This reverts commit 2915fa8a96ecb6b2b780b659ea6581515411d52f.
    
    * escape html tags
    
    * fix for starttls and multiline editing
    
    * fix minor comments
    
    * align one more public
    
    * simplify removing escape
    
    * remove return types
    
    * search both hyphen and <SP>
    
    * fix print when no command
    
    * [BUGFIX] wrong use of find_first_of/find_last_of
    
    * minor fixes
    
    * read comments carefully
    
    * add user/pass packets
    
    * update type for new ProtocolType
    
    * remove whitespace
    
    * Remove protocol delimiter from multiline packets
    
    * char to string?
    
    * centos7 still fails?
    
    * regex reqs gcc 4.9 centos 7 not supports
    
    * fix comment
    c43617a6
README.md 13.5 KB