Create IMAP configuration with SSL/SPA

ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP
Url replacer, IIS url rewrite Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object
 IISTracer, real-time IIS monitor
 Huge ASP upload - upload files with progress.
          Sample for EmailExport.Account.IMAPServer 

Examples

Generates an simple IAF configuration file with SLL and SPA (secure password authentication).
Create IMAP configuration with SSL/SPA 
Option Explicit

'Create account exporter object
Dim Export
Set Export = CreateObject("EmailExport.Account")

Export.AccountName = "My IMAP account"

'The IMAP server will be also connected 
'using secure connection (default port)
Export.IMAPServer = "imap.my-email.com"
Export.IMAPSecureConnection = True

'IMAPSecureConnection sets IMAP port to ipIMAPSSL
'You can coose any other port using IMAPPort property.
'Export.IMAPPort = 235


'The IMAP server uses SPA
Export.IMAPUseSicily = True

'The SMTP server will be connected using 
'secure connection (default port)
Export.SMTPServer = "smtp.my-email.com"
Export.SMTPSecureConnection = True

'SMTP server is using the same settings as 
'IMAP server = SSL + SPA, the same password
Export.SMTPUseSicily = 02


'Save the IAF file.
Export.SaveIAFFile Export.AccountName & ".IAF"
  Other links for Create IMAP configuration with SSL/SPA

EmailExport.Account

Export of email account settings to the .iaf file format.

EmailExport

Email Account configuration exporter is an ActiveX/COM library, which let's you work with Outlook and Outlook Express email account configuration in VB script/JScript and other programming languages (t-SQL, C++, VBA, php, c#, Delphi...). You can create POP3, IMAP and HTTP email configurations or NNTP news account and export them directly from the script. You can export all fields, including servers, SPA, user names, emails, passwords, etc.

© 1996 – 2006 Antonin Foller, Motobit Software, help{at}pstruh.cz, help v. 1.01.8