-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pilerimport uses libcurl to download emails from imap server (#211)
* pilerimport uses libcurl to download emails from imap server Signed-off-by: Janos SUTO <sj@acts.hu> * Curl SSL setup moved to a macro Signed-off-by: Janos SUTO <sj@acts.hu> * Introduced verifyssl option to piler.conf Signed-off-by: Janos SUTO <sj@acts.hu> * Dont verify imap ssl cert for github actions tests Signed-off-by: Janos SUTO <sj@acts.hu> * pilerimport shall remove processed emails after download Signed-off-by: Janos SUTO <sj@acts.hu> --------- Signed-off-by: Janos SUTO <sj@acts.hu>
- Loading branch information
Showing
11 changed files
with
484 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,6 +107,8 @@ struct config { | |
|
||
int max_message_size; | ||
uint64 max_smtp_memory; | ||
|
||
int verifyssl; | ||
}; | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.