Skip to content

Commit f4d4a5d

Browse files
authored
Adding the MailClientLibrary to the libraries list #299 (#301)
1 parent 013c616 commit f4d4a5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/resources/libraries.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ export default () => ([
199199
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.',
200200
tags: ['windows', 'ui']
201201
},
202+
{
203+
name: 'Robotframework-MailClientLibrary',
204+
href: 'https://github.com/noubar/RobotFramework-MailClientLibrary',
205+
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.',
206+
tags: ['mail', 'imap', 'smtp', 'pop3', 'ssl']
207+
},
202208
{
203209
name: 'RPA framework',
204210
href: 'https://github.com/robocorp/rpaframework',

0 commit comments

Comments
 (0)