[PR #878] [MERGED] imap retriever integration package #1108

Closed
opened 2026-02-17 17:21:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/878
Author: @jfouret
Created: 10/14/2025
Status: Merged
Merged: 10/24/2025
Merged by: @lnhsingh

Base: mainHead: main


📝 Commits (5)

  • 3a283e5 add imap integration doc
  • 6e1c818 Merge branch 'main' into main
  • e7dbfb5 Merge branch 'main' into main
  • e5e724c Merge branch 'main' into main
  • 4d7456c Update src/oss/python/integrations/retrievers/imap.mdx

📊 Changes

1 file changed (+274 additions, -0 deletions)

View changed files

src/oss/python/integrations/retrievers/imap.mdx (+274 -0)

📄 Description

Overview

Added comprehensive documentation for the ImapRetriever integration, enabling users to search and retrieve emails from IMAP servers as LangChain Document objects.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue:
  • Feature PR:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

This documentation was created based on:

  • The langchain-imap package README
  • The retrievers notebook example from the package repository

The documentation includes:

  • Installation instructions (including optional docling extra for full document processing)
  • Configuration examples for both production IMAP servers (Gmail) and test environments (GreenMail)
  • Basic usage examples with various IMAP search query patterns
  • Attachment handling modes explanation
  • Complete chain integration example showing how to use the retriever with an LLM for question answering over emails
  • Links to the GitHub repository and additional resources

The code examples are directly adapted from the package documentation notebook.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/878 **Author:** [@jfouret](https://github.com/jfouret) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`3a283e5`](https://github.com/langchain-ai/docs/commit/3a283e5a346392d314361eceb1f6c3a24066f519) add imap integration doc - [`6e1c818`](https://github.com/langchain-ai/docs/commit/6e1c81828a7e5d3b22da7274e6ec07c5af84b637) Merge branch 'main' into main - [`e7dbfb5`](https://github.com/langchain-ai/docs/commit/e7dbfb59ccf2e8a423623e1d5aeb9721da584ef1) Merge branch 'main' into main - [`e5e724c`](https://github.com/langchain-ai/docs/commit/e5e724cc5de0ff5af7cf75ad06d472fb98966ee8) Merge branch 'main' into main - [`4d7456c`](https://github.com/langchain-ai/docs/commit/4d7456c46383e34876ef4ff814841b529cf74600) Update src/oss/python/integrations/retrievers/imap.mdx ### 📊 Changes **1 file changed** (+274 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/retrievers/imap.mdx` (+274 -0) </details> ### 📄 Description ## Overview Added comprehensive documentation for the `ImapRetriever` integration, enabling users to search and retrieve emails from IMAP servers as LangChain Document objects. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: - Feature PR: ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - [ ] I have gotten approval from the relevant reviewers - [ ] (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes This documentation was created based on: - The `langchain-imap` package README - The retrievers notebook example from the package repository The documentation includes: - Installation instructions (including optional docling extra for full document processing) - Configuration examples for both production IMAP servers (Gmail) and test environments (GreenMail) - Basic usage examples with various IMAP search query patterns - Attachment handling modes explanation - Complete chain integration example showing how to use the retriever with an LLM for question answering over emails - Links to the GitHub repository and additional resources The code examples are directly adapted from the package documentation notebook. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:44 -05:00
yindo closed this issue 2026-02-17 17:21:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1108