OpenPetra
Free Administration Software for Non-Profits
|
Namespaces | |
namespace | Testing |
Classes | |
class | EncryptionRijndael |
class | ESmtpSenderException |
Generic emailer exception More... | |
class | ESmtpSenderInitializeException |
Exception for errors that occur during initialization More... | |
class | ESmtpSenderSendException |
Exception for errors that occur during sending More... | |
class | PackTools |
Some helpful wrapper functions for packing and unpacking files and directories. More... | |
class | ProcessTemplate |
this class helps with template scripts and other text files More... | |
class | StringBuilderExtensions |
helpful extensions for the StringBuilder More... | |
class | TCsv2Xml |
class | TExcel |
This contains some functions to write into Excel via remote calls constants from http:www.p6c.com/CommonTypelibs/O2000_EXCEL9.CSV More... | |
class | TFileHelper |
Helps in handling with certain aspects of files and compression. More... | |
class | THTTPUtils |
a few simple functions to access content from the web More... | |
class | TImportExportTextFile |
write and read a text file in a format that Petra 2.x uses More... | |
class | TOpenDocumentParser |
class | TSEPAWriterDirectDebit |
Write SEPA files for Direct Debit More... | |
class | TSimpleYmlParser |
TSimpleYmlParser is mainly used for restoring a database saved as yml.gz; avoids loading a huge XmlDocument with all tables at once. for smaller files, the other implementation, TYml2Xml, is much easier to step through, since you get an XmlDocument More... | |
class | TsmtpFailedRecipient |
If TSmtpSender.SendMessage can detect that an email didn't reach its recipient (which is not always possible) It will report an array of these as FailedRecipients. More... | |
class | TSmtpSender |
This is a small wrapper around the .net SMTP Email services More... | |
struct | TSmtpServerSettings |
Returns the settings to initialize SmtpSender, either to Client or Server More... | |
class | TTextFile |
class | TTextFileEncoding |
A class to handle the various character encoding supported by Open Petra More... | |
class | TXMLParser |
This class provides methods for parsing an XML document and assign the contents to a representation in memory. More... | |
class | TYml2Xml |
TYml2Xml is able to parse a YML file and store it in an XmlDocument More... | |
class | YamlItemOrderComparer |
for sorting the controls, depending on Order attribute, and depth More... | |
Functions | |
delegate TSmtpServerSettings | TGetSmtpSettings () |
Delegate to fetch the SMTP server configuration. More... | |
delegate void | ProcessFileType (string filename) |
delegate to apply an operation on the file More... | |
Used to distinguish server-config exceptions from client-specified exceptions.
todoComment
delegate void Ict.Common.IO.ProcessFileType | ( | string | filename | ) |
delegate to apply an operation on the file
delegate TSmtpServerSettings Ict.Common.IO.TGetSmtpSettings | ( | ) |
Delegate to fetch the SMTP server configuration.
Ultimately these settings come from Server.config. But as TSmtpSender can be instantiated from either Client or Server, we need different routes to get to them.