@activepieces/piece-gmail 0.12.2 → 0.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -75
- package/src/i18n/de.json +1 -1
- package/src/i18n/es.json +1 -1
- package/src/i18n/fr.json +1 -1
- package/src/i18n/ja.json +1 -1
- package/src/i18n/nl.json +1 -1
- package/src/i18n/pt.json +1 -1
- package/src/i18n/translation.json +1 -1
- package/src/i18n/zh.json +1 -1
- package/src/lib/actions/search-email-action.d.ts.map +1 -1
- package/src/lib/actions/search-email-action.js +2 -10
- package/src/lib/actions/search-email-action.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,89 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-gmail",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.4",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
|
+
"@activepieces/pieces-common": "0.12.3",
|
|
8
|
+
"@activepieces/pieces-framework": "0.29.0",
|
|
9
|
+
"@activepieces/shared": "0.82.0",
|
|
7
10
|
"dayjs": "1.11.9",
|
|
8
11
|
"googleapis": "129.0.0",
|
|
9
12
|
"googleapis-common": "7.2.0",
|
|
10
13
|
"mailparser": "3.9.3",
|
|
11
14
|
"mime-types": "2.1.35",
|
|
12
15
|
"nodemailer": "8.0.5",
|
|
13
|
-
"tslib": "2.6.2"
|
|
14
|
-
"google-auth-library": "9.15.1",
|
|
15
|
-
"extend": "3.0.2",
|
|
16
|
-
"gaxios": "6.7.1",
|
|
17
|
-
"qs": "6.14.2",
|
|
18
|
-
"url-template": "2.0.8",
|
|
19
|
-
"uuid": "9.0.1",
|
|
20
|
-
"@zone-eu/mailsplit": "5.4.8",
|
|
21
|
-
"encoding-japanese": "2.2.0",
|
|
22
|
-
"he": "1.2.0",
|
|
23
|
-
"html-to-text": "9.0.5",
|
|
24
|
-
"iconv-lite": "0.7.2",
|
|
25
|
-
"libmime": "5.3.7",
|
|
26
|
-
"linkify-it": "5.0.0",
|
|
27
|
-
"punycode.js": "2.3.1",
|
|
28
|
-
"tlds": "1.261.0",
|
|
29
|
-
"mime-db": "1.52.0",
|
|
30
|
-
"base64-js": "1.5.1",
|
|
31
|
-
"ecdsa-sig-formatter": "1.0.11",
|
|
32
|
-
"gcp-metadata": "6.1.1",
|
|
33
|
-
"gtoken": "7.1.0",
|
|
34
|
-
"jws": "4.0.1",
|
|
35
|
-
"https-proxy-agent": "7.0.4",
|
|
36
|
-
"is-stream": "2.0.1",
|
|
37
|
-
"node-fetch": "2.7.0",
|
|
38
|
-
"side-channel": "1.1.0",
|
|
39
|
-
"libbase64": "1.3.0",
|
|
40
|
-
"libqp": "2.1.1",
|
|
41
|
-
"@selderee/plugin-htmlparser2": "0.11.0",
|
|
42
|
-
"deepmerge": "4.3.1",
|
|
43
|
-
"dom-serializer": "2.0.0",
|
|
44
|
-
"htmlparser2": "8.0.2",
|
|
45
|
-
"selderee": "0.11.0",
|
|
46
|
-
"safer-buffer": "2.1.2",
|
|
47
|
-
"uc.micro": "2.1.0",
|
|
48
|
-
"safe-buffer": "5.2.1",
|
|
49
|
-
"google-logging-utils": "0.0.2",
|
|
50
|
-
"json-bigint": "1.0.0",
|
|
51
|
-
"jwa": "2.0.1",
|
|
52
|
-
"agent-base": "7.1.4",
|
|
53
|
-
"debug": "4.4.3",
|
|
54
|
-
"whatwg-url": "5.0.0",
|
|
55
|
-
"es-errors": "1.3.0",
|
|
56
|
-
"object-inspect": "1.13.4",
|
|
57
|
-
"side-channel-list": "1.0.0",
|
|
58
|
-
"side-channel-map": "1.0.1",
|
|
59
|
-
"side-channel-weakmap": "1.0.2",
|
|
60
|
-
"domhandler": "5.0.3",
|
|
61
|
-
"domelementtype": "2.3.0",
|
|
62
|
-
"entities": "4.5.0",
|
|
63
|
-
"domutils": "3.2.2",
|
|
64
|
-
"parseley": "0.12.1",
|
|
65
|
-
"bignumber.js": "9.3.1",
|
|
66
|
-
"buffer-equal-constant-time": "1.0.1",
|
|
67
|
-
"ms": "2.1.3",
|
|
68
|
-
"tr46": "0.0.3",
|
|
69
|
-
"webidl-conversions": "3.0.1",
|
|
70
|
-
"call-bound": "1.0.4",
|
|
71
|
-
"get-intrinsic": "1.3.0",
|
|
72
|
-
"leac": "0.6.0",
|
|
73
|
-
"peberminta": "0.9.0",
|
|
74
|
-
"call-bind-apply-helpers": "1.0.2",
|
|
75
|
-
"es-define-property": "1.0.1",
|
|
76
|
-
"es-object-atoms": "1.1.1",
|
|
77
|
-
"function-bind": "1.1.2",
|
|
78
|
-
"get-proto": "1.0.1",
|
|
79
|
-
"gopd": "1.2.0",
|
|
80
|
-
"has-symbols": "1.1.0",
|
|
81
|
-
"hasown": "2.0.2",
|
|
82
|
-
"math-intrinsics": "1.1.0",
|
|
83
|
-
"dunder-proto": "1.0.1",
|
|
84
|
-
"@activepieces/pieces-common": "0.12.1",
|
|
85
|
-
"@activepieces/pieces-framework": "0.27.2",
|
|
86
|
-
"@activepieces/shared": "0.60.0"
|
|
16
|
+
"tslib": "2.6.2"
|
|
87
17
|
},
|
|
88
18
|
"scripts": {
|
|
89
19
|
"build": "tsc -p tsconfig.lib.json && cp package.json dist/",
|
package/src/i18n/de.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Reply to an existing email.": "Auf eine bestehende E-Mail antworten.",
|
|
13
13
|
"Creates a draft reply to an existing email.": "Erstellt einen Entwurf einer Antwort auf eine bestehende E-Mail.",
|
|
14
14
|
"Get an email via Id.": "Erhalte eine E-Mail über Id.",
|
|
15
|
-
"Find emails using advanced search criteria.
|
|
15
|
+
"Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.": "E-Mails mithilfe erweiterter Suchkriterien finden. Wenn keine Filter zur Verfügung gestellt werden, werden die neuesten E-Mails zurückgegeben.",
|
|
16
16
|
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
17
17
|
"Receiver Email (To)": "Empfänger E-Mail (An)",
|
|
18
18
|
"CC Email": "CC E-Mail",
|
package/src/i18n/es.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Reply to an existing email.": "Responder a un correo electrónico existente.",
|
|
13
13
|
"Creates a draft reply to an existing email.": "Crea un borrador de respuesta a un correo electrónico existente.",
|
|
14
14
|
"Get an email via Id.": "Obtener un correo electrónico a través de Id.",
|
|
15
|
-
"Find emails using advanced search criteria.
|
|
15
|
+
"Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.": "Encontrar correos electrónicos usando criterios de búsqueda avanzados. Si no se proporcionan filtros, se devuelven los últimos correos electrónicos.",
|
|
16
16
|
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
17
17
|
"Receiver Email (To)": "Email del receptor (Para)",
|
|
18
18
|
"CC Email": "Email CC",
|
package/src/i18n/fr.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Reply to an existing email.": "Répondre à un e-mail existant.",
|
|
13
13
|
"Creates a draft reply to an existing email.": "Crée une ébauche de réponse à un e-mail existant.",
|
|
14
14
|
"Get an email via Id.": "Recevez un e-mail via Id.",
|
|
15
|
-
"Find emails using advanced search criteria.
|
|
15
|
+
"Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.": "Trouver des e-mails en utilisant des critères de recherche avancés. Si aucun filtre n'est fourni, les derniers e-mails sont retournés.",
|
|
16
16
|
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un endpoint spécifique",
|
|
17
17
|
"Receiver Email (To)": "E-mail du destinataire (À)",
|
|
18
18
|
"CC Email": "E-mail CC",
|
package/src/i18n/ja.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Reply to an existing email.": "既存のメールに返信します。",
|
|
13
13
|
"Creates a draft reply to an existing email.": "既存のメールへの下書き返信を作成します。",
|
|
14
14
|
"Get an email via Id.": "ID でメールを受信します。",
|
|
15
|
-
"Find emails using advanced search criteria.
|
|
15
|
+
"Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.": "高度な検索条件を使用してメールを検索します。フィルタが指定されていない場合は、最新のメールが返されます。",
|
|
16
16
|
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
17
17
|
"Receiver Email (To)": "受信者メールアドレス (宛先)",
|
|
18
18
|
"CC Email": "CCメール",
|
package/src/i18n/nl.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Reply to an existing email.": "Reageer op een bestaande e-mail.",
|
|
13
13
|
"Creates a draft reply to an existing email.": "Maakt een conceptantwoord op een bestaand e-mailadres.",
|
|
14
14
|
"Get an email via Id.": "Ontvang een e-mail via Id.",
|
|
15
|
-
"Find emails using advanced search criteria.
|
|
15
|
+
"Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.": "Zoek e-mails met behulp van geavanceerde zoekcriteria. Als er geen filters zijn opgegeven, worden de nieuwste e-mails geretourneerd.",
|
|
16
16
|
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
17
17
|
"Receiver Email (To)": "Ontvanger E-mail (Aan)",
|
|
18
18
|
"CC Email": "CC e-mail",
|
package/src/i18n/pt.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Reply to an existing email.": "Responda a um e-mail existente.",
|
|
13
13
|
"Creates a draft reply to an existing email.": "Cria uma resposta de rascunho para um e-mail existente.",
|
|
14
14
|
"Get an email via Id.": "Recebe um e-mail via Id.",
|
|
15
|
-
"Find emails using advanced search criteria.
|
|
15
|
+
"Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.": "Encontrar e-mails usando critérios avançados de pesquisa. Se nenhum filtro for fornecido, os e-mails mais recentes serão retornados.",
|
|
16
16
|
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
17
17
|
"Receiver Email (To)": "E-mail do destinatário (Para)",
|
|
18
18
|
"CC Email": "E-mail em CC",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Reply to an existing email.": "Reply to an existing email.",
|
|
13
13
|
"Creates a draft reply to an existing email.": "Creates a draft reply to an existing email.",
|
|
14
14
|
"Get an email via Id.": "Get an email via Id.",
|
|
15
|
-
"Find emails using advanced search criteria.
|
|
15
|
+
"Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.": "Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.",
|
|
16
16
|
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
17
17
|
"Receiver Email (To)": "Receiver Email (To)",
|
|
18
18
|
"CC Email": "CC Email",
|
package/src/i18n/zh.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Reply to an existing email.": "Reply to an existing email.",
|
|
13
13
|
"Creates a draft reply to an existing email.": "Creates a draft reply to an existing email.",
|
|
14
14
|
"Get an email via Id.": "Get an email via Id.",
|
|
15
|
-
"Find emails using advanced search criteria.
|
|
15
|
+
"Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.": "Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.",
|
|
16
16
|
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
17
17
|
"Receiver Email (To)": "Receiver Email (To)",
|
|
18
18
|
"CC Email": "CC Email",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-email-action.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/search-email-action.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"search-email-action.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/search-email-action.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;EA2MhC,CAAC"}
|
|
@@ -11,7 +11,7 @@ exports.gmailSearchMailAction = (0, pieces_framework_1.createAction)({
|
|
|
11
11
|
auth: auth_1.gmailAuth,
|
|
12
12
|
name: 'gmail_search_mail',
|
|
13
13
|
displayName: 'Find Email',
|
|
14
|
-
description: 'Find emails using advanced search criteria.
|
|
14
|
+
description: 'Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.',
|
|
15
15
|
props: {
|
|
16
16
|
from: props_1.GmailProps.from,
|
|
17
17
|
to: props_1.GmailProps.to,
|
|
@@ -105,17 +105,9 @@ exports.gmailSearchMailAction = (0, pieces_framework_1.createAction)({
|
|
|
105
105
|
queryParts.push(`before:${beforeDateStr}`);
|
|
106
106
|
}
|
|
107
107
|
const searchQuery = queryParts.join(' ');
|
|
108
|
-
if (!searchQuery.trim()) {
|
|
109
|
-
throw new Error('Please provide at least one search criterion');
|
|
110
|
-
}
|
|
111
108
|
const maxResults = Math.min(Math.max(context.propsValue.max_results || 10, 1), 500);
|
|
112
109
|
try {
|
|
113
|
-
const searchResponse = yield gmail.users.messages.list({
|
|
114
|
-
userId: 'me',
|
|
115
|
-
q: searchQuery,
|
|
116
|
-
maxResults: maxResults,
|
|
117
|
-
includeSpamTrash: context.propsValue.include_spam_trash,
|
|
118
|
-
});
|
|
110
|
+
const searchResponse = yield gmail.users.messages.list(Object.assign(Object.assign({ userId: 'me' }, (searchQuery.trim() ? { q: searchQuery } : {})), { maxResults: maxResults, includeSpamTrash: context.propsValue.include_spam_trash }));
|
|
119
111
|
const messages = searchResponse.data.messages || [];
|
|
120
112
|
if (messages.length === 0) {
|
|
121
113
|
return {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-email-action.js","sourceRoot":"","sources":["../../../../src/lib/actions/search-email-action.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,kCAAwD;AACxD,2CAAoC;AACpC,yCAAgE;AAChE,2CAA6C;AAGhC,QAAA,qBAAqB,GAAG,IAAA,+BAAY,EAAC;IAChD,IAAI,EAAE,gBAAS;IACf,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,YAAY;IACzB,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"search-email-action.js","sourceRoot":"","sources":["../../../../src/lib/actions/search-email-action.ts"],"names":[],"mappings":"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"}
|