[issue9297] SMTP with Sqlite3 file attached problem

2016-03-27 Thread Berker Peksag
Berker Peksag added the comment: > Unless someone can reproduce the issue, I recommend that we close this ticket. I couldn't reproduce it either. -- nosy: +berker.peksag status: open -> closed ___ Python tracker __

[issue9297] SMTP with Sqlite3 file attached problem

2013-04-13 Thread Jessica McKellar
Jessica McKellar added the comment: murilobr, thank you for the detailed and persistent bug report :) I was not able to reproduce this issue when sending mail from myself to myself through an open Google SMTP server*, using either Python 2.7** or 3.1. Do you experience this issue with a GMail

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva 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 w

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread R. David Murray
R. David Murray added the comment: OK. In your previous message you said the problem came when you sent "from gmail" to your server. I guess that was a typo. If you write the file generated by your python program to a file instead of sending it through your SMTP server, is it already incorr

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: "If Python is the problem or the server! But how can I say that my server has a problem if when I send this same file from my server no any other the file arrives ok." The phrase above I want to say that when I send the same file using a mail client as Mail

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: Ok, let me try. I'm sending a mail using Python, as you can see the code in the first message. I'm sending a file which is a SQLite database. When I send the file from my SMTP server to any other or from any server to mine the file doesn't arrive as test.db a

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread R. David Murray
R. David Murray added the comment: Well, in the information you just gave you don't explain how Python is involved, so that would be a good place to start. -- ___ Python tracker ___

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: r.david.murray, if more info is needed, please send me what kind. -- ___ Python tracker ___ ___ Py

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: It's not just a bad configured server. If I send the file with a mail client the file is sent ok. But Im having a problem just with my server. For example: 1 - If i send the file attached here test.db (SQLite3) from a gmail server to a yahoo server, the e-mail

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> invalid stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list maili

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread Murilo da Silva
Murilo da Silva added the comment: SOLVED!! MAIL SERVER BAD CONFIGURED. Thanks and sorry. -- status: open -> closed ___ Python tracker ___ __

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-19 Thread R. David Murray
R. David Murray added the comment: "It crashed" is not enough information to diagnose your problem or whether or not there is a Python bug here. Can you provide additional information please? A minimal test case that reproduces the problem would be best. -- nosy: +r.david.murray __

[issue9297] SMTP with Sqlite3 file attached problem

2010-07-18 Thread Murilo da Silva
Changes by Murilo da Silva : -- title: SMTP cross-domain with Sqlite3 file attached problem -> SMTP with Sqlite3 file attached problem ___ Python tracker ___