This is an automated email from the ASF dual-hosted git repository. holivier pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 5f56177d0276f8ad03cf0aac7ce2f352ec3243c1 Author: holivier <[email protected]> AuthorDate: Fri Apr 10 16:07:50 2020 +0200 Documented: Framework/base migration to asciidoc (OFBIZ-11587) Delete docbook files --- framework/base/documents/FrameworkBase.xml | 32 -------------------- framework/base/documents/ReceivingEmail.xml | 46 ----------------------------- 2 files changed, 78 deletions(-) diff --git a/framework/base/documents/FrameworkBase.xml b/framework/base/documents/FrameworkBase.xml deleted file mode 100644 index 8c9d488..0000000 --- a/framework/base/documents/FrameworkBase.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" - xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd" - xmlns="http://docbook.org/ns/docbook"> - <title>Framework Base components</title> - <para> - This part of the framework contain the basic components like the several different connectors, catalina(tomcat) - which are the base of the other framework. - </para> - - <xi:include href="ReceivingEmail.xml" /> -</chapter> - diff --git a/framework/base/documents/ReceivingEmail.xml b/framework/base/documents/ReceivingEmail.xml deleted file mode 100644 index d28d033..0000000 --- a/framework/base/documents/ReceivingEmail.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" - xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd" - xmlns="http://docbook.org/ns/docbook"> - <title>Receiving Email.</title> - <para> - OFBiz can receive email for multiple email addresses and via an MCA can create Communication events - for the involved parties of the email. Email attachments, via again the MCA are stored in the content component - and can be accessed via the content Id. Examples of an MCA can be found in the Party and Content Component. - </para> - <para> - To receive email a single POP/IMAP mailbox is polled at regular intervals. This is configured in the - ${ofbiz install dir}/framework/base/config/ofbiz-containers.xml file. Any email address you want to be handled - by OFBiz need to be forwarded to this single mailbox by an external mail server. OFBiz then will try to match the - email addresses to existing parties and will create a single communication event referring to the found parties. - </para> - <para> - If an incoming email address cannot be matched against a party, the communication event will get a special status - and the receiving party can either delete the communication event or can ask the system to automatically create a party - from the incoming email address. - </para> - <para> - By default the configuaration file has the email poller commented out. The parameters to this function are pretty self - explanatory. - </para> -</section> -

