jmap-perl | JMAP Proxy implemented in Perl | Proxy library
kandi X-RAY | jmap-perl Summary
kandi X-RAY | jmap-perl Summary
jmap-perl is a Perl library typically used in Networking, Proxy applications. jmap-perl has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
This is a simple implementation of a proxy server for the JMAP protocol as specified at At the backend, it talks to IMAP and SMTP servers to allow placing a JMAP interface on top of a legacy mail system. For efficiency reasons, this initial implementation requires that all servers support the CONDSTORE extension, (RFC4551/RFC7162). A separate backend for Gmail is provided, because Gmail has native server-side thread support, meaning that threading does not need to be calculated locally.
This is a simple implementation of a proxy server for the JMAP protocol as specified at At the backend, it talks to IMAP and SMTP servers to allow placing a JMAP interface on top of a legacy mail system. For efficiency reasons, this initial implementation requires that all servers support the CONDSTORE extension, (RFC4551/RFC7162). A separate backend for Gmail is provided, because Gmail has native server-side thread support, meaning that threading does not need to be calculated locally.
Support
Quality
Security
License
Reuse
Support
jmap-perl has a low active ecosystem.
It has 142 star(s) with 22 fork(s). There are 15 watchers for this library.
It had no major release in the last 6 months.
There are 17 open issues and 20 have been closed. On average issues are closed in 42 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of jmap-perl is current.
Quality
jmap-perl has 0 bugs and 0 code smells.
Security
jmap-perl has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
jmap-perl code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
jmap-perl is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
jmap-perl releases are not available. You will need to build from source code and install.
It has 553 lines of code, 0 functions and 7 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of jmap-perl
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of jmap-perl
jmap-perl Key Features
No Key Features are available at this moment for jmap-perl.
jmap-perl Examples and Code Snippets
No Code Snippets are available at this moment for jmap-perl.
Community Discussions
Trending Discussions on jmap-perl
QUESTION
`make install` Fails Inside Docker
Asked 2020-Jan-31 at 09:24
I'm trying to build a docker image for a JMAP Proxy named jmap-perl
.
The documentation states that it targets Debian Jessie
by default, so I have created the following Dockerfile
:
ANSWER
Answered 2020-Jan-31 at 09:24There are 2 things to take note here:
- For this
ADD . / ./jmap-perl/
, you should use COPY instead of ADD:COPY . /jmap-perl/
- Instead of using
RUN cd /jmap-perl
, you should useWORKDIR /jmap-perl
so that subsequent commands will be executed within thejmap-perl
folder.cd
within the run will only have an effect within that single RUN command.
Hope it will help :)
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jmap-perl
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page