Directory of \\Code\ASN Composer

  ASNComposer.vbp

	Allows a user to create an ASN.1 encoded string by specifying
	each of the components.  ASN.1 is only used by LDAP in these
	examples.  This program allows the user to look at ASN.1 without
	isolated from LDAP.

        The Depth refers to the nesting level of an entry with respect
	to the others.  Typically this will start at 0 and subentries
        would be incremented by one.  The Depth is used for constructing
	the ASN.1 string but is not stored in the string.

	The Tag refers to the ASN.1 tag of this entry. The values of ASN.1
	tags can be found in the ITU specifications X.208 and X.209

	The Value type can be Composite, Numeric or Text.  It tells the 
	program how the entered value should be encoded in the ASN.1
	string. The Value Type is used for constructing	the ASN.1 string
	but is not stored in the string.

	The Value is the actual value which should be stored in the string.

	It is possible to Add, Delete or Update entries in the ASN.1 string.
	The structure will be displayed in the ASN pane.  The ASN.1 encoded
	string will be shown in the Binary pane.

	It is possible to Save the encoded string to a file.


Directory of \\Code\ASN Reader

  ASNReader.vbp

	Allows a user to view the value and structure of an ASN.1 encoded
	string stored in a file.  You can use the ASNComposer to generate
	such a file.

Directory of \\Code\Common

Directory of \\Code\DNS Client
  DNSClient.vbp

Directory of \\Code\Generic Asynchronous Server
  GenericAsynchronousServer.vbp

Directory of \\Code\Generic Client
  GenericClient.vbp

Directory of \\Code\Generic Interceptor
  GenericInterceptor.vbp

Directory of \\Code\Generic Server
  GenericServer.vbp

Directory of \\Code\IMAP Client
  ViewIMAPMessages.vbp

Directory of \\Code\IMAP Server
  IMAPServer.vbp

Directory of \\Code\Integrated Client
  InternetMailClient.vbp

Directory of \\Code\LDAP Client
  LDAPClient.vbp

Directory of \\Code\LDAP Server
  LDAPServer.vbp

Directory of \\Code\MIME Composer
  ComposeMIMEMessage.vbp

Directory of \\Code\MIME Reader
  ReadMIMEMessage.vbp

Directory of \\Code\POP Client
  DownloadPOPMessages.vbp
  GetPOPMessages.vbp

Directory of \\Code\POP Server
  POPServer.vbp

Directory of \\Code\RFC822 Composer
  ComposeRFC822Message.vbp

Directory of \\Code\RFC822 Reader
  ReadRFC822Message.vbp

Directory of \\Code\SMTP Client
  SendSMTPFile.vbp
  SendSMTPMessage.vbp

Directory of \\Code\SMTP Relay
  SMTPRelay.vbp

Directory of \\Code\SMTP Server
  SMTPServer.vbp
