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')
185 # Note that when the boundary gets created is an implementation
188 # Trigger creation of boundary
191 'multipart/form-data; boundary="==')
192 # XXX: there ought to be tests of the uniqueness of the boundary, too.
335 msg['Content-Type'] = 'Content-Type: Multipart/mixed; boundary = "CPIMSSMTPC06p5f3tG"'
336 self.assertEqual(msg.get_param('boundary'), 'CPIMSSMTPC06p5f3tG')
403 ('boundary', 'D1690A7AC1.996856090/mail.example.com')])
408 ('boundary', 'D1690A7AC1.996856090/mail.example.com')])
412 ('boundary', 'D1690A7AC1.996856090/mail.example.com'),
958 Content-Type: multipart/mixed; boundary=XXX
1129 container = MIMEBase('multipart', 'mixed', boundary='BOUNDARY')
1183 Content-Type: multipart/mixed; boundary="BOUNDARY"
1190 --BOUNDARY
1193 --BOUNDARY--
1203 outer.set_boundary('BOUNDARY')
1205 Content-Type: multipart/mixed; boundary="BOUNDARY"
1211 --BOUNDARY
1213 --BOUNDARY--''')
1222 outer.set_boundary('BOUNDARY')
1224 Content-Type: multipart/mixed; boundary="BOUNDARY"
1231 --BOUNDARY
1233 --BOUNDARY--
1242 outer.set_boundary('BOUNDARY')
1246 Content-Type: multipart/mixed; boundary="BOUNDARY"
1252 --BOUNDARY
1258 --BOUNDARY--''')
1269 outer.set_boundary('BOUNDARY')
1271 Content-Type: multipart/mixed; boundary="BOUNDARY"
1278 --BOUNDARY
1284 --BOUNDARY--''')
1296 outer.set_boundary('BOUNDARY')
1298 Content-Type: multipart/mixed; boundary="BOUNDARY"
1304 --BOUNDARY
1310 --BOUNDARY--''')
1322 outer.set_boundary('BOUNDARY')
1324 Content-Type: multipart/mixed; boundary="BOUNDARY"
1330 --BOUNDARY
1336 --BOUNDARY--''')
1348 outer.set_boundary('BOUNDARY')
1350 Content-Type: multipart/mixed; boundary="BOUNDARY"
1356 --BOUNDARY
1362 --BOUNDARY--
1375 outer.set_boundary('BOUNDARY')
1377 Content-Type: multipart/mixed; boundary="BOUNDARY"
1383 --BOUNDARY
1389 --BOUNDARY--
1407 # msg_37.txt is a multipart that contains two dash-boundary's in a
1435 # the same boundary as outer parts. Again, I believe the way this is
1453 Content-Type: text/html; boundary="--961284236552522269"
1468 Content-Type: multipart/mixed; boundary=" XXXX"
1485 Content-Type: multipart/mixed; boundary="===============0012394164=="
1552 --BOUNDARY
1557 --BOUNDARY
1562 --BOUNDARY--
1594 # [*] This message is missing its start boundary
1818 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
1836 msg.add_header('Content-Type', 'multipart/mixed', boundary='BOUNDARY')
1843 Content-Type: multipart/mixed; boundary="BOUNDARY"
1846 --BOUNDARY
1852 --BOUNDARY
1858 --BOUNDARY--
1905 container = MIMEMultipart('digest', 'BOUNDARY')
1919 Content-Type: multipart/digest; boundary="BOUNDARY"
1922 --BOUNDARY
1932 --BOUNDARY
1942 --BOUNDARY--
1953 Content-Type: multipart/digest; boundary="BOUNDARY"
1956 --BOUNDARY
1964 --BOUNDARY
1972 --BOUNDARY--
2106 eq(params['boundary'], 'D1690A7AC1.996856090/mail.example.com')
2750 "Content-Type: multipart/mixed; boundary=BOUNDARY\n"
2752 "--BOUNDARY\n"
2757 "--BOUNDARY--\n"
3090 hstr = 'A very long line that must get split to something other than at the 76th character boundary to test the non-default behavior'
3094 character boundary to test the non-default behavior''')
3098 76th character boundary to test the non-default behavior''')