Skip to content

Commit ac880e1

Browse files
authored
Merge pull request #273 from ppodgorsek/issue-261
Issue #261 - Imap library error
2 parents 725d44e + 37560c3 commit ac880e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV FAKER_VERSION 5.0.0
3131
ENV FIREFOX_VERSION 68
3232
ENV FTP_LIBRARY_VERSION 1.9
3333
ENV GECKO_DRIVER_VERSION v0.26.0
34-
ENV IMAP_LIBRARY_VERSION 0.3.0
34+
ENV IMAP_LIBRARY_VERSION 0.3.6
3535
ENV PABOT_VERSION 1.2.1
3636
ENV REQUESTS_VERSION 0.6.6
3737
ENV ROBOT_FRAMEWORK_VERSION 3.1.2
@@ -73,7 +73,7 @@ RUN apk update \
7373
robotframework-databaselibrary==$DATABASE_LIBRARY_VERSION \
7474
robotframework-faker==$FAKER_VERSION \
7575
robotframework-ftplibrary==$FTP_LIBRARY_VERSION \
76-
robotframework-imaplibrary==$IMAP_LIBRARY_VERSION \
76+
robotframework-imaplibrary2==$IMAP_LIBRARY_VERSION \
7777
robotframework-pabot==$PABOT_VERSION \
7878
robotframework-requests==$REQUESTS_VERSION \
7979
robotframework-seleniumlibrary==$SELENIUM_LIBRARY_VERSION \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The versions used are:
1919
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2
2020
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0
2121
* [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9
22-
* [Robot Framework IMAPLibrary](https://github.com/rickypc/robotframework-imaplibrary) 0.3.0
22+
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.3.6
2323
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.2.1
2424
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.6.6
2525
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 4.3.0

0 commit comments

Comments
 (0)