Sebb

Results 215 comments of Sebb

It would probably be worth recording the following email meta-data as well: - email-from - message-id - date This would make it easier to link back to the original email....

Fixed, seeL https://issues.apache.org/jira/browse/COMPRESS-675

Have you tried: Mail.find(keys: "ALL", order: :desc, count: 20, what: :last) ?

According to the setup.py code, the notifications doc type is not set up with the list_raw attribute, which is presumably why the archiver does not try to populate it when...

If the list view is changed to Flat, then the entries sometimes show the list name in 'Compact' mode, and sometimes don't. In flat/default mode, only the sender is shown

I don't think the discrepancy needs to be displayed. Just sorting by arrival time would help to show which messages have arrived recently.

No, I think Ponymail should not change the emails that it stores.

It looks like importlib.util.find_spec() does not scan for packages the same way as import.

Why not just use import and catch the errors? This will mean importing modules that are not needed by setup, but does that matter?