|
Class: ThunderbirdComposeInterface
Object
|
+--ThunderbirdComposeInterface
- Package:
- stx:goodies/communication
- Category:
- Net-Communication-EMail
- Version:
- rev:
1.13
date: 2024/01/25 15:10:50
- user: stefan
- file: ThunderbirdComposeInterface.st directory: goodies/communication
- module: stx stc-classLibrary: communication
Windows only:
opens a thunderbird's (mail tool) compose-message dialog,
to let user enter an email message
copyrightCOPYRIGHT (c) 2016 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
constants
-
formatHtmlIdentifier
-
-
formatPlainTextIdentifier
-
-
registryPathToNewComposeCommand
-
examples
-
example1
-
instance creation
-
new
-
(comment from inherited method)
return an instance of myself without indexed variables
queries
-
composeCommandTemplate
-
accessing
-
attachmentsTempDir
-
do not clean up, because we never know how much time will be taken by thunderbird
-
html: aString
-
Modified (format): / 14-03-2023 / 13:19:15 / Stefan Vogel
-
plainText: something
-
-
subject: aString
-
actions
-
execute
-
start asynchronously in background
adding
-
addAttachment: aFilename withBaseName: aBaseName
-
-
addBccReceiver: anEmailAddress
-
-
addCcReceiver: anEmailAddress
-
-
addToReceiver: anEmailAddress
-
checking
-
checkNotIncludingApostroph: aString
-
creating
-
createComposeCommandParameterString
-
initialization
-
initialize
-
(comment from inherited method)
just to ignore initialize to objects which do not need it
private
-
escapeStringForThunderbird: aString
-
Line Break
-
setBody: aString
-
@Commented by Stefan Vogel at: 2023-03-28 10:36 Reason: no longer helpful, we store the message in a file now!
-
setFormat: aString
-
set the message format to either 'html' or 'text'
|