The Outlook Plugin is supported on Microsoft Outlook version 2000, 2003, 2007 and 2010 (Outlook 2010 64bit is supported in version 1.6 and latest versions of 1.2.x beta plugin).
The plugin is considered beta and there's currently no built-in help available.
All versions of the plugin require .NET Framework v2 and the VC++ runtime library to work. The .exe's have the runtime library builtin, or set to download it automatically if required. If you want to use the .msi and the library isn't already installed, it can be downloaded from here: vcredist_x86.exe.
This version of plugin will ONLY work with server 1.6 Users of server version 1.5.x, please download latest version of plugin 1.2.x below.
| Type | Machine install | Local User install |
|---|---|---|
| exe | AllardSoftFTAOL_Admin_1.6.11.exe | AllardSoftFTAOL_singleuser_1.6.11.exe |
| msi | AllardSoftFTAOL_Admin_1.6.11.msi | AllardSoftFTAOL_singleuser_1.6.11.msi |
^ Type ^ Machine install ^ Local User install ^
| Type | Machine install | Local User install |
|---|---|---|
| exe | AllardSoftFTAOL_Admin_1.6.05.exe | (not available) |
| msi | AllardSoftFTAOL_Admin_1.6.05.msi | (not available) |
This version of plugin will ONLY work with server 1.6 Users of server version 1.5.x, please download latest version of plugin 1.2.x below.
| Type | Machine install | Local User install |
|---|---|---|
| exe | AllardSoftFTAOL_Admin_1.6.01.exe | AllardSoftFTAOL_singleuser_1.6.01.exe |
| msi | AllardSoftFTAOL_Admin_1.6.01.msi | AllardSoftFTAOL_singleuser_1.6.01.msi |
| Type | Machine install (Recommended) | Local User install |
|---|---|---|
| exe | AllardSoftFTAOL.exe | AllardSoftFTAOL_SingleUser.exe |
| msi | AllardSoftSecureFTA_Admin.msi | AllardSoftSecureFTA_User.msi |
Known issues in the stable beta
Most importantly, lack of OL2010 support. See changes log below. For OL2010, use the current beta.
| Type | Machine install | Local User install |
|---|---|---|
| exe | AllardSoftFTAOL_Admin_1.2.81.exe | AllardSoftFTAOL_singleuser_1.2.81.exe |
| msi | AllardSoftFTAOL_Admin_1.2.81.msi | AllardSoftFTAOL_singleuser_1.2.81.msi |
Known issues in the current beta
On some systems, large files (300MB+) are not always uploaded successfully as HTTP error is produced, when connection goes through proxy servers. You are able to tweak upload behavior using registry configuration settings, see below.
| Type | Machine install | Local User install |
|---|---|---|
| exe | AllardSoftFTAOL_Admin_1.2.74.exe | AllardSoftFTAOL_singleuser_1.2.74.exe |
| msi | AllardSoftFTAOL_Admin_1.2.74.msi | AllardSoftFTAOL_singleuser_1.2.74.msi |
| Type | Machine install | Local User install |
|---|---|---|
| exe | AllardSoftFTAOL_Admin_1.2.73.exe | AllardSoftFTAOL_singleuser_1.2.73.exe |
| msi | AllardSoftFTAOL_Admin_1.2.73.msi | AllardSoftFTAOL_singleuser_1.2.73.msi |
| Type | Machine install | Local User install |
|---|---|---|
| exe | AllardSoftFTAOL_Admin_1.2.71.exe | AllardSoftFTAOL_singleuser_1.2.71.exe |
| msi | AllardSoftFTAOL_Admin_1.2.71.msi | AllardSoftFTAOL_singleuser_1.2.71.msi |
| Type | Machine install | Local User install |
|---|---|---|
| exe | AllardSoftFTAOL_Admin_1.2.69.exe | (not available) |
| msi | AllardSoftFTAOL_Admin_1.2.69.msi | (not available) |
You can copy the following code to .reg file to create stubs for registry settings
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\AllardSoft\SFT]
“AutoUploadInKb”=dword:00002800
“BufferSizeKb”=dword:00000100
“NoCheckValidEmail”=dword:00000000
“Server”=””
“TraceFile”=””
“WriteWebResponse”=””
“UploadUseHttpVersion10”=dword:00000009
“UploadRequestPipelined”=dword:00000009
“UploadRequestKeepAlive”=dword:00000009
“UploadRequestChunked”=dword:00000009
The default setting is to add any attachment above 10Mb as a SecureAttach attachment. To change this, please edit:
HKEY_CURRENT_USER\Software\AllardSoft\SFT, AutoUploadInKb
| Registry Value | Type | Possible Values | Default |
|---|---|---|---|
| DoNotUseTaskPane | DWORD | 0 to use task pane instead of custom region | 1 (use task pane) |
As of version 1.6.11, it is possible to use task pane region instead of custom region. This technique is intended to use when certain addins or other software come with conflict wiht the custom region.
| Registry Value | Type | Possible Values | Default |
|---|---|---|---|
| BufferSizeKb | DWORD | buffer size for upstreaming in KB. Minimum value is 16. (0x010). No maximum. | 256 (0x100) |
| NoCheckValidEmail | DWORD | 1 to disallow checking for valid email on the Settings form | 0 (false) |
| Server | REG_SZ | Set the server in Settings form | |
| TraceFile | REG_SZ | output file for application trace log | |
| WriteWebResponse | REG_SZ | output folder for dumping web responses | |
| UploadUseHttpVersion10 | DWORD | 0 = use HTTP 1.1, 1 = use HTTP 1.0, 9 = default | HTTP 1.0 |
| UploadRequestPipelined | DWORD | 0 = do not use pipeline uploading, 1 = use pipeline uploading, 9 = default. Has no effect if protocol is HTTP 1.0. | do not use |
| UploadRequestKeepAlive | DWORD | 0 = do not use KeepAlive header, 1 = use KeepAlive header, 9 = default. Has no effect if pipelined uploading is in effect, because in this case keep-alive is mandatory. | use KeepAlive |
| UploadRequestChunked | DWORD | 0 = do not use transferencoding=chunked, 1 = use, 9 = default | do not use |
| NOTE: ChunkedEncoding is not supported by any released server version yet, so it should NOT be set to 1. |
By default, version 1.2.69 emulates IE upload headers:
| Registry Value | Set to |
|---|---|
| UploadUseHttpVersion10 | 1 |
| UploadRequestKeepAlive | 1 |
To reconfigure application to use the same mode as in previous versions,
| Registry Value | Set to |
|---|---|
| UploadUseHttpVersion10 | 0 |
| UploadRequestKeepAlive | 0 |
This is the current beta
* Please note that with Outlook 2003 or lower there's no ribbon, and the plugin's user interface may be invisible by default. In that case, use Insert→Secure Attach command to make plugin's user interface visible.