update auf version 1.2.8
This commit is contained in:
parent
9ecb75888c
commit
28fe2c02a4
4 changed files with 27 additions and 3 deletions
23
README.md
23
README.md
|
|
@ -54,6 +54,29 @@ Es gibt ein Email Konto das wir für den Import von Rechnungen nutzen
|
||||||
SMTP Smtp.office365.com 587 STARTTLS
|
SMTP Smtp.office365.com 587 STARTTLS
|
||||||
|
|
||||||
|
|
||||||
|
** Umstellung Outlook via OAuth **
|
||||||
|
|
||||||
|
passwort=A6x8Q~EWVUyt~gfyTHtIJf4ig.F9tajUpEEXMaCL
|
||||||
|
server name ist egal
|
||||||
|
|
||||||
|
Additional Options:
|
||||||
|
|
||||||
|
imap.authenticator=org.imixs.archive.importer.mail.IMAPBasicAuthenticator
|
||||||
|
microsoft.tenantid=51e2f038-0a96-41be-801d-bb4118aa018e
|
||||||
|
microsoft.clientid=39e9eec5-6939-47dc-9729-3438a9898e63
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Outlook Alt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
server=outlook.office365.com
|
||||||
|
port=993
|
||||||
|
user=imixs@alexander-logistics.com
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
$ mvn clean install -Pdocker
|
$ mvn clean install -Pdocker
|
||||||
|
|
|
||||||
5
pom.xml
5
pom.xml
|
|
@ -24,8 +24,9 @@
|
||||||
<org.imixs.workflow.version>5.2.16</org.imixs.workflow.version>
|
<org.imixs.workflow.version>5.2.16</org.imixs.workflow.version>
|
||||||
<org.imixs.marty.version>4.2.3</org.imixs.marty.version>
|
<org.imixs.marty.version>4.2.3</org.imixs.marty.version>
|
||||||
<org.imixs.office.version>4.5.3</org.imixs.office.version>
|
<org.imixs.office.version>4.5.3</org.imixs.office.version>
|
||||||
<org.imixs.adapters.version>2.3.1-SNAPSHOT</org.imixs.adapters.version>
|
<org.imixs.adapters.version>2.3.1</org.imixs.adapters.version>
|
||||||
<org.imixs.archive.version>2.2.14-SNAPSHOT</org.imixs.archive.version>
|
<!-- 2.2.14 -->
|
||||||
|
<org.imixs.archive.version>2.3.0-SNAPSHOT</org.imixs.archive.version>
|
||||||
<org.imixs.melman.version>1.0.20</org.imixs.melman.version>
|
<org.imixs.melman.version>1.0.20</org.imixs.melman.version>
|
||||||
<org.imixs.ml.version>1.1.6-SNAPSHOT</org.imixs.ml.version>
|
<org.imixs.ml.version>1.1.6-SNAPSHOT</org.imixs.ml.version>
|
||||||
<microprofile.version>2.2</microprofile.version>
|
<microprofile.version>2.2</microprofile.version>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue