SMTP/POP3/IMAP Engine Library for C/C++ Programmer's Manual
|
|
|
- Oswin Sutton
- 10 years ago
- Views:
Transcription
1 SMTP/POP3/IMAP Engine Library for C/C++ Programmer's Manual (SEE4C) Version 7.3 November 21, 2014 This software is provided as-is. There are no warranties, expressed or implied. Copyright (C) 2014 All rights reserved MarshallSoft Computing, Inc. Post Office Box 4543 Huntsville AL Web: MARSHALLSOFT is a registered trademark of MarshallSoft Computing. 1
2 TABLE OF CONTENTS 1 Introduction Page Features Page Documentation Set Page Example Program Page Installation Page Uninstalling Page Pricing Page Updates Page 8 2 Library Overview Page Keycode (License Key) Page Win32 STDCALL and DECLSPEC Page Dynamic Link Libraries Page Console Mode Page Using Threads Page Calling SEE from Visual C++ Page Adding SEE Functions to an Existing Program Page Error Display Page Explicitly Loading SEE32.DLL Page Targeting a 64-Bit CPU Page bit SEE Page bit Multitasking Page 12 3 Compiler Issues Page Compiling Using an IDE Page Command Line Tool Setup Page Command Line Batch Files Page Command Line Makefiles Page 15 4 Supported Compilers Page Microsoft Visual C++ Page Microsoft Visual Studio C++.NET Page Microsoft Visual Studio C# Page Borland C/C++ Page Borland Turbo C/C++ for Windows Page Borland C++ Builder Page Watcom C/C++ Page LCC-Win32 C Page MinGW GCC Page 24 5 Compiling Example Programs Page Static Libraries Page 25 6 Example Programs Page Connectionless Example Programs Page SMTP Example Programs Page POP3/IMAP Example Programs Page IMAP-Only Example Programs Page 33 7 Revision History Page 35 2
3 1 Introduction The SMTP/POP3/IMAP Engine for C/C++ (SEE4C) library is a toolkit that allows software developers to quickly develop SMTP and POP3/IMAP applications in C/C++, Visual C++,.NET and Visual C#. The SMTP/POP3/IMAP Engine (SEE) is a component DLL library that uses the Windows API to provide direct and simple control of the SMTP (Simple Mail Transport Protocol), POP3 (Post Office 3), and IMAP 4 (Internet Message Access Protocol) protocols. A straight-forward interface allows sending and receiving , including multiple MIME base64 and quoted-printable encoded attachments, over any TCP/IP network (such as the Internet). Knowledge of Winsock and TCP/IP is not needed. This SMTP/POP3/IMAP Programmers Manual provides information need to compile and run programs in a C/C++ programming environment. SEE4C includes more than 50 C/C++ example programs, including Visual Studio C++ and Visual Studio, which demonstrate SMTP and POP3/IMAP functions. Microsoft Foundation Class (MFC) and Borland C++ Builder (BCB) examples are also provided. The SMTP/POP3/IMAP Engine for C/C++ component library supports and has been tested with C/C++, Microsoft Visual C++, Visual Studio.NET Framework (Visual C++.NET, C#.NET), Borland C/C++, Borland Turbo C++ for Windows, Borland C++ Builder, Watcom C/C++, LCC-Win32 and MinGW C compilers. SEE4C can also be used with most other C/C++ Windows compilers. SEE4C runs under all versions of Windows (Windows 95, Windows 98, Windows ME, Windows 2000, Windows 2003, Windows 2012, Windows NT, Windows XP, Vista, Windows7, Windows 8 and x64). The SMTP/POP3/IMAP Engine SDK DLLs (SEE32.DLL and SEE64.DLL) can also be used from any language (Visual Basic, Delphi, Visual FoxPro, COBOL, Xbase++, dbase, Microsoft Office, etc.) capable of calling the Windows API. When comparing the SMTP/POP3/IMAP component library against our competition, note that: 1. SEE4C is a standard Windows DLL (NOT an OCX or ActiveX control) and is much smaller than a comparable OCX or ActiveX control. 2. SEE4C does NOT depend on ActiveX or Microsoft Foundation Class (MFC) libraries or similar "support" libraries. 3. SEE is fully thread safe. 4. The SEE4C functions can be called from applications not capable of using controls. MarshallSoft also has versions of the SMTP/POP3/IMAP Engine library for Visual Basic (SEE4VB), Delphi (SEE4D), PowerBASIC (SEE4PB),Visual FoxPro (SEE4FP), dbase (SEE4DB), Cobol (SEE4CB) and Xbase++ (SEE4XB). All versions of the SEE library use the same DLLs (SEE32.DLL and SEE64.DLL). However, the examples provided for each version are written for the specified computer language. The latest versions of SMTP/POP3/IMAP Engine (SEE) can be downloaded from our web site at Our goal is to provide a robust SMTP/POP3/IMAP component library that you and your customers can depend upon. A fully functional evaluation version is available. Contact us if you have any questions. 3
4 1.1 Features Some of the many features of the SMTP/POP3 Engine component library are as follows: SMTP client for sending . POP3 / IMAP client for receiving . Send with optional MIME or Quoted Printable attachments. Send with inline embedded HTML, GIF, TIF, JPG, BMP and Rich Text attachments. Get the number of messages on the POP3 server. Get the header lines from any on the POP3 server, without reading the entire . Delete any on the POP3 server without reading it first. Copy any on the POP3 server without deleting it. Check for the number of s on the POP3 server. Receive any on the POP3 server including MIME attachments. Forward . Decoding from a File Specify SMTP or POP3 port. Run up to 128 independent WIN32 threads concurrently. Can send to mail addresses on a distribution list. Supports SMTP (ESMTP) and POP3 authentication. Set return receipt; add TO, CC, BCC recipients Set minimum and maximum wait times for server response. Supports ISO-8859 (European character sets) and UTF-8 (16 bit character sets) messages. Can specify custom Content-Types; add custom header fields. Construct non-standard that must be quoted (ex., EDIFACT) Includes over 52 functions for SMTP and POP3/IMAP control. Dozens of switches provided to control how is sent or received. Supports setting priority via X-Priority header field. Removes contents of attachments before writing to disk. Use with servers requiring SSL with (free) STUNNEL proxy server. Can be used from GUI mode or console mode programs. Is fully thread safe. Both Win32 and Win64 DLLs included. Is native Windows code but can also be called from managed code. Will run on machines with or without.net installed Implemented as a standard Windows DLL, which will work with all versions of Windows. Works with all versions of Microsoft Visual C++ (V4.0 through Visual Studio 2013) Supports most Windows C/C++ compilers (Borland, Watcom, MinGW C++, LCC-WIN32, etc.). Can be used with Microsoft Visual Studio.NET and Visual C# (Managed Code) Can be used with Microsoft Foundation Class (MFC), and Borland C++ Builder programs. Does not depend on support libraries. Makes calls to core Windows API functions only. Can be used with any program (in any language) capable of calling Windows API functions such as Visual Basic, VB.NET, Visual FoxPro, Delphi, Xbase++, dbase, COBOL, Access and Excel. Supports Windows 95/98/Me/NT/2000/2003/2012/XP/Vista/Win7Win8/x64. License covers all programming languages. Royalty free distribution with your compiled application. Free technical support and downloadable updates for one year. Online documentation as well as in printable format. Evaluation versions are fully functional. No unlock code is required. 4
5 A good selection of C/C++ example programs with full source code is included. Refer to Section 6 for more details on each of the example programs. Legend: VS = Visual Studio, SSL = requires SSL connection, Con = Console Mode, GUI = GUI Mode [PROGRAM] [DESCRIPTION] Bcast : Sends bulk to one recipient per . (Con) CodeTest : Base64 encodes/decodes strings. (Con) CS_Mail : Sends with optional attachment. (C#, console mode) CS_SEE_VERS : Displays SEE Version/Build #. (C#, GUI) CS_Status : Similar to FROM and STATUS. (C#, GUI) Delete : Deletes message from the server. (Con) Forward : Forwards undecoded . (Con) From : Displays header information for on server. (Con) GB2312 : Sends that is GB2312 (simplified Chinese). (Con) GetDOC : Automatic document retrieval system. (Con) GetRaw : Downloads specified without decoding. (Con) Hello : Displays SEE Version/Build # using fsee class. (Con) ImapFlagsT : Tests manipulation of flaps on IMAP server. (Con) ImapMBTest : Tests IMAP functions. (Con) ImapSearch : Tests IMAP search capability. (Con) ISO8859 : Sends ISO-8859 encoded message and subject line (Con) Mailer : Sends with optional attachment. (Con) MailHTML : Sends html encoded with attachments. (GUI) MailSSL : Connects to server required to send . (SSL, Con) MailTo : Sends entered into dialog box. (GUI) MFC_PGM : Sends . (Microsoft Foundation Class (MFC) Mparts : Sends multipart MIME . (Con) POP3Rd : Specifies message file to decode. (Con) QM : Sends . (Borland C++ Builder Win32 GUI) Reader : Downloads & attachments and saves to disk. (Con) ReadHTML : Reads incoming HTML & launches browser. (Con) Reads : Similar to READER but reads all from server. (Con) ReadSSL : Downloads from POP3 server. (SSL, Con) SEE_VERS : Displays SEE Version/Build #. (GUI) SEEVER : Displays SEE Version/Build #. (Con) SendHTML : Sends HTML with embedded graphics attachments. (Con) SendUTF8 : Sends UTF-8 encoded and subject line. (Con) SmtpOut : Writes to file instead of sending. (Con) Stat : Returns number of messages on POP3 server. (Con) STATUS : Similar to FROM. (GUI) Thread : Uses threads to check multiple mailboxes simultaneously. (Con) VC_Mail : Sends with optional attachment. (VS, Con) VC_MailSSL : Sends with optional attachment to send . (VS, SSL, Con) VC_Read : Downloads & attachments and saves to disk. (VS, Con) VC_ReadSSL : Downloads & attachments and saves to disk. (VS, SSL, Con) VC_Status : Returns number of messages on POP3 server. (VS, Con) VC_StatusSSL: Returns number of messages on POP3 server. (VS, SSL, Con) VC_SEE_VERS : Displays SEE Version/Build #. (VS, GUI) Also see EXAMPLES.TXT in the DOCS directory for a list of the examples provided for a particular compiler. 5
6 1.2 Documentation Set The complete set of documentation consists of three manuals in Adobe PDF format. This is the first manual (SEE_4C) in the set. SEE4C Programmer s Manual (SEE_4C.PDF) SEE User s Manual (SEE_USR.PDF) SEE Reference Manual (SEE_REF.PDF) The SMTP/POP3/IMAP Programmer s Manual (SEE_4C.PDF) is the language specific (C/C++) manual. All language dependent programming issues such as compiling, compilers and example programs are discussed in this manual. The SMTP/POP3/IMAP User s Manual (SEE_USR.PDF) discusses SMTP and POP3/IMAP processing as well as language independent programming issues such as application notes. Purchasing and licensing information is also provided. The SMTP/POP3/IMAP Reference Manual (SEE_REF.PDF) contains details on each individual SEE function and provides a list of SEE error codes. The online documentation can be accessed on the SMTP/POP3/IMAP Engine for C/C++ product page at: 6
7 1.3 Example Program The following example demonstrates the use of some of the SMTP/POP3/IMAP library functions: #include <windows.h> #include <stdio.h> #include "see.h" void main(int argc, char *argv ) {int Code; // attach SEE library Code = seeattach(1, 0); // evaluation keycode is 0 if(code<0) {printf( Cannot attach SEE\n ); exit(1); } // connect to SMTP mail server Code = seesmtpconnect( 0, // channel 0 (char *)"mail.yourserver.net", // your SMTP server (char *)"<[email protected]>", // your address (char *)NULL); // Reply-To header if(code<0) {printf( Connect failed\n ); seerelease(); exit(1); } // send Code = seesend ( 0, // channel 0 (char *)"<[email protected]>", // To list (char *)NULL, // CC list (char *)NULL, // BCC list (char *)"SEE Test", // Subject (char *)"This is a test.", // Message text (char *)"SEE4C73.ZIP"); // MIME attachment if(code<0) printf( NOT sent\n ); // close connection to server seeclose(0); seerelease(); } In the example program above, seeattach is called to initialize SEE and then seesmtpconnect is called to connect to the SMTP mail host. The SMTP server host name and your address are required, while the "Reply-To" entry is optional. seesend is then called, passing the addressee lists. The primary addressee is provided in the "To List". The CC ("Carbon Copy") lists additional recipients, as does the BCC (Blind Carbon Copy) list. The subject contains the subject line. The message text is next. If it starts with the '@' symbol, it is considered the name of the file containing the message. Lastly, the filename of any ASCII or binary attachment is specified. All fields in seesend are optional except the first. After returning from seesend , the seeclose function is called to close the connection to the SMTP server. Lastly, seerelease is called to perform SEE termination processing and release the Winsock. See Section 1.1, Features for a list of all examples. 7
8 1.4 Installation (1) Before installation of SEE4C, the Windows C/C++ compiler should already be installed on your system and tested. In particular, include command line tools when installing the compiler if you want to compile using command line makefiles. For help with makefiles, see MAKEFILE.TXT. (2) Unzip SEE4C73.ZIP (evaluation version) or SEExxxx.ZIP (registered version, where xxxxx is your Customer ID) using any Windows unzip program.. (3) Run the installation program SETUP.EXE which will install all SEE4C files, including copying SEE32.DLL and SEE64.DLL to the Windows directory. Note that no DLL registration is required. All recent WIN32 C/C++ compilers support the "declspec" keyword. Microsoft Visual C++ (version 4.0 and up), Borland (version 5.0 and up), and LCC-Win32 compilers support the "declspec" keyword. 1.5 Uninstalling Uninstalling SEE4C is very easy. First, run UNINSTAL.BAT (or UINSTALL.BAT), which will delete SEE32.DLL and SEE64.DLL from the Windows directory, typically C:\WINDOWS for Windows 95/98/ME/2003/2012/XP/Vista/Win7/Win8 or C:\WINNT for Windows NT/2000. Next delete the SEE4C project directory created when installing SEE4C. 1.6 Pricing A developer license for the SMTP/POP3/IMAP Library can be registered for $115 USD. Purchasing details can be found in Section 1.4, "How to Purchase", of the SEE User s Manual (SEE_USR). ( Also see INVOICE.TXT or Updates When a developer license is purchased, the developer will be sent a set of registered DLLs plus a license file (SEExxxx.LIC). The license file can be used to update the registered DLL s for a period of one year from purchase. Updates can be downloaded from After one year, the developer license must be updated to be able to download updates. The license can be updated for $30 if ordered within one year of the original purchase (or previous update). Between one year and three years, licenses can be updated for $55. After three years, updates are $75. Note that the registered DLLs, (SEE32.DLL and SEE64.DLL), never expire. 8
9 2 Library Overview The SMTP/POP3/IMAP component library has been tested on multiple computers running Windows 95/98/Me/2003/2012/XP/Vista/Win7/Win8 and Windows NT/2000. The SEE4C library has also been tested with several C/C++ compilers, including Microsoft Visual C++ (all versions including Visual Studio C++ and Visual Studio C#), Borland C/C++, Borland C++ Builder, Turbo C/C++ for Windows, MinGW C++ and Watcom C/C++. The SETUP installation program will copy the Lib s and DLL's to the Windows directory. Refer to Section 1.4 "Installation". After SETUP is run, the SEE4C files are copied to the directory specified (default \SEE4C). Three subdirectories are created, as follows: DOCS All documentation files APPS All example code DLLS All DLL s 2.1 Keycode (License Key) SEE32.DLL and SEE64.DLL each has a keycode encoded within it. The keycode is a 9 or 10 digit decimal number (unless it is 0), and will be found in the file KEYCODE.H. The keycode for the evaluation version is 0. You will receive a new keycode and a set of new DLL's when registering. The KEYCODE is passed to seeattach. If you get an error message (value -74) when calling seeattach, it means that the keycode in your application does not match the keycode in the DLL. After purchasing a license, it is best to remove the evaluation versions of the SEE64.DLL and SEE32.DLLs from the Windows search path or delete them before installing the purchased version 2.2 Win32 STDCALL and DECLSPEC SEE32 is compiled using the _stdcall and _declspec keywords. This means that they use the same calling conventions and file naming conventions as the Win32 API. In particular, function names are NOT decorated. There are no leading underscores or trailing "@size" strings added to function names. Microsoft Visual C/C++ users can look at the DLL function names using the dumpbin.exe executable: dumpbin /exports SEE32.dll 9
10 2.3 Dynamic Link Libraries The SMTP/POP3/IMAP component library uses a Win32 dynamic link library (DLL). A DLL is characterized by the fact that it need not be loaded until required by an application program and that only one copy of the DLL is necessary regardless of the number of application programs that use it. Contrast this to the traditional static library that is bound to each and every application that uses it at link time. An important advantage that DLL's have over other "popular" library formats such as VBX or OCX is that DLL's are callable by all Windows applications. Since DLL's are the building blocks of the Windows Operating System, they will not be replaced by a "newer technology". The following files can be found in the DLL sub-directory when SETUP is run: see32.dll - Win32 version of SEE see32mt.dll - Win32 (multitasking) version of SEE see64.dll - Win64 version of SEE Note: The LIB files for the above DLLs can be found the in the APPS directory msoft_static.zip contains (for Microsoft C/C++): see32.obj - SEE 32-bit static object file msc-str.obj - SEE string function object file msc-vs.obj - SEE virtual socket function object file msoft_static_mt.zip contains (for Microsoft C/C++): see32mt.obj - SEE 32-bit static object file (multitasking version) msc-str.obj - SEE string function object file msc-vs.obj - SEE virtual socket function object file bc50_static.zip contains (for Borland C/C++ 5.0): see32.obj - SEE 32-bit static object file msc-str.obj - SEE string function object file msc-vs.obj - SEE virtual socket function object file bc55_static.zip contains (for Borland C/C++ 5.5): see32.obj - SEE 32-bit static object file msc-str.obj - SEE string function object file msc-vs.obj - SEE virtual socket function object file 2.4 Console Mode SEE4C functions can be called from console mode programs. A "console mode" program is a Windows 95/98/NT/2000/2003/2012/XP/Vista/Win7/Win8 WIN32/WIN64 command line program running in a command window. Although console mode programs look like DOS programs, they are WIN32/WIN64 programs that have access to the Win32/Win64 API and the entire Windows address space. Programming using console mode programs reduces the complexity of using GUI code. All console mode programs can be converted to GUI mode by adding the necessary Windows interface code 10
11 2.5 Using Threads SEE4C is thread safe. Refer to the THREAD.C example program, which demonstrates the use of multiple threads. THREAD checks several POP3 mailboxes simultaneously. 2.6 Calling SEE functions from Visual C++ Like Windows itself, SEE functions are coded in ANSI C, but they can be called directly from both ANSI C programs and from C++ programs. SEE functions can also be called using the C++ class wrapper fsee. See fsee.cpp and fsee.h. Refer to HELLO.CPP for an example. 2.7 Adding SEE Functions to an Existing Program In order to call SEE functions from an existing program, (1) add #include "see.h" to your application source code, (2) link with SEE32.LIB (for MSVC), SEE32BCB.LIB (Borland C/C++ and C++ Builder), SEE32.LIB (Watcom), or SEE32LCC (Win32/LCC), and recompile from source. For Win64, link with SEE64.LIB rather than SEE32.LIB 2.8 Error Display The error message text associated with SEE error codes can be displayed by calling seeerrortext. Each sample program contains examples of error processing. 2.9 Explicitly Loading a SEE DLL When an application program runs that makes calls to SEE32.DLL (or SEE64.DLL), the Windows operating system will locate SEE32.DLL (or SEE64.DLL) by searching the directories as specified by the Windows search path. If the SEE32.DLL (or SEE64.DLL) is placed in the \WINDOWS directory (or \WINNT for Windows NT/2000), it will always be found by Windows. However, SEE32.DLL (or SEE64.DLL) can also be loaded from a specified directory by using the GetProcAddress API function. For an example, refer to the LoadLib.c program. 11
12 2.10 Targeting a 64-Bit CPU If a compiler generates 32-bit application code and is running on a 64-bit version of Windows, then compiling and linking is the same as it is on a 32-bit Windows system. The 32-bit application code generated will be executed by the Windows WOW64 (Windows on Windows 64-bit) component. If a compiler generates 64-bit application code and is running on a 64-bit version of Windows, then the compiler must be reconfigured to generate 32-bit application code if the application will call 32-bit DLL's such as SEE32.DLL. The 32-bit application code generated will be executed by the Windows WOW64 (Windows on Windows 64-bit) component. Visual Studio C/C++: Versions 2005 through 2013 With a project selected in Solution Explorer, on the Project menu, click Properties. Click the "Configuration Manager" button in upper right corner. Click the drop-down button below "Platform". Click <New...>, then choose "x86" (Win32) bit SEE 64-bit DLL s (such as SEE64.DLL) may only be used by 64-bit application programs running on 64-bit Windows computers. This means that 64-bit application programs must be linked with SEE64.LIB instead of SEE32.LIB. However, if a compiler generates 32-bit code, the application must be linked with SEE32.DLL even though it may be running on a 64-bit machine. There are numerous SEE4C 64-bit example programs. 64-bit Visual Studio 2008, 2010, 2012 and 2013 project files include the following in the /APPS folder: vc_see_vers(vs2008)x64.vcproj vc_mail(vs2008)x64.vcproj vc_status(vs2008)x64.vcproj vc_see_vers(vs2010)x64.vcxproj vc_mail(vs2010)x64.vcxproj vc_status(vs2010)x64.vcxproj vc_see_vers(vs2012)x64.vcxproj vc_mail(vs2012)x64.vcxproj vc_status(vs2012)x64.vcxproj vc_see_vers(vs2013)x64.vcxproj vc_mail(vs2013)x64.vcxproj vc_status(vs2013)x64.vcxproj bit Multitasking SEE32.DLL is built to support multi-tasking. 12
13 3 Compiler Issues Application programs can be compiled using an IDE or command line compiler tools. The following sections provide general compiler information. 3.1 Compiling Using an IDE. All current windows compilers have an "Integrated Development Environment" (IDE) for building application programs in the Windows environment. Since there is not a standard format for IDE project files, file names must be entered into the IDE from the keyboard. Note that IDES vary between the different compiler manufacturers and that IDES can also vary from version to version for the same compiler. Creating a project makefile for the examples that have only command line makefiles is fairly straightforward. To begin, create a new project. For console mode applications, be sure to choose a console mode project type. For GUI applications, choose a GUI mode project type. All of the IDE's use the concept of a file hierarchy. For example, the STAT example program file hierarchy in the IDE (for 32-bit) should look like: STAT.EXE +++ STAT.C +++ SEE32.LIB Replace SEE32.LIB with SEE32BCB.LIB if using Borland C++ Builder, and with SEE32LCC.LIB if using LCC-Win32. The order of the files is not significant. Also refer to the sections on individual IDE's that follow this section Compiling Example Programs with an IDE Most of the example programs can be compiled from your compiler's IDE. For Visual C++, "project makefiles" are used since they can be used by all versions of Visual C++ (v4.0, v5.0, v6.0, v.9.0, etc.). When opening the workspace, select "makefiles(.mak)" for the file type. Alternatively, for VC++ v6.0, select "projects (.dsp)" for the file type. Visual Studio may also load.dsp project files as well as.vcproj project files. 13
14 3.2 Command Line Tool Setup Many software developers overlook the power of using command line compilers. There are a number of very significant advantages to using the command line version of your C/C++ compiler. Among these are: Easy of Use: Once set up, typing a single key can compile one or a thousand programs. Power: Using the command line allows the use of batch files, automating complicated builds. Compatibility: Command line makefiles (unlike IDE project files) are normally compatible from one version of your compiler to the next. If you want to compile from the command line, your command line compiler tools must be set up properly. Note that you have an option of installing the command line tools (or not) when your compiler is first installed. Refer to your compiler manufacturer's manual for details. If necessary, increase the size of the environment table space (to 1024 for example) by adding SHELL=C:\COMMAND.COM /e:1024 /p to CONFIG.SYS in C:\ and then restart the computer. Yes, this works for all versions of Windows. For all compilers, the path should point to the compiler's BIN directory. For example, to add "C:\BC50\BIN" to the existing path, use PATH C:\BC50\BIN;%PATH% Also note that console mode programs work the same on 64-bit machines as 32-bit machines Microsoft Visual C++ Set LIB and INCLUDE environment variables. For example, SET INCLUDE=C:\MSVC\INCLUDE SET LIB=C:\MSVC\LIB Borland C++ Check that TURBOC.CFG, BCC32.CFG, TLINK.CFG, and TLINK32.CFG all have the correct information in them, as they should have when the compiler was installed. For example, assuming the BC compiler is installed at C:\BC5, the INCLUDE (-I) and LIB (-L) paths are specified by: -IC:\BC5\INCLUDE -LC:\BC5\LIB BRCC (the Borland Resource Compiler) doesn't use the *.CFG files. Set the INCLUDE environment variable or BRCC will not be able to find the INCLUDE files (such as WINDOWS.H). For example, SET INCLUDE=C:\BC5\INCLUDE Clear the LIB environment variable (so it is not present when SET is typed at the command line) with SET LIB= 14
15 3.2.3 Watcom C/C++ Set the WATCOM environment variables to point to the compilers include (H) and BIN directories. For example, SET INCLUDE=C:\WC11\H;C:\WC11\H\NT SET WATCOM=C:\WC11 SET EDPATH=C:\WC11\EDDAT SET WWINHELP=E:\BINW LCC-Win32 C The LCC environment variables are set like the others. For example, SET INCLUDE=C:\LCC\INCLUDE SET LIB=C:\LCC\LIB After making the above changes for the compiler, type PATH at the command line prompt to verify the search path, and type SET at the command line prompt to verify the INCLUDE and LIB environment variables. 3.3 Command Line Batch Files If the compiler installation includes command line tools, then all of the example programs can be compiled directly from the command line. These same compiler commands can also be placed in a batch file. See MAILER$.bat for an example of a console mode command line batch file and FROM$.bat for an example of a GUI mode command line batch file. Similarly, command line batch files can be created for all of the example programs. 3.4 Command Line Makefiles Command line makefiles originated on UNIX systems. They are the standard way that C/C++ programs are constructed in command line environments. The advantage of makefiles (as compared to an integrated development environment) is that all compiler switches are coded within the makefile and the makefile can be run with a single keystroke. Command line makefiles are provided for Microsoft, Borland, Watcom, and LCC-Win32 command line compilers. They can be found in the APPS sub-directory: borland50.zip Borland C/C makefiles. borland55.zip Borland C/C makefiles. lcc-win32.zip LCC-WIN32 project command files. microsoft60.zip Microsoft C/C++ (v1.52, v4.0, v5.0, v6.0) makefiles. watcom11.zip Watcom C/C++ 11 makefiles. gcc.zip MinGW GCC project command files, 15
16 4.0 Supported Compilers The SMTP/POP3 Library for C/C++ (SEE4C) has been tested and works with all versions of the following compilers: Microsoft Visual C++ (1.52 through 11.00) Visual C++.Net through Visual Studio 2012) Visual C#, Borland C/C++ Borland C++ Builder Borland Turbo C/C++ Watcom C/C++ MinGW C++ Lcc-Win32. Other Windows C/C++ compilers may work as well. Refer also to Section 4.0, "Compiling Example Programs". 4.1 Microsoft Visual C/C++ (all versions) Microsoft Visual C/C++ programs can be compiled from either the command line or from within the Microsoft development environment. The last Win16 Microsoft compiler is version All Microsoft Visual C++ compilers (beginning with version 4.0) compile Win32 programs ONLY Microsoft Command Line Makefiles Programs can be compiled using command line makefiles. All Microsoft command line makefiles end with '"_m_. To compile using a makefile, use the Microsoft NMAKE utility. For example, NMAKE -f STATUS._M_ The file MICROSOFT60.ZIP contains the Microsoft Visual C++ (v4.0, v5.0, v6.0) command line makefiles. SEE can be used with Microsoft Foundation Class (MFC) programs. Use the MFCPGM.MAK makefile to compile the MFC_PGM example program. NMAKE -f MFCPGM.MAK Also note that console mode programs work the same on 64-bit machines as 32-bit machines. 16
17 4.1.2 Microsoft Developer Studio (VC v4.0) To open an existing project, choose "File", then "Open Workspace", and then select "makefiles" from the list of file types. Most of the example programs have Microsoft Developer C/C++ project makefiles, ending with ".MAK", such as SEEVER.MAK To create a new project in MSVC v4.0, choose "File", then "New", then "Project Workspace". Select "Application" or "Console Application" for "Type:" and the project name for "Name". Choose Win32 for platform. Then select "Create". Select "Insert", then "Files into Project". Add all filenames including any resource file (.RC) and SEE32.LIB. Lastly, select "Build", then "Rebuild All". Be sure to specify /YX rather than /Yu in the project settings [Build, Settings, C/C++] Microsoft Developer Studio (VC v5.0) To open an existing project, choose "File", then "Open Workspace", and then select "makefiles" from the list of file types. Most of the example programs have Microsoft Developer C/C++ project makefiles, ending with ".MAK", such as SEEVER.MAK. To create a new project in MSVC v5.0, choose "File", then "New", then "Win32 Application" or "Win32 Console Application " and the project name. Check "Create new workspace". Select "Project", then "Add to Project". Add all filenames including any resource file (.RC) and SEE32.LIB. Lastly, select "Rebuild All". If the compiler complains that it cannot find "_main", "Console Application" was chosen but the program being compiled is a GUI application. If the compiler complains that it cannot find "WinMain", "Application" was chosen but the program being compiled is a console mode application. Be sure to specify /YX rather than /Yu in your project settings [Build, Settings, C/C++] Microsoft Visual Studio (VC v6.0) To open an existing project, follow the same directions as for MSVC v5.0, except that a DSP project file may be used instead of the MAK project makefile. To create a new project in MSVC v6.0, follow the same directions as for MSVC v5.0 above Microsoft Visual Studio 2003 and 2005 Open the VC project file (files ending in.vcproj or.dsp ) Microsoft Visual Studio 2008 Visual Studio 2008 specific project files end with.(vs2008).vcproj for 32-bit applications and.(vs2008)x64.vcproj for 64-bit applications Microsoft Visual Studio 2010 Visual Studio 2010 specific project files end with.(vs2010).vcxproj for 32-bit applications and.(vs2010)x64.vcxproj for 64-bit applications. Note that project files for Visual Studio 2010 end with ".vcxproj" rather than ".vcproj" as in earlier versions of Visual Studio. 17
18 4.1.8 Microsoft Visual Studio 2012 and 2013 Visual Studio 2012 specific project files end with.(vs2012).vcxproj for 32-bit applications and.(vs2012)x64.vcxproj for 64-bit applications. Visual Studio 2013 specific project files end with.(vs2013).vcxproj for 32-bit applications and.(vs2013)x64.vcxproj for 64-bit applications. In order to convert an older project file to VS 2012 or VS 2013: 1. Open the older (.dsp,.vcproj,.vcxproj) project file with VS 2012 or VS Let VS 2012 (2013) update to 2012 (2013) format when prompted. 3. Select "Project", "Properties", "Linker", then "Advanced". 4. Change the "Image Has Safe Exception Handlers" to NO (/SAFESEH:NO) 5. Save project. This will insert the line <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> into your project file as the last line before </Link> Microsoft C++ Express Edition The Express Edition of Microsoft Visual Studio is available as a free download at Open the VC project file (files ending in ".vcxproj,.vcproj or.dsp ), build and run, as in previous versions of Visual Studio. Also see section 4.2 below. 18
19 4.2 Microsoft Visual Studio C++.NET All Microsoft Visual C++.NET and Visual Studio C++ projects end with the extension ".vcproj". For example, vc_vers.vcproj In order to open an existing Visual C++ project, choose "File", "Open", and then "Project" from the Visual Studio menu. Specify the directory containing the Visual C++ project files (for example, C:\SEE4C\APPS). In order to call SEE functions from Visual Studio C++ programs, do the following to the existing Visual Studio C++ project: (1) Add #include "see.h" #include "keycode.h" after the existing #include statements. (2) Open the project properties window under "Project" on the main menu. If the project is named "MyProject", then select "MyProject properties". (3) Select "Configuration Properties", "Linker", "Input", "Additional Dependencies", and then type in "SEE32.LIB" into the edit box. Note that SEE32.LIB must be in the project directory along with all of the source files. (4) Rebuild. NOTE: If using pre-compiled headers, the include statement #include "stdafx.h" must be the first include statement in the program. 19
20 4.3 Microsoft Visual Studio C# SMTP/POP3/IMAP functions can be called from Microsoft Visual C# (C-sharp) in the same manner as Win32 API functions. All Visual Studio C# projects end with extension ".csproj". For example, cs_vers.csproj In order to open an existing C# project, choose "File", "Open", and then "Project" from the Microsoft C# Development Environment. Specify the directory containing the C# project files (for example, C:\SEE4C\APPS). In order to call SEE functions from an existing Visual C# programs, do the following to the C# source code: (1) Add the contents of file see_funs.cs to the source code after public class see : System.Windows.Forms.Form (2) Add the constants from see_cons.cs to the program as they are needed. Look at the cs_vers program in the \APPS sub-directory for an example. (3) Set "unsafe" compilation. Verify that AllowUnsafeBlocks is set to true in the project file (.vcproj). See the CS_MAIL example project. 20
21 4.4 Borland C/C++ Borland C/C++ Version 5.0 programs can be compiled from either the command line or from within the Borland development environment. If you want to use SEE with Borland C/C++ Versions 4.5 or earlier, you can request the legacy DLLs from us. Borland C/C++ version 5.5 (which can be downloaded from is a free console mode compiler (no IDE). Makefiles for BC 5.5 end with "._i_", and (like Borland C++ Builder) use ILINK32 rather than TLINK32. Be careful with linker response files (*.RSP) -- they must NOT end with a carriage return / line feed! Borland programs always link with SEE32BCB.LIB. The makefiles for Borland 5.0 are found in the archive borland50.zip Borland Command Line Makefiles Programs can be compiled using command line makefiles. All Borland Win32 command line makefiles end with "._b_ or "._i_" (for BC 5.5). To compile using a makefile, use the Borland MAKE utility. For example, MAKE -f SEE_Vers._B_ MAKE -f SEE_Vers._I_ MAKE -f FROM._B_ MAKE -f FROM._I_ The makefiles for Borland 5.5 are found in the archive borland55.zip. 21
22 4.4.2 Borland IDE To create a new project, first turn off LINKER case sensitivities: Choose "Options", "Projects", "Linker", "General". Turn off the "case sensitive link" and "case sensitive exports and imports" boxes. Next, choose "Files", then "New Project". Use the INS (Insert) key to pop up a dialog box into which the project file names are entered. Lastly, add SEE32BCB.LIB to the project. SEE32BCB.LIB can also be created from SEE32.DLL using the Borland IMPLIB utility: IMPLIB SEE32BCB.LIB SEE32.DLL Select "GUI" or "Console" for the "Target Model". Only "Static" or "Dynamic" should be checked for "Standard Libraries:" NOTE1: If, after linking in the IDE, you get unresolved external references to the library functions in which each function name is all upper case, then you have NOT turned off case sensitivity as described above. NOTE2: If you get errors compiling the windows header file "WINDOWS.H", turn on "Borland Extensions" in "Options", "Project", "Compiler", "Source". 4.5 Borland Turbo C/C++ for Windows Borland Turbo C/C++ for Windows does not have command line tools, so all programs must be compiled from the Turbo C/C++ integrated environment. Follow the same directions as above (Borland IDE), except that the "Target Model:" can be any listed. 22
23 4.6 Borland C++ Builder Borland C++ Builder does not have command line tools, so all programs must be compiled from the Borland C++ Builder integrated environment. Compile the BCB example program QM_PRJ with QM_PRJ.MAK if running BCB version 1 through 3, and compile with QM_PRJ.BPR if running BCB version 4 or above. To load the QM_PRJ example project, Choose "File" / "Open Project" on the menu bar. Load QM_PRJ.MAK (or QM_PRJ.BPR). Then choose "Build All" from "Project" to create the executable. Note that SEE32BCB.LIB is the LIB file used with Borland C++ Builder. 4.7 Watcom C/C++ Watcom C/C++ programs can be compiled from either the command line or from within the Watcom development environment. Note that SYBASE no longer sells or supports WATCOM C/C++. See their End of Life Notice at Watcom Command Line Makefiles Win32 programs can be compiled using command line makefiles. All Watcom command line makefiles end with "._w_ for Win32 makefiles. Use WCC386.EXE to compile C programs and WPP386.EXE to compile C++ programs. To compile using a makefile, use the Watcom WMAKE utility. For example, WMAKE -f MAILER._W_ WMAKE -f FROM._W_ Win32 programs can also be compiled using command line batch files. To run these command line batch files from the command line, type MAILER W Watcom IDE To create a new project, choose "File", then "New Project". Enter the project name and then choose Win32 as the target. Use the INS (Insert) key to pop up a dialog box into which the project file names are entered. Select "Options" from the main window, then "C Compiler Switches", then "10". Memory Models and Processor Switches". Check "80386 Stack based calling [-3s]", then check "32-bit Flat model [-mf]". 23
24 4.8 LCC-Win32 C LCC-Win32 C programs can be compiled from either the command line or from within the development environment. LCC-Win32 is a freeware (non-commercial use) C compiler developed and distributed by Jacob Navia at To use our DLLs with LCC-Win32, you must link with SEE32LCC.LIB. This file can also be re-created using the LCC-Win32 utility BUILDLIB. buildlib see32.lcc see32lcc.lib Then, compile and link as normal. For example, to compile the MAILER console mode example program, lcc -DWIN32 mailer.c lcclnk mailer.obj see32.lib -subsystem:console To compile the GUI mode example FROM, lcc -DWIN32 about.c lcc -DWIN32 from.c lcc -DWIN32 paint.c lrc from.rc lcclnk from.obj about.obj paint.obj see32lcc.lib from.res -subsystem:windows See MAILER$.BAT for an example of a console mode command line batch file and FROM$.BAT for an example of a GUI mode command line batch file. 4.9 MinGW C/C++ MinGW (Minimalist GNU for Windows) is part of the GNU Compiler Collection (GCC), and GNU Binutils, for use in the development of native Microsoft Windows applications. See Console mode programs are compiled from the command line; for example gcc -Wall server.c csc32.lib -o server.exe The current version of MinGW does not come with a resource compiler (for RC files), so GUI Window applications that use resource files cannot be compiled with MinGW. The file, gcc.zip, contains the MinGW (gcc) project command files. 24
25 5 Compiling Example Programs Most of the example programs are written in console mode. This was done in order to provide the clearest possible code, without the complication and complexity of GUI code. All console mode programs can be converted to GUI mode by coding the necessary windows code 5.1 Static Libraries The registered developer can also statically link SEE32.OBJ (or SEE64.OBJ) rather than making calls to SEE32.DLL. For an example, refer to the Microsoft command line makefile STAT32S._M_. These files are not available in the evaluation version. To create an application that links SEE32.OBJ statically: (1) All application code that includes SEE.H must define STATIC_LIBRARY before including SEE.H (2) The application must link with WSOCK32. If using Microsoft Developer Studio, make these changes: (1) To the project file: Do NOT add SEE32.LIB to your project file. (2) To the settings: (See "Build Settings" or "Project/Settings") (2a) C/C++ Tab: Add STATIC_LIBRARY to "preprocessor definitions:". (2b) Link Tab: Add wsock32.lib, see32.obj, msc-str.obj, and msc-vs.obj to "object/library modules:". (3) Add #include "see.h" to all source files that make calls to SEE functions. Static libraries for 64-bit applications are built in the same way as for 32-bit applications, except that one links with SEE64.OBJ rather than SEE32.OBJ, and the 64-bit versions of msc-str.obj and msc-vs.obj. 25
26 6 Example Programs. The example programs can be compiled by using either the command line compiler or the compiler integrated development environment (IDE). Most compiler vendors provide both IDE and command line tools, although some compilers are command line only (Borland C/C and LCC-Win32) or IDE only (Borland C/C++ Builder). Some of the example programs are written in GUI mode, although most are written in console mode. Note that console mode programs must be run from the Windows command prompt. Also note that console mode programs can be converted to GUI mode by adding the necessary Windows interface code. Refer also to Section 4, "Supported Compilers". 6.1 Connectionless Example Programs Several example programs do not require a connection to a server SEE_VERS SEE_VERS is a Win32 GUI example program that displays the SEE32.DLL Version and Build #. Run this program to verify that SEE has been installed properly. nmake -f see_vers._m_ (Microsoft VC) make -f see_vers._b_ (Borland 5. make -f see_vers._i_ (Borland 5.5) wmake -f see_vers._w_ (Watcom 11) see_vers $.bat (LCC-WIN32) Open workspace see_vers.mak in VC IDE. Open workspace see_vers.dsp in VC (ver 6.0 only) VC_SEE_VERS The VC_SEE_VERS example GUI mode program is the Visual Studio C++ version of the SEE_VERS example. Open project VC_SEE_VERS.VCPROJ in Visual Studio C CS_SEE_VERS The CS_SEE_VERS example GUI mode program is the C# (C-sharp) version of the SEE_VERS example. Open project CS_SEE_VERS.CSPROJ in Visual Studio C#. 26
27 6.1.4 SEEVER The SEEVER example is the console mode version of the SEE_VERS example. It displays the SEE library version number and registration string. Its purpose is to display the SEE version, build, and registration string as well as to verify that SEE32.DLL/SEE64.DLL is being found and loaded by Windows. SEEVER can be compiled from either the command line or from Microsoft Visual Studio (SEEVER32.MAK) Hello The HELLO example console mode program is a C++ version of SEEVER that demonstrates the use of the fsee class CodeTest The CODETEST example console mode program demonstrates how to use seeencodebuffer and seedecodebuffer, which BASE64 encodes and decodes several test strings. It also has an example of encoding and decoding UTF-8 strings POP3RD The Pop3Rd example console mode program uses the seepop3source function to specify an (undecoded) message file to be decoded. 27
28 6.2 SMTP Programs There are 16 SMTP example programs. SMTP programs send Bcast BCAST ("Broadcast") is a console mode program which s the same message, (BCAST.MAI), to a list of addresses taken from the file, BCAST.EML, containing one address per line. BCAST takes no arguments. Refer to BCAST.C for more details of use Forward The FORWARD example console mode program forwards an (undecoded) to a new recipient GB2312 The GB2312 example console mode program sends a text message that is GB2312 (simplified Chinese) encoded. The recipient's client will be able to display the message using the specified GB2312 character set provided that it is capable of identifying GB2312 MIME parts (such as MS OutLook) MailSSL The MailSSL example console mode program s a specified message connecting to a SMTP server that requires SSL, such as Gmail, Hotmail, Yahoo, and Microsoft Online. Be sure to read the section "Using Stunnel" in the SEE User's Manual (SEE_USR.PDF) in the DOCS directory. 28
29 6.2.5 ISO8859 The ISO8859 console mode program sends a text message and a subject line that are ISO-8859 encoded. The recipient s client will be able to display the message using the specified ISO character set provided that it is capable of identifying ISO-8859 MIME parts (such as MS OutLook) Mailer MAILER is a console mode program that s a message, taking its input from the command line. For example, to the file TEST.TXT with subject "test" to [email protected] with (optional) attachment TEST.ZIP, type Test "<[email protected]>" test.zip Note that <> brackets are required around the address VC_Mail The VC_MAIL example console mode program is the Visual Studio C++ version of the MAILER example program in section above. Load the VC_MAIL.VCPROJ project in Visual Studio C CS_Mail The CS_MAIL example GUI mode program is the Visual Studio C# (C-sharp) version of the MAILER example program in section above. Load the project CS_MAIL.CSPROJ in C# MailHTML The MailHTML example GUI mode program s an HTML encoded message, with optional embedded images, alternate text, and additional attachments. All parameters are taken from a dialog box. Compare to the SendHTML example program. 29
30 MailTo MailTo is a Win32 GUI (Graphical User Interface) application that s a message entered into a dialog box. All necessary information is entered at runtime into dialog boxes. MailTo can be compiled from either the command line or from Microsoft Visual Studio (MailTo.MAK) Mparts The MParts console mode example program sends a multipart MIME in which the Content-Type headers for each attachment are specified. The two attachment types specified in this example are a sound file (*.wav) and of a PDF file (*.pdf) MFC_PGM MFC_PGM is a Microsoft Foundation Class (MFC) example program that sends an . Compile using the MFCPGM.MAK makefile. File NAFXCW.LIB may have to be copied from MFC\LIB on the Microsoft Visual C/C++ CD disk QM "Quick Message" (QM_PRJ & QM_PGM) is a Borland C++ Builder (Win32 GUI) program that s a message from the GUI. Borland C++ Builder is required to compile this program. All necessary information is entered at runtime into dialog boxes. Compile using QM_PRJ.MAK for BCB version 1 through 3, and QM_PRJ.BPR for BCB version 4 and above SendHTML The SendHTML console mode example program sends an HTML (with embedded graphics attachments), which can be displayed by any client that is capable of rendering HTML, such as Outlook and Eudora. SendHTML takes no arguments. Compare to the MailHTML example program SendUTF8 The SendUTF8 console mode example program sends a text message and subject line that is UTF-8 encoded. The recipient s client will be able to display the message using the Unicode character set provided that it is capable of identifying UTF-8 MIME parts and is Unicode capable SmtpOut The SMTPOut console mode example program constructs a specified message, then writes it to a file rather than sending it to an SMTP server. 30
31 6.3 POP3/IMAP Example Programs There are 14 POP3/IMAP example programs that read Delete DELETE is a console mode program that deletes an message from the server. Be careful! Once deleted, an message cannot be recovered. For example, to delete messages 2 through 5, type DELETE 2 5 Note that is not physically deleted until the connection to the POP3 server is closed From FROM is a Win32 GUI mode application that reads and displays selected header information, without reading the entire message. FROM also makes a very handy utility program. FROM can be compiled from either the command line or from Microsoft Visual Studio (FROM.MAK) GetDoc The GETDOC example is a simple (console mode) automatic document retrieval system. It looks for commands on the subject line of incoming mail. GETDOC both reads and sends . If "LIST" is found as the subject of an (without any body), the GETDOC program s LIST.TXT to the sender. The LIST.TXT file should contain a list of all available documents. If "GET docname" is found as the subject of an message (without any body), the GETDOC program s the requested file (docname) to the sender, provided that the requested file is available. GETDOC takes no arguments GetRaw GETRAW is a console mode that downloads a specified message without decoding it. This is used to see what the looks like on the server. GETRAW takes all its arguments from the command line. For example, to read message 2 into file .TXT, type GETRAW 2 .TXT Also see the READER example program below in Section 6.3.6, which can also download without decoding it ReadSSL The ReadSSL example console mode program downloads messages from a POP3 server that requires SSL, such as Gmail, Hotmail, Yahoo, and Microsoft Online. 31
32 6.3.6 Reader READER is a console mode program that reads an message, including any MIME attachments, saving it to disk. For example, to read message #1 and save it as file MYMAIL.TXT, READER 1 MYMAIL.TXT Any attachments are saved to the current directory VC_Read VC_Read is the Visual Studio version of the READER example program ReadHTML The READHTML console mode example program reads an incoming HTML message and then launches the internet browser in order to display the as rendered HTML Reads The READS console mode program is similar to READER except that it reads all from the POP3 server. READS takes no arguments. Attachments (if any) are saved to the current directory Stat STAT is a very simple console modem program that returns the number of messages waiting on the POP3 server. This is the first POP3 example to edit, compile, and run. STAT takes no arguments. STAT can be compiled from either the command line or from Microsoft Visual Studio (STAT32.MAK) Status STATUS is the console mode equivalent of FROM. STATUS takes no arguments VC_Status VC_Status is the Visual Studio version of the STATUS example program CS_Status CS_Status is the C# version of the STATUS example program. Load the project CS_STATUS.CSPROJ in C# Thread THREAD is a console mode program that uses threads to check several POP3 mailboxes simultaneously. You must edit THREAD.C with the POP3 mailbox settings to check before compiling. 32
33 6.4 IMAP-Only Example Programs There are three IMAP-only example programs. All of the POP3 programs in the above section will also work with IMAP servers after defining the symbol CONNECT_TO_IMAP_SERVER in the program source code before compiling ImapFlagsT The ImapFlagsT console-mode example program tests the manipulation of flags on the IMAP server. It reads, sets, and deletes certain flags for the specified message on the IMAP server ImapSearch The ImapSearch console-mode example program tests IMAP search capability. See ImapSearch.txt for a list of all IMAP search strings ImapMBtest The ImapMBtest console-mode example program tests IMAP functions seeimapconnect, seeimaplistmb, seeimapdeletemb, seeimapcreatemb, and seeimapselectmb. 33
34 7 Revision History Version 1.0: June 1, The official release of version 1.0. Version 2.0: September 14, A major update adding POP3 capability. Another SMTP example program (BCAST). Version 2.1: November 16, Time zone calculated automatically. Fixed bug in seeclose. Corrected POP3 problem when boundary definition on 2nd line. Added support for alternate MIME boundaries. Added seeverifyuser function. Added SEE_GET_REGISTRATION, SEE_GET_CONNECT_STATUS. Added SEE_GET_ATTACH_COUNT and SEE_GET_LAST_RESPONSE. Added GETDOC, SEEVER, and VERUSR example programs. SMTP performance improved. Added seeencodebuffer and seedecodebuffer functions. Version 3.0: April 1, Modified SEE to be fully threadable (adding seeattach and seerelease). Added seeget uid function. Handles "inline" text properly. Optionally decodes unnamed attachments. Added ability to add header lines (SEE_SET_HEADER). Can use alternate ports for SMTP or POP3. Win16 version can get time zone from TZ environment variable. Quoted-printable messages can handle soft line breaks. Quoted-printable message can handle embedded HTML text. Version 3.1: July 12, Support ISO (Q or B) encoded attachment filenames. Support ISO (Q only) on subject line. SEE_SAVED_TO_MSG added. Don't write "+OK" line to message file. Added seeextractline function. Version 3.2: January 10, Added QUOTED_8859 processing (QUOTED_8859). Can decode printed quotable attachments! seeget lines can use internal memory. Added SEE_WRITE_TO_LOG to seestringparam. Added SEE_GET_ATTACH_NAMES to seedebug to get attachment filename list. Ability to reset the SEE_SET_HEADER header string to "nothing". Improvements in dynamic memory usage. Added GETRAW and CODETEST examples. Added support for LCC-Win32. Added seecommand function. 34
35 Version 3.3: October 3, 2000 seeget lines can use internal memory. Added SEE_COPY_BUFFER [seedebug] to copy internal buffer. Added SEE_WRITE_TO_LOG [seestringparam] to allow user to write to LOG file. Added SEE_GET_ATTACH_NAMES [seedebug] to get attachment filename list. Ability to reset the SEE_SET_HEADER [seestringparam] to "nothing". Added seecommand function. Allow TIC marks (0x27) in VerifyAddressChars(). Added SEE_GET_LAST_RECIPIENT to seedebug. Added seconds to date string on outgoing . Attachment name is saved when attachment file is closed. Added SEE_PATH_DELIMITER to seeintegerparam(). Added seeabort function. VerifyFormat rejects and addresses. Added "SEE_SET_FROM" so can change "From:" header at runtime. Delimiters (CR/LF) sent with command in one network transmission [seewriteline]. Added QUOTED_USER, SEE_SET_CONTENT_TYPE, and SEE_SET_TRANSFER_ENCODING. Added SEE_ATTACH_DELIMITER and ability to specify different attachment filename in . Added SEE_ADD_HEADER to seestringparam. Added SEE_WRITE_BUFFER to seedebug (see seeget lines) Added SEE_ENABLE_GIF to send GIF images inside . Version 3.4: July 12, 2001 Supports "AUTH LOGIN" and "AUTH CRAM-MD5" (SMTP) authentication. SmtpResponse accepts response line without message. Supports ISO (base-64) encoding on subject line. Supports "APOP" authentication (POP3 servers). Version 3.5: March 5, 2002 Added support for "AUTH PLAIN". Recognize multiple AUTH methods on one line, such as "AUTH PLAIN LOGIN CRAM-MD5". Added SEE_FORCE_INLINE -- attachments are inline text rather than base64 encoded. Added SEE_SET_ATTACH_CONTENT_TYPE -- user can specify content type for attachments. Added SEE_ATTACH_BASE_NUMBER -- attachments named "1.att", "2.att", etc. Don't close socket (seeclose) if socket is already closed. NBR_CHANS set to 128 for Win32. SEE_RAW_MODE reads complete lines rather than buffers. Added seequotebuffer() -- used to prepare ISO-8859 headers. Will continue with sending DATA (rather than return error) if have at least one recipient. Call seestatistics(chan, SEE_GET_LAST_RECIPIENT) to get # recipients accepted by server. Added ISO, MAILS, SENDHTML, and READHTML example programs. Added SEE_IGNORE_REJECTED to ignore error returned if recipient is rejected. 35
36 Version 3.6: March 14, 2003 Added seesendhtml(). Looks for multipart/related as well as multipart/alternative message parts. Added SEE_HTML_CHARSET (CHARSET_US and CHARSET_8859) Generic multipart boundary definitions handled (not just alternate, related,...) CR/LFs preserved in multiline "Subjects:" headers. Handle case where "MIME-Version: 1.0" statement does not proceed all other MIME statements MAX_BUF increased from 2048 to 8192 for WIN32 Virtual socket # written to log file when created (vsgetsocket) & released (vsclosesocket). Write to file if "MIME-Version" was not seen. vsock released properly in seeclose. Terminating ALT boundary not written if HTML file is passed from memory (not a file) Alternate text in seesendhtml can be file (if prefixed with '@') Added seeencodeutf8 and seedecodeutf8 functions. Delimiters separating addresses and pathnames changed to a semicolon. Added ISO_8859, WIN_1252, and WIN_1255 character set types. Version 3.7: January 17, Terminating ALT boundary not written if HTML file is passed from memory (not a file). Alternate text in seesendhtml can be file (if prefixed with '@') Added seeencodeutf8 and seedecodeutf8 functions AddrDelimiter and PathDelimiter changed to ';' (semicolon) Added QUOTED_WIN_1252 and QUOTED_WIN_1255. User headers written even if no subject Corrected problem: User Content-Type wasn't being sent if no quoting Added SEE_HIDE_HEADERS -- overrides any conflicting flags Fixed problem with "Filename=" extraction. Replaced OF_READ OF_SHARE_DENY_WRITE with OF_SHARE_DENY_WRITE in _lopen Filename added to SEE_CANNOT_CREATE & SEE_CANNOT_OPEN error messages. Multi-line subject headers supported in seeget file. ReadMsgLine uses Allow8Bits to decide if it should quote or not Added SEE_SET_DEFAULT_ZONE Increased buffer size for challenge string in authenticated SMTP connections. Added WriteToLog(), WriteClientTempToLog(), and WriteToLastLog() to centralize log writing. Nulls are replaced by spaces in all incoming data. Added support for "=?US-ASCII?B?" encoded filenames Fixed problem quoting line starting with '.' and having non-ascii characters. Fixed SMTP problem when attaching large number of files (seewritesocket,seewriteline,seewritestring). Added IgnoreErrorStatus (default TRUE) that skips socket error check in STATE_CONNECT Fixed problem with Content-Type prefix (set by SEE_WRITE_CONTENT_TYPE). Scan subjects & filenames for "big5" encoding like iso-8859 Only one of TO, CC, and BCC must contain a recipient. Maximum text line length default increased to Added SEE_REPLACE_WITH_COMMAS to override replacement of delimiters with commas. SEE_FILE_PREFIX parameters set base for attachment file prefixes. Added seeattachmentparams function. Added ISO8859, GB2312, and MParts example programs. 36
37 Version 4.0: June 12, Always an error if "relay", "gateway", or "not local" is in the text of the server s response, regardless of SEE_IGNORE_REJECTED. Forwarded header lines written to message/rfc822 (attachment) file. Each POP3 message optionally saved to disk in raw (undecoded) format in seeget file. Added function seeforward (). Added function seepop3source(). Maximum internal buffer size increased from 8 KB to 16 KB. Alternate boundaries w/o enclosing quotes are supported. FORWARD and Pop3Rd example programs added. Added function seebytetoshort Added function seeshorttobyte Version 5.0: April 8, 2008 (Win32 Version only) Added seeseterrortext.c example program Added LoadLib.c example program. Added IMAP capability. IMAP-only functions are: 1. seeimapconnect : Connect to IMAP server. 2. seeimapflags : Get, set, or delete message flags. 3. seeimapsearch : Search for messages with specified flags. 4. seeimapmsgnumber : Gets message numbers from buffer filled by seeimapsearch. 5. seeimapselectmb : Selects IMAP mailbox. 6. seeimapdeletemb : Delete a mailbox. 7. seeimapcreatemb : Create a new mailbox. 8. seeimaprenamemb : Rename mailboxes. 9. seeimapcopymbmail : Copy messages from selected mailbox to specified mailbox. 10. seeimaplistmb : List all available mailboxes. Added ImapFlagsT, ImapSearch, and ImapMBtest example programs. Pass NULL for filename to seepop3source / seeimapsource to revert back to server processing. Version 5.1: April 27, 2009 (Win32 and Win64 (x64)) versions Fixed code for IMAP_SEARCH_MSG_COUNT in seeimapmsgnumber Appended CR/LF to text returned by seeget uid Fixed problem with STATE_POP3_DELETE (call exiting via STATE_POP3_DELETE_OK) Consider TAB's as ASCII characters (TABIsASCII=1) [bld 6] Added EnableHeaders to enable/disable writing of headers. Don't write blank line after headers (in STATE_SMTP_BODY) if EnableHeaders = 0 Write the # bytes written to mail file in the log file. Never write boundaries to the file. Fixed bug: seeget count works with all IMAP mailboxes (not just InBox) Added seestartprogram and seekillprogram to start/terminate external programs. Fixed problem with blocking mode so connect timeout works. Added seesmtptarget that writes SMTP output to a file. Fixed problem with seesend (w/ attachment) after forwarding . Added Win64 DLL to support x64. 37
38 Version 5.2: February 19, 2010 (Win32 and Win64) versions Added seesleep function (for languages not having a native Sleep call). The HELO command passes the computer name rather than its IP address. Bug Fix: All handles closed before memory blocks are freed. Bug Fix: Multiline "To:" header preserved in incoming . Bug Fix: seesmtptarget now always closes files. Bug Fix: seepop3source now always closes files. Bug Fix: Multiple IMAP response lines now handled properly by seecommand. Added UTF8 character set support (CHARSET_UTF8). Added check for "MX lookup failure" when reading incoming mail. Added check for "Invalid MX record" when reading incoming mail. Changed IMAP list command argument default from ~/ * to "" "*". Added SEE_SET_IMAP_LIST_ARG to seestringparam (sets IMAP list command argument) Added seereadquoted function: reads a file and quotes the contents as it writes to a buffer. Added "Buffer overflow" error code. Added QUOTED_ISO_8859_2 to seeintegerparam for sending ISO_8859_2 encoded s. Added QUOTED_ISO_8859_7 to seeintegerparam for sending ISO_8859_7 encoded s. Added SEE_GUT_ATTACHMENTS to seeintegerparam to remove contents of incoming attachments. Version 6.0: February 1, 2010 Better integration to the Stunnel proxy server. Added seesmtpconnectssl and seepop3connectssl. Added seeisconnected Fixed: Can now have leading period in alternate text. Added SEE_SET_LOCAL_IP (seestringparam) to specify local IP. Added CHARSET_WIN_1250. Changed (default) MaxResponseWait from 10 secs to 25 secs. Added SEE_SET_HELO_STRING. Fixed problem with reading POP3 from file. Add support for ISO and ISO Added support for MinGW GCC compiler. 38
39 Version 7.0: October 24, 2011 Fixed problem decoding some "ISO-8859" subjects Fixed problem with wrong content type when using seepop3rd Fixed problem with seeattachmentparams Added seeimapconnectssl() ParseISO removes iso encoding from incoming Subject, etc. "To:" and "CC:" strings decoded (base64 & quoted) Decode quoted UTF-8 subject strings Replace underscore with blank (RFC2047) in UnQuote Added ".png" to image types NAME_BUF increased from 1024 to 5120 characters. Call seestringparam(chan, SEE_SET_HELO_STRING, '*') to use machine name for HELO string Call seestringparam(chan, SEE_LOG_FILE, "\0") to disable logging Recognizes iso-2022-jp Added seesetproxyssl() Modified seesmtpconnectssl(), seepop3connectssl(), seeimapconnectssl() Use large buffer (64K) for IMAP server response on channel 0 Version 7.1: April 2, 2012 Can pass full pathname for ProxyEXE and ProxyCert in seesetproxyssl. Buffer sizes for ProxyEXE & ProxyCert (seesetproxyssl) increased from 64 to 256 chars. (NOTE: can an no longer pass a null string for PEM certificate) seerelease() kills all running copies of Stunnel started by SEE. Password characters not written to log file (PASS ****) & AUTH transmissions Added SEE_SET_CONNECT_ATTEMPTS that sets max connection attempts (1 to 12) Fixed problem: ImapConnect not returning error if bad login. SEE closes all process handles for all external program started by SEE. Version 7.2: August 23, 2013 Increased the maximum number of channels from 32 to 64. Allow multiple subject lines in incoming . Added SEE_REPLACE_UNDERSCORES to seeintegerparam() to disable replacement of underscores with spaces (RFC2047). Fixed problem with GMAIL IMAP connection. Can now decode Win1255 subjects. seeabort now always closes attachment files. Fixed zone calculation for "half-zones". Added debug info to seeget count(). Added STUNNEL_DISABLE_LOGGING flag to seesetproxyssl() that disables Stunnel logging. Fixed problem with SEE_ADD_HEADER when re-opening connection. Allow attachment filename to have a leading space. Added seegetheader() function with parameters SEE_GET_SUBJECT, SEE_GET_FROM, SEE_GET_REPLT_TO, SEE_GET_TO, and SEE_GET_DATE Added new example programs vc_read and vc_readssl. 39
40 Version 7.3: November 21, 2014 Decodes UTF8 encoded attachment filenames. Diagnostics written to log file if missing '<' or '>' delimiters in addresses. Added SEE_ALLOW_PARTIAL to seeintegerparam which allows PARTIAL commands in IMAP. Added SEE_GET_UIDVALIDITY to seestatistics which returns UID Validity in IMAP. Fixed problem with boundary buffer [64-bit only]. Added seeconfigssl() function which adds lines to the SSL configuration file. Added seeunquote() function that unquotes buffers. Added UTF8 quoting : seeintegerparam(chan, SEE_QUOTED_PRINTABLE, QUOTED_UTF8) 40
SMTP/POP3/IMAP Email Engine Library for Visual Basic. Programmer's Manual
SMTP/POP3/IMAP Email Engine Library for Visual Basic Programmer's Manual (SEE4VB) Version 7.3 December 2, 2014 This software is provided as-is. There are no warranties, expressed or implied. Copyright
SMTP/POP3/IMAP Email Engine Library for Visual FoxPro. Programmer's Manual
SMTP/POP3/IMAP Email Engine Library for Visual FoxPro Programmer's Manual (SEE4FP) Version 7.3 December 9, 2014 This software is provided as-is. There are no warranties, expressed or implied. Copyright
FTP Client Engine Library for Visual dbase. Programmer's Manual
FTP Client Engine Library for Visual dbase Programmer's Manual (FCE4DB) Version 3.3 May 6, 2014 This software is provided as-is. There are no warranties, expressed or implied. MarshallSoft Computing, Inc.
SMTP/POP3/IMAP Email Engine. Users Manual
SMTP/POP3/IMAP Email Engine Users Manual (SEE_USR) Version 7.3 November 21, 2014 This software is provided as-is. There are no warranties, expressed or implied. Copyright (C) 2014 All rights reserved MarshallSoft
DiskPulse DISK CHANGE MONITOR
DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product
isecuremail User Guide for iphone
isecuremail User Guide for iphone Page 1 CONTENTS Chapter 1: Welcome... 4 Chapter 2: Getting Started... 5 Compatability... 5 Preliminary Steps... 5 Setting up a POP3 / IMAP4/ Exchange Email Account...
Python for Series 60 Platform
F O R U M N O K I A Getting Started with Python for Series 60 Platform Version 1.2; September 28, 2005 Python for Series 60 Platform Copyright 2005 Nokia Corporation. All rights reserved. Nokia and Nokia
MarshallSoft AES. (Advanced Encryption Standard) Reference Manual
MarshallSoft AES (Advanced Encryption Standard) Reference Manual (AES_REF) Version 3.0 May 6, 2015 This software is provided as-is. There are no warranties, expressed or implied. Copyright (C) 2015 All
Expedite for Windows Software Development Kit Programming Guide
GXS EDI Services Expedite for Windows Software Development Kit Programming Guide Version 6 Release 2 GC34-3285-02 Fifth Edition (November 2005) This edition replaces the Version 6.1 edition. Copyright
2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET)
2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET) There are three popular applications for exchanging information. Electronic mail exchanges information between people and file
MAPI Connector Overview
The CommuniGate Pro Server can be used as a "service provider" for Microsoft Windows applications supporting the MAPI (Microsoft Messaging API). To use this service, a special Connector library (CommuniGate
GUARD1 PLUS SE Administrator's Manual
GUARD1 PLUS SE Administrator's Manual Version 4.4 30700 Bainbridge Road Solon, Ohio 44139 Phone 216-595-0890 Fax 216-595-0991 [email protected] www.guard1.com i 2010 TimeKeeping Systems, Inc. GUARD1 PLUS
SysPatrol - Server Security Monitor
SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or
Archive Attender Version 3.5
Archive Attender Version 3.5 Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,
Vodafone Email Plus. User Guide for Windows Mobile
Vodafone Email Plus User Guide for Windows Mobile 1 Table of Contents 1 INTRODUCTION... 4 2 INSTALLING VODAFONE EMAIL PLUS... 4 2.1 SETUP BY USING THE VODAFONE EMAIL PLUS ICON...5 2.2 SETUP BY DOWNLOADING
E-mail Settings 1 September 2015
Training Notes 1 September 2015 PrintBoss can be configured to e-mail the documents it processes as PDF attachments. There are limitations to embedding documents in standard e-mails. PrintBoss solves these
System Administration Training Guide. S100 Installation and Site Management
System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5
PageScope Router. Version 1.5. Configuration Guide
PageScope Router Version 1.5 Configuration Guide Table of Contents TABLE OF CONTENTS... 2 1. Introduction...3 1.1 IP Address and Domain Name...3 2. Sending Files to PageScope Router...4 2.1 MFP Device
Installation & Configuration Guide
Installation & Configuration Guide Bluebeam Studio Enterprise ( Software ) 2014 Bluebeam Software, Inc. All Rights Reserved. Patents Pending in the U.S. and/or other countries. Bluebeam and Revu are trademarks
Email Electronic Mail
Email Electronic Mail Electronic mail paradigm Most heavily used application on any network Electronic version of paper-based office memo Quick, low-overhead written communication Dates back to time-sharing
Sharp Remote Device Manager (SRDM) Server Software Setup Guide
Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based
Installation Guide for Pulse on Windows Server 2012
MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software
ireadsmime User Guide For iphone, ipad, and ipod Touch
ireadsmime User Guide For iphone, ipad, and ipod Touch Page 1 CONTENTS Chapter 1: Welcome... 3 Chapter 2: Getting Started... 3 Compatability... 3 Preliminary Steps... 3 Setting up a POP3 / IMAP4 Email
MarshallSoft Client Mailer. Tutorial
MarshallSoft Client Mailer Tutorial Version 5.0 October 20, 2014 This software is provided as-is. There are no warranties, expressed or implied. Copyright (C) 2014 All rights reserved MarshallSoft Computing,
Setting Up ALERE with Client/Server Data
Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,
National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide
National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency
Getting started with IMAP for Aggiemail What is IMAP?
Getting started with IMAP for Aggiemail What is IMAP? IMAP, or Internet Message Access Protocol, lets you download messages from Aggiemail s servers onto your computer so you can access your mail with
Bitrix Site Manager ASP.NET. Installation Guide
Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary
MGC WebCommander Web Server Manager
MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see
Virtual CD v10. Network Management Server Manual. H+H Software GmbH
Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual
PN 00651. Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00
PN 00651 Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00 Connect:Enterprise Secure FTP Client Release Notes Version 1.2.00 First Edition This documentation was prepared to assist licensed
DataFlex Connectivity Kit For ODBC User's Guide. Version 2.2
DataFlex Connectivity Kit For ODBC User's Guide Version 2.2 Newsgroup: news://dataaccess.com/dac-public-newsgroups.connectivity- Kit_Support Internet Address (URL): http://www.dataaccess.com FTP Site:
Installing GFI FAXmaker
Installing GFI FAXmaker System Requirements Before you install GFI FAXmaker, please ensure that the following requirements are met. GFI FAXmaker FAX Server: A Windows 2000, 2003, 2008 server or Windows
Table Of Contents. iii
PASSOLO Handbook Table Of Contents General... 1 Content Overview... 1 Typographic Conventions... 2 First Steps... 3 First steps... 3 The Welcome dialog... 3 User login... 4 PASSOLO Projects... 5 Overview...
How To Use Gfi Mailarchiver On A Pc Or Macbook With Gfi Email From A Windows 7.5 (Windows 7) On A Microsoft Mail Server On A Gfi Server On An Ipod Or Gfi.Org (
GFI MailArchiver for Exchange 4 Manual By GFI Software http://www.gfi.com Email: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples
Install SQL Server 2014 Express Edition
How To Install SQL Server 2014 Express Edition Updated: 2/4/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.
XMailer Reference Guide
XMailer Reference Guide Version 7.00 Wizcon Systems SAS Information in this document is subject to change without notice. SyTech assumes no responsibility for any errors or omissions that may be in this
webmethods Certificate Toolkit
Title Page webmethods Certificate Toolkit User s Guide Version 7.1.1 January 2008 webmethods Copyright & Document ID This document applies to webmethods Certificate Toolkit Version 7.1.1 and to all subsequent
Programming with the Dev C++ IDE
Programming with the Dev C++ IDE 1 Introduction to the IDE Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. As similar IDEs, it offers to the programmer
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,
ATX Document Manager. User Guide
ATX Document Manager User Guide ATX DOCUMENT MANAGER User Guide 2010 CCH Small Firm Services. All rights reserved. 6 Mathis Drive NW Rome, GA 30165 No part of this manuscript may be copied, photocopied,
UNGASS CRIS 2008
version 1.0 UNGASS DATA ENTRY SOFTWARE: GLOBAL REPORTING 2008 TROUBLESHOOTING GUIDE Prepared by UNAIDS Evidence, Monitoring, and Policy Department UNAIDS 20, Avenue Appia 1211 Geneva 27 Switzerland Tel.
Outlook Add-in Deployment Guide
Outlook Add-in Deployment Guide Sophos TOC 3 Contents Introduction...4 Prerequisites...4 Installation...4 Downloading the Outlook Add-in...5 Installing the Add-in on a Single Workstation...5 Installing
IsItUp Quick Start Manual
IsItUp - When you need to know the status of your network Taro Software Inc. Website: www.tarosoft.com Telephone: 703-405-4697 Postal address: 8829 110th Lane, Seminole Fl, 33772 Electronic mail: [email protected]
2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET)
2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET) There are three popular applications for exchanging information. Electronic mail exchanges information between people and file
ITA Mail Archive Setup Guide
This version of ITA Mail Archive is optimized to archive emails on both Microsoft Exchange 2000 and 2003 and 2007 servers. It is highly recommended that ITA Mail Archive should run on a server other than
Table of Contents. Introduction: 2. Settings: 6. Archive Email: 9. Search Email: 12. Browse Email: 16. Schedule Archiving: 18
MailSteward Manual Page 1 Table of Contents Introduction: 2 Settings: 6 Archive Email: 9 Search Email: 12 Browse Email: 16 Schedule Archiving: 18 Add, Search, & View Tags: 20 Set Rules for Tagging or Excluding:
Unisys INFOIMAGE FOLDER ON WINDOWS NT. Connector for Microsoft Exchange. Getting Started Guide
INFOIMAGE FOLDER ON WINDOWS NT Connector for Microsoft Exchange Unisys Getting Started Guide Copyright 1999 Unisys Corporation. All rights reserved. Unisys is a registered trademark of Unisys Corporation.
Exchange Mailbox Protection Whitepaper
Exchange Mailbox Protection Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Exchange add-on comparison... 2 Advantages and disadvantages of the different PST formats... 3 2. How Exchange
KIP Cloud Apps User Guide
KIP Cloud Apps User Guide - 1 - Contents System Requirements... 3 Setup of Cloud (Driverless) Printing... 4 Printer Configuration... 5 Cloud Printing... 8 General Tab... 11 Color Tab... 12 Misc Tab...
3M Command Center. Installation and Upgrade Guide
3M Command Center Installation and Upgrade Guide Copyright 3M, 2015. All rights reserved., 78-8129-3760-1d 3M is a trademark of 3M. Microsoft, Windows, Windows Server, Windows Vista and SQL Server are
WA1826 Designing Cloud Computing Solutions. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1
WA1826 Designing Cloud Computing Solutions Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum
e- storage Mail Archive
e- storage Mail Archive 1 TABLE OF CONTENTS 1.0 OVERVIEW 3 1.1 INTRODUCTION... 3 1.2 REQUIREMENT. 4 2.0 SETUP AND CONFIGURATION. 6 2.1 CREATE NEW ARCHIVE PROFILE. 6 2.1.1 Gmail Account.. 8 2.1.2 Hotmail
StreamServe Persuasion SP4 Connectors
StreamServe Persuasion SP4 Connectors User Guide Rev A StreamServe Persuasion SP4 Connectors User Guide Rev A 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of
National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide
National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.3 Prepared for: Directorate of Preparedness and Response (FEMA) Prepared by:
Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide
Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide September, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Exchange 2010 Outlook Profile Configuration... 1 Outlook Profile
Practice Fusion API Client Installation Guide for Windows
Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction
SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore
SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange InfoStore Backup and Restore feature in
About This Guide... 4. Signature Manager Outlook Edition Overview... 5
Contents About This Guide... 4 Signature Manager Outlook Edition Overview... 5 How does it work?... 5 But That's Not All...... 6 And There's More...... 6 Licensing... 7 Licensing Information... 7 System
DToolsX-DWG. Version: 2007. An ActiveX DLL To Retrieve DWG/DXF information. DToolsX-DWG REFERENCE MANUAL
DToolsX-DWG Version: 2007 An ActiveX DLL To Retrieve DWG/DXF information DToolsX-DWG REFERENCE MANUAL (C)opyright 2000-2007 CADology Limited, UK www.cadology.com License Agreement CADology LIMITED (UK)
StruxureWare Power Monitoring 7.0.1
StruxureWare Power Monitoring 7.0.1 Installation Guide 7EN02-0308-01 07/2012 Contents Safety information 5 Introduction 7 Summary of topics in this guide 7 Supported operating systems and SQL Server editions
User Guide. Time Warner Cable Business Class Cloud Solutions Control Panel. Hosted Microsoft Exchange 2007 Hosted Microsoft SharePoint 2007
Chapter Title Time Warner Cable Business Class Cloud Solutions Control Panel User Guide Hosted Microsoft Exchange 2007 Hosted Microsoft SharePoint 2007 Version 1.1 Table of Contents Table of Contents...
Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08
Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL Installation and System Administrator's Guide 4MASIN450-08 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos and the Sage product
Getting Started Guide. Review system requirements and follow the easy steps in this guide to successfully deploy and test GFI FaxMaker.
Getting Started Guide Review system requirements and follow the easy steps in this guide to successfully deploy and test GFI FaxMaker. The information and content in this document is provided for informational
How To Use The Policy Patrol Archiver Server
POLICY PATROL ARCHIVER FOR ADMINISTRATORS Manual MANUAL Policy Patrol Archiver For Administrators This manual, and the software described in this manual, are copyrighted. No part of this manual or the
FAQ CE 5.0 and WM 5.0 Application Development
FAQ CE 5.0 and WM 5.0 Application Development Revision 03 This document contains frequently asked questions (or FAQ s) related to application development for Windows Mobile 5.0 and Windows CE 5.0 devices.
HP Business Availability Center
HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.05 Business Process Monitor Administration Document Release Date:September 2010 Software Release Date:
10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition
10 STEPS TO YOUR FIRST QNX PROGRAM QUICKSTART GUIDE Second Edition QNX QUICKSTART GUIDE A guide to help you install and configure the QNX Momentics tools and the QNX Neutrino operating system, so you can
InterBase 6. API Guide. Borland/INPRISE. 100 Enterprise Way, Scotts Valley, CA 95066 http://www.interbase.com
InterBase 6 API Guide Borland/INPRISE 100 Enterprise Way, Scotts Valley, CA 95066 http://www.interbase.com Inprise/Borland may have patents and/or pending patent applications covering subject matter in
Merak Outlook Connector User Guide
IceWarp Server Merak Outlook Connector User Guide Version 9.0 Printed on 21 August, 2007 i Contents Introduction 1 Installation 2 Pre-requisites... 2 Running the install... 2 Add Account Wizard... 6 Finalizing
MatrixSSL Getting Started
MatrixSSL Getting Started TABLE OF CONTENTS 1 OVERVIEW... 3 1.1 Who is this Document For?... 3 2 COMPILING AND TESTING MATRIXSSL... 4 2.1 POSIX Platforms using Makefiles... 4 2.1.1 Preparation... 4 2.1.2
TIBCO Slingshot User Guide
TIBCO Slingshot User Guide v1.8.1 Copyright 2008-2010 TIBCO Software Inc. ALL RIGHTS RESERVED. Page 1 September 2, 2011 Documentation Information Slingshot Outlook Plug-in Important Information SOME TIBCO
NVIDIA CUDA GETTING STARTED GUIDE FOR MICROSOFT WINDOWS
NVIDIA CUDA GETTING STARTED GUIDE FOR MICROSOFT WINDOWS DU-05349-001_v6.0 February 2014 Installation and Verification on TABLE OF CONTENTS Chapter 1. Introduction...1 1.1. System Requirements... 1 1.2.
Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0
Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 This document supports the version of each product listed and supports all subsequent versions until the document
Setting Up Email. on Your Touch by HTC
Setting Up Email on Your Touch by HTC Intellectual Property Notices 2007 Sprint Nextel. All rights reserved. No reproduction in whole or in part without prior written approval. SPRINT and other trademarks
TIBCO Spotfire Automation Services 6.5. User s Manual
TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO
Frequently Asked Questions
Frequently Asked Questions Contents Installing Lync 2010 Setting Up Devices Managing Contacts Using Lync 2010 as a Phone Using Lync 2010 with Office Outlook Scheduling Meetings Inviting People to Meetings
Network FAX Driver. Operation Guide
Network FAX Driver Operation Guide About this Operation Guide This Operation Guide explains the settings for the Network FAX driver as well as the procedures that are required in order to use the Network
Forms Printer User Guide
Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting
Building Applications Using Micro Focus COBOL
Building Applications Using Micro Focus COBOL Abstract If you look through the Micro Focus COBOL documentation, you will see many different executable file types referenced: int, gnt, exe, dll and others.
Print/Scan System (U)
Print/Scan System (U) KM-3035/4035/5035 Network Scanner Operation Guide ALWAYS read this Operation Guide thoroughly before use. After reading, maintain it in good condition and keep it
3 Setting up Databases on a Microsoft SQL 7.0 Server
3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other
Studio 5.0 User s Guide
Studio 5.0 User s Guide wls-ug-administrator-20060728-05 Revised 8/8/06 ii Copyright 2006 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,
Configuring your email client to connect to your Exchange mailbox
Configuring your email client to connect to your Exchange mailbox Contents Use Outlook Web Access (OWA) to access your Exchange mailbox... 2 Use Outlook 2003 to connect to your Exchange mailbox... 3 Add
ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000
ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000 Version 3.2 ArcMail Technology 401 Edwards Street, Suite 1601 Shreveport, LA 71101 Support: (888) 790-9252
Employee E-Mail Suite
Employee E-Mail Suite User Guide For Microsoft Dynamics GP Version 2013 125 N. Kickapoo Lincoln, Illinois 62656 integrity-data.com 888.786.6162 **Updated Documentation** visit our website to check for
CentreWare Internet Services Setup and User Guide. Version 2.0
CentreWare Internet Services Setup and User Guide Version 2.0 Xerox Corporation Copyright 1999 by Xerox Corporation. All rights reserved. XEROX, The Document Company, the digital X logo, CentreWare, and
Manual Password Depot Server 8
Manual Password Depot Server 8 Table of Contents Introduction 4 Installation and running 6 Installation as Windows service or as Windows application... 6 Control Panel... 6 Control Panel 8 Control Panel...
Installation Guide for Pulse on Windows Server 2008R2
MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software
1 Login to your CSUF student email account and click on the Settings icon ( ) at the far right.
Connect to Your Student Email: Microsoft Outlook for PC Before you can access your student email account on your e-mail client, you must first enable POP/IMAP features on your student email account and
How To Install An Aneka Cloud On A Windows 7 Computer (For Free)
MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the
ElectricCommander. Technical Notes MS Visual Studio Add-in Integration version 1.5.0. version 3.5 or higher. October 2010
ElectricCommander version 3.5 or higher Technical Notes MS Visual Studio Add-in Integration version 1.5.0 October 2010 This document contains information about the ElectricCommander integration with the
SharePoint Password Change & Expiration 3.0 User Guide
SharePoint Password Change & Expiration 3.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright
MailStore Server 5.0 Documentation
MailStore Server 5.0 Documentation 2010 deepinvent Software GmbH 24. May 2011 Products that are referred to in this document may be either trademarks and/or registered trademarks of the respective owners.
Network Administrator s Guide and Getting Started with Autodesk Ecotect Analysis
Autodesk Ecotect Analysis 2011 Network Administrator s Guide and Getting Started with Autodesk Ecotect Analysis This document describes how to install and activate Autodesk Ecotect Analysis 2011 software
Windows 95, Windows 98, Windows NT 4.0, Windows 2000, or Windows XP. Pentium PC Minimum RAM: 16 MB RAM Windows 95, Windows 98;32 MB RAM Windows NT 4.
Principia Network Installation Instructions Network Installation Requirements Windows 95, Windows 98, Windows NT 4.0, Windows 2000, or Windows XP Pentium PC Minimum RAM: 16 MB RAM Windows 95, Windows 98;32
GETTING STARTED GUIDE Exclaimer Anti-spam
GETTING STARTED GUIDE Exclaimer Anti-spam Getting Started Guide www.exclaimer.com Getting Started Guide - Anti-spam 01/30 Contents About This Guide...2 Anti-spam Overview...3 How does it Work?...3 What
Installation Instruction STATISTICA Enterprise Small Business
Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations
Email Client Configuration Guide
Email Client Configuration Guide Table of Contents Email Configuration...3 Email settings...3 IMAP...3 POP...3 SMTP...3 Process Overview...5 Account set up wizards...5 Anatomy of an email address...5 Why
