PHPackages                             theseer/imapstore - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. theseer/imapstore

ActiveLibrary[File &amp; Storage](/categories/file-storage)

theseer/imapstore
=================

A simple client to store messages in an imap folder

1.0.0(11mo ago)0533BSD-3-ClausePHPPHP ^8.4

Since Jun 20Pushed 10mo agoCompare

[ Source](https://github.com/theseer/imapstore)[ Packagist](https://packagist.org/packages/theseer/imapstore)[ RSS](/packages/theseer-imapstore/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

ImapStore
=========

[](#imapstore)

A minimalistic PHP IMAP client library specifically designed for storing email messages on IMAP servers. This library provides a clean, object-oriented interface for connecting to IMAP servers and storing messages with appropriate flags.

Features
--------

[](#features)

- **Lightweight**: Focused solely on storing messages, not retrieving them
- **Secure**: Supports TLS/SSL connections
- **Type-safe**: Built with strict PHP type declarations
- **Simple API**: Easy-to-use object-oriented interface
- **Flexible Authentication**: Currently supports LOGIN authentication with extensible architecture for custom authentication methods
- **Message Flags**: Set message flags (like SEEN) when storing

Installation
------------

[](#installation)

Install via Composer:

```
composer require theseer/imapstore
```

Requirements
------------

[](#requirements)

- PHP 8.4 or higher
- No additional PHP extensions required

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```
