Skip to content

Commit 88e61d2

Browse files
author
Fujimoto Seiji
committed
Translate the manual into English and Chinese
Signed-off-by: Fujimoto Seiji <[email protected]>
1 parent 1d6b544 commit 88e61d2

27 files changed

+2494
-3
lines changed

doc/Guide/FlexConfirmMailGuide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ titlepage-rule-height: 2
2323
FlexConfirmMail for Outlook (本文書では FlexConfirmMail と呼びます)とは、
2424
誤送信を防止するためのオープンソースのOutlookアドオンです。
2525

26-
**ハイライト**
26+
**主な機能**
2727

2828
* メールの送信時に、宛先と添付ファイルを確認するダイアログを表示します。
29-
* チェックリスト形式で確認することで送信ミスを防ぎます
30-
* 設定を通じて細かく挙動を調整することが可能です
29+
* チェックリスト形式で見やすく確認することができるので、送信ミスを効果的に防げます
30+
* 確認時の挙動は設定を通じて細かく調整することが可能です
3131

3232
## システム要件
3333

+170
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
---
2+
CJKmainfont: Noto Sans CJK JP
3+
CJKoptions:
4+
- BoldFont=Noto Sans CJK JP Bold
5+
title: FlexConfirmMail for Outlook \newline Administrator Guide v22.0
6+
author: ClearCode Inc.
7+
date: 2022-04
8+
logo: fcm-logo.png
9+
logo-width: 300
10+
titlepage: true
11+
colorlinks: true
12+
toc-title: Table of Contents
13+
toc-own-page: true
14+
code-block-font-size: \footnotesize
15+
listings-disable-line-numbers: true
16+
footnotes-pretty: true
17+
titlepage-rule-color: "AA0000"
18+
titlepage-rule-height: 2
19+
---
20+
21+
# What is FlexConfirmMail?
22+
23+
FlexConfirmMail for Outlook ("FlexConfirmMail" in this document)
24+
is an open-source Outlook add-in that prevents human errors in
25+
email correspondences.
26+
27+
**Highlights**
28+
29+
* Show a dialog box to review recipients and attachments when sending a message.
30+
* Provide an easy-to-follow checklist to help users avoid common mistakes.
31+
* Almost anything in FlexConfirmMail is tweakable through options.
32+
33+
## System Requirements
34+
35+
FlexConfirmMail supports the following platforms.
36+
37+
| Item | Supported Version |
38+
| ---------------- | ------------------ |
39+
| System | Microsoft Windows 7/8/8.1/10/11 |
40+
| Application | Office 2013/2016/2019, Microsoft365 (Desktop App) |
41+
42+
## List of files in the installer
43+
44+
FlexConfirmMail consists of the following files:
45+
46+
| File | Contents |
47+
| ---------------------------- | ----------------------------------- |
48+
| FlexConfirmMail.dll | FlexConfirmMail |
49+
| FlexConfirmMail.dll.manifest | FlexConfirmMail Manifest |
50+
| FlexConfirmMail.vsto | Outlook Addin manifest |
51+
| fcm.ico | Icon file |
52+
| unins000.exe | Uninstaller |
53+
| unins000.dat | Uninstaller |
54+
| Microsoft.Office.Tools.Common.v4.0.Utilities.dll | VSTO library |
55+
| Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll | VSTO library |
56+
57+
\newpage
58+
59+
# Installation
60+
61+
This chapter explains how to install (and uninstall) FlexConfirmMail.
62+
63+
## How to install FlexConfirmMail
64+
65+
1. Move FlexConfirmMailSetup.exe to the target machine.
66+
67+
2. Execute the installer and complete the wizard.
68+
69+
![](installer.png){width=400}
70+
71+
3. Select "file > options" and confirm that FlexConfirmMail is listed as an enabled add-in.
72+
73+
![](option.png){width=400}
74+
75+
## How to uninstall FlexConfirmMail
76+
77+
1. Launch "Add or Remove Programs" on Windows.
78+
79+
2. Select FlexConfirmMail and choose "Uninstall".
80+
81+
\newpage
82+
83+
# Configuration
84+
85+
* FlexConfirmMail settings can be changed from the Outlook ribbon icon.
86+
87+
![](Ribbon.png){width=400}
88+
89+
* Configuration files are stored in `%AppData%\FlexConfirmMail`.
90+
91+
## How to configure trusted domains
92+
93+
1. Click "FlexConfirmMail Options" in the Home tab
94+
95+
2. Open "Trusted Domains" tab, and add domains.
96+
97+
![](TrustedDomains.png){width=400}
98+
99+
3. Click "Save and Exit" to finish the configuration.
100+
101+
## How to configure unsafe domains
102+
103+
Set the list of domains to show "unsafe recipients" warnings.
104+
105+
1. Click "FlexConfirmMail Options" in the Home tab.
106+
107+
2. Click "Unsafe Domains", and add domains.
108+
109+
![](UnsafeDomains.png){width=400}
110+
111+
3. Click "Save and Exit" to finish the configuration.
112+
113+
**Example**
114+
115+
![](UnsafeDomainsExample.png){width=450}
116+
117+
## How to configure unsafe files
118+
119+
Set the list of keywords to show "unsafe filename" warnings.
120+
121+
1. Click "FlexConfirmMail Options" in the Home tab.
122+
123+
2. Click "Unsafe Files", and add keywords.
124+
125+
![](UnsafeFiles.png){width=450}
126+
127+
3. Click "Save and Exit" to finish the configuration.
128+
129+
**Example**
130+
131+
![](UnsafeFilesExample.png){width=450}
132+
133+
\newpage
134+
135+
# FAQ
136+
137+
## How to install FlexConfirmMail silently
138+
139+
If you want to install FlexConfirmMail silently (without showing any dialog),
140+
use `/SILENT` option as follows:
141+
142+
```
143+
% FlexConfirmMailSetup.exe /SILENT
144+
```
145+
146+
## How to prevent FlexConfirmMail being disabled automatically
147+
148+
Office 2013 or later contains an optimization feature that automatically
149+
disables addons detected as being slow.
150+
151+
To prevent FlexConfirmMail from being disabled unexpectedly, please set
152+
the following configuration:
153+
154+
1. Open Group Policy Editor, and select "User Configuration".
155+
156+
2. Select "Administrative Template > Microsoft Outlook 2016 > Miscellaneous".
157+
158+
3. Click "List of managed add-ins".
159+
160+
4. Enable the configuration and click "Show".
161+
162+
5. Add `FlexConfirmMail` and set its value to `1`.
163+
164+
![](resiliency.png){width=300}
165+
166+
6. Click "OK".
167+
168+
For more details, please read Microsoft's official documentation:
169+
170+
https://docs.microsoft.com/en-US/office/vba/outlook/Concepts/Getting-Started/support-for-keeping-add-ins-enabled

doc/Guide_En/Makefile

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PANDOC_OPT_PDF= --toc-depth=2 -N --table-of-contents -f markdown+autolink_bare_uris \
2+
--listings \
3+
--template=eisvogel.tex \
4+
-V documentclass=ltjsarticle \
5+
-V classoption=titlepage \
6+
--pdf-engine=xelatex
7+
8+
all: FlexConfirmMailGuideEn.pdf
9+
10+
%.pdf: %.md
11+
pandoc ${PANDOC_OPT_PDF} -o $@ < $^
12+
13+
clean:
14+
rm -f *.pdf
15+
16+
.PHONY: all clean

doc/Guide_En/Ribbon.png

67.6 KB
Loading

doc/Guide_En/TrustedDomains.png

137 KB
Loading

doc/Guide_En/UnsafeDomains.png

141 KB
Loading

doc/Guide_En/UnsafeDomainsExample.png

36.2 KB
Loading

doc/Guide_En/UnsafeFiles.png

136 KB
Loading

doc/Guide_En/UnsafeFilesExample.png

48.9 KB
Loading

0 commit comments

Comments
 (0)