0.0
No release in over 3 years
Low commit activity in last 3 years
A gem to access the Mailarchiva API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.0

Runtime

~> 2.6
~> 2.10
 Project Readme

mailarchiva

A ruby gem to access the Mailarchiva API. Refer to the Mailarchiva API for more info.

require 'mailarchiva'
mailarchiva = Mailarchiva::Client.new(ssl: false, host: '192.168.1.1', key: 'api_key')
params = { query: "subject:test", page: 1, pageSize: 1000 } # http://help.mailarchiva.com/web-services-api
mailarchiva_messages = mailarchiva.search(params)

TODO

test