没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > PAX |
PAX
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
概述
pypkcs7:
Python library to compose a p7m file (pkcs7) based on certificate and external sign.
restsign:
Http server to manage pkcs7 packets using pypkcs7 and a external sign applet (in j4sign project http://sourceforge.net/projects/j4sign)
ipax:
This Project aims to create an infrastructure that permits citizens comunicate via web with Public Amministrations, it follows italian normatives.
si = SuperItem()
si.setSMTPAuth('user', 'password')
si.NumeroRegistrazione = '0000001'
si.DataRegistrazione = '2005-01-01'
si.OraRegistrazione = '12:00:00'
si.TestoDelMessaggio = 'uno, due, tre, prova...' # opzionale
si.Oggetto = 'oggetto mio...'
f = file('dblayer.py')
si.addAttach(f, 'MIME', 'text/plain')
si.send()
创建时间:2014-05-11 20:41