ReadEmail

Frends task, that allows to read emails from IMAP server and

Task version: 2.1.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code: https://github.com/FrendsPlatform/Frends.IMAParrow-up-right

Task Parameters

Name
Description

Host : String

Host address

Default: imap.frends.com Example: imap.frends.com

Port : Int32

Host port

Default: 993 Example: 993

UseSSL : Boolean

Use SSL or not

Default: True Example: true

AcceptAllCerts : Boolean

Controls whether task will save attachments to designated directory or not

Default: False Example: false

UserName : String

Account name to login with

Default: accountName Example: user

🗝Password : String

Account password

Default: - Example: ***

Task Result

Name
Description

Emails : List<EmailMessage>

List of emails that were retrieved.

Task Changelog

Changelog for Task Frends.IMAP.ReadEmail.

[2.1.0] - 2026-02-23

Fixed

  • Ensure FrendsTaskMetadata.json is included in NuGet package

[2.0.0] - 2023-06-12

Fixed

  • Fixed task not handling attachments at all (#3).

  • Added better description of task.

Changed

  • Breaking change! Result is change from just a list of messages to a wrapper that contains an Emails subproperty with the list of messages.

[1.0.0] - 2022-02-09

Added

  • Initial implementation

Last updated

Was this helpful?