36 lines
537 B
Markdown
36 lines
537 B
Markdown
|
# Tests
|
||
|
|
||
|
### 1. Conductor
|
||
|
+ Set start event
|
||
|
+ Get ready events
|
||
|
+ Set first step event
|
||
|
+ Get first step ready
|
||
|
+ Set second step event
|
||
|
+ Get second step ready
|
||
|
|
||
|
### 2. Email
|
||
|
+ Connect to IMAP
|
||
|
+ Wrong data
|
||
|
+ Wrong configuration
|
||
|
+ Get mailboxes
|
||
|
+ Get mail ids with search
|
||
|
+ Get mails by id
|
||
|
+ Get mail by id
|
||
|
+ Get attachment
|
||
|
+ Close connection
|
||
|
|
||
|
### 3. API Sender
|
||
|
+ Get attachments
|
||
|
+ Process
|
||
|
+ Send to API
|
||
|
|
||
|
|
||
|
## Steps
|
||
|
1. Start
|
||
|
+ Connect
|
||
|
+ Standby
|
||
|
2. Find emails, get attachments
|
||
|
3. Process attachments
|
||
|
4. Send to API
|
||
|
5. Close
|