[PR #50] [MERGED] add search functionality #136

Closed
opened 2026-03-03 01:20:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/d99kris/nmail/pull/50
Author: @d99kris
Created: 8/1/2020
Status: Merged
Merged: 8/1/2020
Merged by: @d99kris

Base: masterHead: search


📝 Commits (10+)

📊 Changes

76 files changed (+10448 additions, -454 deletions)

View changed files

📝 .travis.yml (+19 -7)
📝 CMakeLists.txt (+17 -4)
📝 README.md (+50 -8)
ext/sqlite_modern_cpp/.gitignore (+11 -0)
ext/sqlite_modern_cpp/.travis.yml (+19 -0)
ext/sqlite_modern_cpp/License.txt (+21 -0)
ext/sqlite_modern_cpp/Makefile.in (+110 -0)
ext/sqlite_modern_cpp/README.md (+478 -0)
ext/sqlite_modern_cpp/configure (+4517 -0)
ext/sqlite_modern_cpp/configure.ac (+98 -0)
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp.h (+1040 -0)
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/errors.h (+60 -0)
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/lists/error_codes.h (+93 -0)
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/log.h (+101 -0)
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/sqlcipher.h (+44 -0)
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/utility/function_traits.h (+55 -0)
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/utility/uncaught_exceptions.h (+27 -0)
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/utility/variant.h (+201 -0)
ext/sqlite_modern_cpp/sqlite_modern_cpp.pc (+8 -0)
ext/sqlite_modern_cpp/sqlite_modern_cpp.pc.in (+8 -0)

...and 56 more files

📄 Description

No description provided


🔄 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/d99kris/nmail/pull/50 **Author:** [@d99kris](https://github.com/d99kris) **Created:** 8/1/2020 **Status:** ✅ Merged **Merged:** 8/1/2020 **Merged by:** [@d99kris](https://github.com/d99kris) **Base:** `master` ← **Head:** `search` --- ### 📝 Commits (10+) - [`85f1238`](https://github.com/d99kris/nmail/commit/85f12382805dc1667fbf24b52c6f62ed56da95e3) add sqlite_modern_cpp v3.2 from https://github.com/SqliteModernCpp/sqlite_modern_cpp/archive/v3.2.tar.gz - [`f9118c0`](https://github.com/d99kris/nmail/commit/f9118c039b9766ef677f01c7a20c7686a9554cbc) add email search feature - [`d908471`](https://github.com/d99kris/nmail/commit/d9084710739099b8784ed1bc7f7a0b0a287b88a6) update doc - [`e4ca8c7`](https://github.com/d99kris/nmail/commit/e4ca8c70960ea5af3b97138cefc1eb6ee22a401a) update travis with new dependencies - [`fb6ae7f`](https://github.com/d99kris/nmail/commit/fb6ae7f28bf4889c0038a74e9b02306e35bb8af5) switch travis to ubuntu 20.04 - [`74a0dd1`](https://github.com/d99kris/nmail/commit/74a0dd13530e6e7013b1962da659098eb631eef7) try fix travis sqlite3 find_package issue - [`563ee56`](https://github.com/d99kris/nmail/commit/563ee5673660f509ac6f3e98584d7e2200fb232c) revert some changes - [`c60d00b`](https://github.com/d99kris/nmail/commit/c60d00b3b8b5751d1488179c91b0440e7ea7276f) test some cmake and travis changes - [`4de4864`](https://github.com/d99kris/nmail/commit/4de4864c52167ed39fe00b1f2491c3f11757075c) try apt update - [`4946614`](https://github.com/d99kris/nmail/commit/4946614833f8059fff21cb5d30bf29b8747fd76c) manually install cmake v3.16 for ubuntu ### 📊 Changes **76 files changed** (+10448 additions, -454 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+19 -7) 📝 `CMakeLists.txt` (+17 -4) 📝 `README.md` (+50 -8) ➕ `ext/sqlite_modern_cpp/.gitignore` (+11 -0) ➕ `ext/sqlite_modern_cpp/.travis.yml` (+19 -0) ➕ `ext/sqlite_modern_cpp/License.txt` (+21 -0) ➕ `ext/sqlite_modern_cpp/Makefile.in` (+110 -0) ➕ `ext/sqlite_modern_cpp/README.md` (+478 -0) ➕ `ext/sqlite_modern_cpp/configure` (+4517 -0) ➕ `ext/sqlite_modern_cpp/configure.ac` (+98 -0) ➕ `ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp.h` (+1040 -0) ➕ `ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/errors.h` (+60 -0) ➕ `ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/lists/error_codes.h` (+93 -0) ➕ `ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/log.h` (+101 -0) ➕ `ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/sqlcipher.h` (+44 -0) ➕ `ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/utility/function_traits.h` (+55 -0) ➕ `ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/utility/uncaught_exceptions.h` (+27 -0) ➕ `ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/utility/variant.h` (+201 -0) ➕ `ext/sqlite_modern_cpp/sqlite_modern_cpp.pc` (+8 -0) ➕ `ext/sqlite_modern_cpp/sqlite_modern_cpp.pc.in` (+8 -0) _...and 56 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:20:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nmail#136
No description provided.