diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 2b579bf22..e350d50be 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -199,6 +199,12 @@ export default () => ([ description: 'Robotframework-FlaUI is a keyword based user interface automation testing library for Windows applications like Win32, WinForms, WPF or Store Apps. It\'s based on the FlaUI user interface automation library.', tags: ['windows', 'ui'] }, + { + name: 'Robotframework-MailClientLibrary', + href: 'https://github.com/noubar/RobotFramework-MailClientLibrary', + description: 'The Robotframework-MailClientLibrary is a keyword-based mail client library that supports testing of mail protocols, including IMAP, POP3, and SMTP with or without SSL connection.', + tags: ['mail', 'imap', 'smtp', 'pop3', 'ssl'] + }, { name: 'RPA framework', href: 'https://github.com/robocorp/rpaframework',