mlsad3

Results 11 issues of mlsad3

Hi, This library looks really cool. Unfortunately I hit a snag when I try to use 'immutable'. For example: await start(); const res1 = await job(() => { let i...

Match on arbitrary header and value. Resolves #36, allows matching on any header and value. ``` (header X-Custom-Header /value/) ``` As we use `GmailMessage.getHeader` function, the header name used in...

Allow matching message thread details. Create rules that can match an email thread's details. Thread details include: - `(thread label ABC/xyz)` - `(thread is_important)` - `(thread is_in_inbox)` - `(thread is_in_priority_inbox)`...

Currently Sender only matches on 'from'. This PR resolves #35 by making Sender match: - reply_to - from - sender - X-Original-Sender This is similar to the functionality we have...

Allow rules with no actions. Rows in the rules sheet can match a mail, but do not need to specify actions. @aaronj1335 and @ranmocy, This is just a different way...

When I first tried running the sheet (selecting either `Process now`), it failed, saying it had no permissions to `Session.getActiveUser`. So I added `Session.getActiveUser().getEmail()` as the first line inside `function...

I have a new civilization with two cities. One of them was building a trader (I'm only allowed 1 trader at this point of the game). An opponent AI captured...

bug

Hi @ranmocy , gmail-automata has a lot of love for those who use it in overly-burdened email environments (like at your last employer). I feel like you have so much...

Hi @aaronj1335, We have some users who are not wanting to have parent labels created (#57). This Issue is to track adding a configuration for the feature (so it can...

@ranmocy and @aaronj1335 As per #72, This adds a config for parent_labeling. By default it is True. This PR should also include modifying the Sheet's Config page to have the...