|
|
@@ -12,7 +12,7 @@ module Agents
|
12
|
12
|
|
13
|
13
|
The ImapFolderAgent checks an IMAP server in specified folders
|
14
|
14
|
and creates Events based on new mails found since the last run.
|
15
|
|
- In the first visit to a foler, this agent only checks for the
|
|
15
|
+ In the first visit to a folder, this agent only checks for the
|
16
|
16
|
initial status and does not create events.
|
17
|
17
|
|
18
|
18
|
Specify an IMAP server to connect with `host`, and set `ssl` to
|
|
|
@@ -45,8 +45,8 @@ module Agents
|
45
|
45
|
specified, will be chosen as the "body" value in a created
|
46
|
46
|
event.
|
47
|
47
|
|
48
|
|
- Named captues will appear in the "matches" hash in a created
|
49
|
|
- event.
|
|
48
|
+ Named captures will appear in the "matches" hash in a
|
|
49
|
+ created event.
|
50
|
50
|
|
51
|
51
|
- "from", "to", "cc"
|
52
|
52
|
|