6834:ae1e7530c854 | 6835:1f08657c8407 |
---|---|
34 <td>Class implementing a dialog to send bug reports or feature requests.</td> | 34 <td>Class implementing a dialog to send bug reports or feature requests.</td> |
35 </tr> | 35 </tr> |
36 </table> | 36 </table> |
37 <h3>Functions</h3> | 37 <h3>Functions</h3> |
38 <table> | 38 <table> |
39 <tr> | 39 <tr><td>None</td></tr> |
40 <td><a href="#_encode_base64">_encode_base64</a></td> | |
41 <td>Function to encode the message's payload in Base64.</td> | |
42 </tr> | |
43 </table> | 40 </table> |
44 <hr /><hr /> | 41 <hr /><hr /> |
45 <a NAME="EmailDialog" ID="EmailDialog"></a> | 42 <a NAME="EmailDialog" ID="EmailDialog"></a> |
46 <h2>EmailDialog</h2> | 43 <h2>EmailDialog</h2> |
47 <p> | 44 <p> |
313 <dd> | 310 <dd> |
314 changed text (string) | 311 changed text (string) |
315 </dd> | 312 </dd> |
316 </dl> | 313 </dl> |
317 <div align="right"><a href="#top">Up</a></div> | 314 <div align="right"><a href="#top">Up</a></div> |
318 <hr /><hr /> | |
319 <a NAME="_encode_base64" ID="_encode_base64"></a> | |
320 <h2>_encode_base64</h2> | |
321 <b>_encode_base64</b>(<i>msg</i>) | |
322 <p> | |
323 Function to encode the message's payload in Base64. | |
324 </p><p> | |
325 Note: It adds an appropriate Content-Transfer-Encoding header. | |
326 </p><dl> | |
327 <dt><i>msg</i></dt> | |
328 <dd> | |
329 reference to the message object (email.Message) | |
330 </dd> | |
331 </dl> | |
332 <div align="right"><a href="#top">Up</a></div> | |
333 <hr /> | 315 <hr /> |
334 </body></html> | 316 </body></html> |