Rodolfo García Peñas (kix)
1ff54e7a7c
IMAP.py Get the server response right
...
Now, the server response is in a list of strings. We need the second
string, so we need read the [1].
Previously, was a list of tuples, so, we used [0][1].
2020-09-01 18:21:27 +02:00
..
2020-09-01 18:21:27 +02:00
2020-08-30 14:25:55 +02:00
2020-08-30 18:12:17 +02:00
2020-08-30 18:14:15 +02:00
2020-08-29 20:04:40 +02:00
2020-08-30 18:19:05 +02:00
2020-08-30 18:20:07 +02:00
2020-08-30 18:21:00 +02:00
2020-08-29 20:15:55 +02:00
2020-08-29 20:16:35 +02:00
2020-08-31 18:12:29 +02:00
2020-08-30 18:37:09 +02:00
2020-08-30 18:43:22 +02:00
2020-08-31 16:24:26 +02:00
2020-08-30 18:52:56 +02:00
2020-08-30 18:53:02 +02:00
2020-08-30 18:54:52 +02:00