You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by dl...@apache.org on 2020/07/07 08:38:11 UTC

[james-project] branch master updated (6139b01 -> fa615f5)

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

dleangen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from 6139b01  JAMES-3096 filter properties depending on client provided capabilities
     new 9f6d86b  [JAMES-3187] Restructured “Protocols” section of the new documentation
     new d66a565  [JAMES-3187] Included manual example telnet sessions to test out SMTP and IMAP (but not POP or JMAP)
     new a264fe8  [JAMES-3187] Update docs/modules/concepts/pages/protocols/smtp.adoc by Matthieu Baechler <ma...@gmail.com>
     new ef26eb1  [JAMES-3187] Added stub for LMTP
     new fe6a8cf  [JAMES-3187] Removed "James Model" sections, updated links, corrected content, and added ESMTP and LMTP sections
     new fa615f5  Merge pull request #200 from dleangen/docs/concepts/protocols

The 10200 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:
 docs/modules/concepts/nav.adoc                     |  21 ++-
 docs/modules/concepts/pages/glossary.adoc          |  59 +++++++
 docs/modules/concepts/pages/index.adoc             |  49 +++++-
 docs/modules/concepts/pages/mail/index.adoc        |   4 +-
 .../concepts/pages/mail/protocols/imap.adoc        |   4 -
 .../concepts/pages/mail/protocols/index.adoc       |  16 --
 .../concepts/pages/mail/protocols/jmap.adoc        |   4 -
 .../modules/concepts/pages/mail/protocols/pop.adoc |   4 -
 .../concepts/pages/mail/protocols/smtp.adoc        |  67 --------
 .../concepts/pages/{mail => }/messages/imf.adoc    |   0
 .../concepts/pages/{mail => }/messages/index.adoc  |   4 +-
 .../concepts/pages/{mail => }/messages/mime.adoc   |   2 +-
 docs/modules/concepts/pages/protocols/esmtp.adoc   |  48 ++++++
 docs/modules/concepts/pages/protocols/imap.adoc    | 184 +++++++++++++++++++++
 docs/modules/concepts/pages/protocols/index.adoc   |  17 ++
 docs/modules/concepts/pages/protocols/jmap.adoc    |   4 +
 docs/modules/concepts/pages/protocols/lmtp.adoc    |  32 ++++
 docs/modules/concepts/pages/protocols/pop.adoc     | 130 +++++++++++++++
 docs/modules/concepts/pages/protocols/smtp.adoc    | 131 +++++++++++++++
 docs/modules/concepts/pages/storage/index.adoc     |   4 +
 20 files changed, 668 insertions(+), 116 deletions(-)
 create mode 100644 docs/modules/concepts/pages/glossary.adoc
 delete mode 100644 docs/modules/concepts/pages/mail/protocols/imap.adoc
 delete mode 100644 docs/modules/concepts/pages/mail/protocols/index.adoc
 delete mode 100644 docs/modules/concepts/pages/mail/protocols/jmap.adoc
 delete mode 100644 docs/modules/concepts/pages/mail/protocols/pop.adoc
 delete mode 100644 docs/modules/concepts/pages/mail/protocols/smtp.adoc
 rename docs/modules/concepts/pages/{mail => }/messages/imf.adoc (100%)
 rename docs/modules/concepts/pages/{mail => }/messages/index.adoc (76%)
 rename docs/modules/concepts/pages/{mail => }/messages/mime.adoc (97%)
 create mode 100644 docs/modules/concepts/pages/protocols/esmtp.adoc
 create mode 100644 docs/modules/concepts/pages/protocols/imap.adoc
 create mode 100644 docs/modules/concepts/pages/protocols/index.adoc
 create mode 100644 docs/modules/concepts/pages/protocols/jmap.adoc
 create mode 100644 docs/modules/concepts/pages/protocols/lmtp.adoc
 create mode 100644 docs/modules/concepts/pages/protocols/pop.adoc
 create mode 100644 docs/modules/concepts/pages/protocols/smtp.adoc
 create mode 100644 docs/modules/concepts/pages/storage/index.adoc


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org