top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Generating multi-part emails

+1 vote
269 views

I wish to generate some test data for a program that deals with emails. I need something that can produce multi-part emails, including "broken" emails that violate email standards, especially when it comes to Unicode.

Does anyone know of something like this that already exists? It's not necessary for the package to actually send the emails, dumping them into an mbox is sufficient.

posted May 16, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

I would start producing legal messages (e.g. with the "email" package) and then put in common standard violations.

I am using the XEmacs "vm" email package and it has difficulties with the quoting of non-ascii characters
in header lines (it performes the quoting based on non-ascii character sequences rather than on words, as it should).

Maybe, there is an email message catalog around for the test of email servers/clients. I would check for this in corresponding open source projects.

answer May 16, 2013 by anonymous
Similar Questions
0 votes

I had someone else running my business when I was ill I'm now back to work and I am only receiving quarter the emails I was before have I good reason to be worrying. Can someone help me?

0 votes

My yahoo mailbox has more then 10K unread mail, and it seems to be full. I want to delete all emails in one go. How can I achieve that?

+2 votes

We have installed Bugzilla and configured "mailDeliveryMethod" --> SMTP and passed SMTP server address. There is no authentication, so I left SMTP username and SMTP password NULL. Also, I have "mailfrom" parameter set to my official email address(valid emailID) from bugzilla-daemon.

When I try to commit a bug, I do receive a message "Email has been sent to so and so" with no error messages. Whereas, the end user did not receive any emails yet Could someone please advise on what could be wrong?

0 votes

I have a dilemma I cant figure out how to send multiple files as an attachment to my email using python script. I can only send a single file attachment .

...