Lines Matching refs:boundary
279 boundary = msg.get_boundary()
280 if not boundary:
284 boundary = self._make_boundary(alltext)
285 msg.set_boundary(boundary)
295 self.write('--' + boundary + self._NL)
304 self.write(self._NL + '--' + boundary + self._NL)
308 self.write(self._NL + '--' + boundary + '--' + self._NL)
378 boundary = ('=' * 15) + (_fmt % token) + '=='
380 return boundary
381 b = boundary
387 b = boundary + '.' + str(counter)