[issue9297] SMTP with Sqlite3 file attached problem

Murilo da Silva report at bugs.python.org
Tue Jul 20 04:08:48 CEST 2010


Murilo da Silva <murilobr at gmail.com> added the comment:

I upload two files (test.db and test_problem.db).

The test.db is an SQLite which works ok (application/octet-stream), if I send it from:
- gmail to my server
- my server to gmail
- yahoo to my server
- my server to yahoo
using my python program to send mail with the file test.db attached, it arrives as the example test_problem.db uploaded.

But if I send test.db using a Mail Client by the 4 ways above, instead of my python program it arrives as test.db.

Do you understand??
Thank you for your time.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9297>
_______________________________________


More information about the Python-bugs-list mailing list