You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/06/24 12:45:33 UTC

[hop] branch master updated (de64ffe00f -> 1fd5f6d8cd)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


    from de64ffe00f Merge pull request #1547 from apache/dependabot/maven/plugins/databases/mysql/mysql-mysql-connector-java-8.0.28
     new c2328d8f9f Add support for XOAUTH2
     new 2ace30fffa HOP-4016: add XOAUTH to the remaining mail actions/transforms and update docs
     new 1fd5f6d8cd Merge pull request #1552 from gkfabs/gkfabs/master

The 4148 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ROOT/pages/pipeline/transforms/emailinput.adoc |   1 +
 .../ROOT/pages/pipeline/transforms/mail.adoc       |   1 +
 .../ROOT/pages/workflow/actions/getpop.adoc        |   2 +
 .../modules/ROOT/pages/workflow/actions/mail.adoc  |   1 +
 .../hop/workflow/actions/getpop/ActionGetPOP.java  |  13 +
 .../actions/getpop/ActionGetPOPDialog.java         |  32 ++-
 .../workflow/actions/getpop/MailConnection.java    |  15 ++
 .../getpop/messages/messages_en_US.properties      |   4 +-
 .../actions/getpop/MailConnectionTest.java         |   1 +
 .../hop/workflow/actions/mail/ActionMail.java      | 151 ++++++++---
 .../workflow/actions/mail/ActionMailDialog.java    |  30 ++-
 .../mail/messages/messages_en_US.properties        | 172 ++++++------
 .../apache/hop/pipeline/transforms/mail/Mail.java  |  26 +-
 .../hop/pipeline/transforms/mail/MailDialog.java   |  29 +-
 .../hop/pipeline/transforms/mail/MailMeta.java     | 146 ++++++++---
 .../mail/messages/messages_en_US.properties        | 292 +++++++++++----------
 .../pipeline/transforms/mailinput/MailInput.java   |   1 +
 .../transforms/mailinput/MailInputDialog.java      |  38 ++-
 .../transforms/mailinput/MailInputMeta.java        |  19 ++
 .../mailinput/messages/messages_en_US.properties   |   2 +
 20 files changed, 655 insertions(+), 321 deletions(-)