muquit / mailsend

A program to send mail via SMTP from command line
Other
296 stars 68 forks source link

Multiline not working #12

Closed muquit closed 10 years ago

muquit commented 10 years ago

From nochesde...@gmail.com on June 13, 2013 21:48:28

What steps will reproduce the problem? 1. Multiline not working

  1. Parameters are specified, only reaches the last indicated What is the expected output? What do you see instead? Only get the last -M. What version of the product are you using? On what operating system? 1.17b11 + windows 7 Please provide any additional information below. mailsend.exe -to aacable@hotmail.com -from your-gmail-id@gmail.com -ssl -smtp smtp.gmail.com -port 465 -sub "Testing Email via Windows cmd using GMAIL test %time%" -M "body line1: content disposition is inline" -M "body line2: this is line2 of the body" +cc +bc -q -auth-plain -user "your-gmail-id" -pass "yourpass"

Attachment: mail.jpg

Original issue: http://code.google.com/p/mailsend/issues/detail?id=12

muquit commented 10 years ago

From muq...@gmail.com on June 14, 2013 13:24:44

I can not reproduce the problem. Also I see your screenshot is showing both of the lines you specified with -M.

muquit commented 10 years ago

From nochesde...@gmail.com on June 14, 2013 16:46:10

My English is complicated.

I should not get the mail:

body line1: content disposition is inline body line2: this is line2 of the body

and not in a single line?

body line1: content disposition is inline body line2: this is line2 of the body

muquit commented 10 years ago

From nochesde...@gmail.com on June 16, 2013 07:22:20

I should not get the mail:

body line1: content disposition is inline body line2: this is line2 of the body

and not in a single line?

body line1: content disposition is inline body line2: this is line2 of the body

muquit commented 10 years ago

From muq...@gmail.com on June 16, 2013 11:08:50

Will and \r\n between the lines. Although gmail and other mail readers shows the lines correctly, it is more correct to add \r\n between the lines.

Status: Started

muquit commented 10 years ago

From muq...@gmail.com on June 16, 2013 11:52:14

Please try v 1.17b12. I added \r\n between lines. It may or may not solve your problem. Because it is up to the mail reader how it displays attachments.

muquit commented 10 years ago

From netzeros...@gmail.com on October 19, 2013 20:15:34

multiple line work on mailsend1.17b12 but not working on mailsend1.17b13

muquit commented 10 years ago

From muq...@gmail.com on October 20, 2013 10:43:12

Yes sorry about that! multi-line is broken again in 1.17b13, will release fix soon!

muquit commented 10 years ago

From muq...@gmail.com on October 20, 2013 12:20:18

should be fixed v 1.17b14

Status: Fixed