Crispin Stichart

Results 5 comments of Crispin Stichart

> For GreenMail 1.6.x, you need to actually add it to the JAR in the container image (so that it is found first in the class path, before the shipped...

Okay, cool. I'll give it a shot. ^_^

Well, that was easy -- it turns out that support for Gmail labels (which was the only thing I care about) was added to `imap-proto` a couple of months ago....

Thank, djc! I made a pull request for this: https://github.com/jonhoo/rust-imap/pull/225

Somewhat related, `day_of_week` also doesn't take into account `_WEEK_STARTS_AT` and `_WEEK_ENDS_AT`. `day_of_week` calls `datetime.date.isoweekday()` (which returns 1-7, with 1 being Monday) and then mods it by 7. Now, it's nice...