Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/kimap
Library to assist working with IMAP servers
https://github.com/kde/kimap
Last synced: 4 days ago
JSON representation
Library to assist working with IMAP servers
- Host: GitHub
- URL: https://github.com/kde/kimap
- Owner: KDE
- Created: 2015-09-18T11:58:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T11:19:02.000Z (25 days ago)
- Last Synced: 2024-10-21T16:28:43.434Z (24 days ago)
- Language: C++
- Homepage: https://invent.kde.org/pim/kimap
- Size: 1.67 MB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
README
# KIMAP #
This library provides a job-based API for interacting with an IMAP4rev1 server.
It manages connections, encryption and parameter quoting and encoding, but
otherwise provides quite a low-level interface to the protocol. This library
does not implement an IMAP client; it merely makes it easier to do so.Users should be familiar with [RFC 3501](https://tools.ietf.org/html/rfc3501 "IMAP 4rev1")
as well as [other related RFCs](https://www.iana.org/assignments/imap4-capabilities)
although the library hides some of the nastier details like the encoding and quoting of
strings.