Home | History | Annotate | Download | only in test

Lines Matching refs:BOUNDARY

159         eq(msg.get_boundary(), 'BOUNDARY')
163 # This one has no existing boundary parameter, but the Content-Type:
166 msg.set_boundary('BOUNDARY')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
170 # This one has a Content-Type: header, with a boundary, stuck in the
174 msg.set_boundary('BOUNDARY')
177 eq(value, 'multipart/mixed; boundary="BOUNDARY"')
181 msg.set_boundary, 'BOUNDARY')
299 msg['Content-Type'] = 'Content-Type: Multipart/mixed; boundary = "CPIMSSMTPC06p5f3tG"'
300 self.assertEqual(msg.get_param('boundary'), 'CPIMSSMTPC06p5f3tG')
359 ('boundary', 'D1690A7AC1.996856090/mail.example.com')])
364 ('boundary', 'D1690A7AC1.996856090/mail.example.com')])
368 ('boundary', 'D1690A7AC1.996856090/mail.example.com'),
1067 container = MIMEBase('multipart', 'mixed', boundary='BOUNDARY')
1121 Content-Type: multipart/mixed; boundary="BOUNDARY"
1128 --BOUNDARY
1131 --BOUNDARY--
1141 outer.set_boundary('BOUNDARY')
1143 Content-Type: multipart/mixed; boundary="BOUNDARY"
1149 --BOUNDARY
1151 --BOUNDARY--''')
1160 outer.set_boundary('BOUNDARY')
1162 Content-Type: multipart/mixed; boundary="BOUNDARY"
1169 --BOUNDARY
1171 --BOUNDARY--
1180 outer.set_boundary('BOUNDARY')
1184 Content-Type: multipart/mixed; boundary="BOUNDARY"
1190 --BOUNDARY
1196 --BOUNDARY--''')
1207 outer.set_boundary('BOUNDARY')
1209 Content-Type: multipart/mixed; boundary="BOUNDARY"
1216 --BOUNDARY
1222 --BOUNDARY--''')
1234 outer.set_boundary('BOUNDARY')
1236 Content-Type: multipart/mixed; boundary="BOUNDARY"
1242 --BOUNDARY
1248 --BOUNDARY--''')
1260 outer.set_boundary('BOUNDARY')
1262 Content-Type: multipart/mixed; boundary="BOUNDARY"
1268 --BOUNDARY
1274 --BOUNDARY--''')
1286 outer.set_boundary('BOUNDARY')
1288 Content-Type: multipart/mixed; boundary="BOUNDARY"
1294 --BOUNDARY
1300 --BOUNDARY--
1313 outer.set_boundary('BOUNDARY')
1315 Content-Type: multipart/mixed; boundary="BOUNDARY"
1321 --BOUNDARY
1327 --BOUNDARY--
1345 # msg_37.txt is a multipart that contains two dash-boundary's in a
1373 # the same boundary as outer parts. Again, I believe the way this is
1391 Content-Type: text/html; boundary="--961284236552522269"
1406 Content-Type: multipart/mixed; boundary=" XXXX"
1423 Content-Type: multipart/mixed; boundary="===============0012394164=="
1490 --BOUNDARY
1495 --BOUNDARY
1500 --BOUNDARY--
1532 # [*] This message is missing its start boundary
1740 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
1758 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
1765 Content-Type: multipart/mixed; boundary="BOUNDARY"
1768 --BOUNDARY
1774 --BOUNDARY
1780 --BOUNDARY--
1827 container = MIMEMultipart('digest', 'BOUNDARY')
1841 Content-Type: multipart/digest; boundary="BOUNDARY"
1844 --BOUNDARY
1854 --BOUNDARY
1864 --BOUNDARY--
1875 Content-Type: multipart/digest; boundary="BOUNDARY"
1878 --BOUNDARY
1886 --BOUNDARY
1894 --BOUNDARY--
2025 eq(params['boundary'], 'D1690A7AC1.996856090/mail.example.com')
2919 hstr = 'A very long line that must get split to something other than at the 76th character boundary to test the non-default behavior'
2923 character boundary to test the non-default behavior''')
2927 76th character boundary to test the non-default behavior''')