84 |
|
+ "Subject: afternoon meeting\n" |
85 |
|
+ "To: mooch@owatagu.siam.edu\n" |
86 |
|
+ "Message-Id: <B27397-0100000@Blurdybloop.COM>\n" |
87 |
< |
+ "MIME-Version: 1.0\r\n" |
87 |
> |
+ "MIME-Version: 1.0\n" |
88 |
|
+ "Content-Type: TEXT/PLAIN; CHARSET=US-ASCII\n\n" |
89 |
|
+ "Hello Joe, do you think we can meet at 3:30 tomorrow?\n"; |
90 |
|
|
91 |
|
char length[4]; |
92 |
< |
sprintf(length, "%u", message.length()); |
92 |
> |
sprintf(length, "%u", message.length() + 8); |
93 |
|
|
94 |
|
tester.append("Test {" + string(length) + "}", message);*/ |
95 |
|
// tester.select("\"Program Testing\""); |