Module implementing a dialog to send bug reports.
EmailDialog | Class implementing a dialog to send bug reports. |
_bencode | Module function to encode a string as base64. |
_qencode | Module function to encode a string as quoted printable. |
Class implementing a dialog to send bug reports.
EmailDialog | Constructor |
createMultipartMail | Private method to create a multipart mail message. |
createSimpleMail | Private method to create a simple mail message. |
handleAdd | Private slot to handle the Add... button. |
handleDelete | Private slot to handle the Delete button. |
handleSend | Private slot to send the email message. |
sendmail | Private method to actually send the message. |
Constructor
Private method to create a multipart mail message.
Private method to create a simple mail message.
Private slot to handle the Add... button.
Private slot to handle the Delete button.
Private slot to send the email message.
Private method to actually send the message.
Module function to encode a string as base64.
Module function to encode a string as quoted printable.