#
mbox
Here are 52 public repositories matching this topic...
rust
client
mail
terminal
email
imap
tui
nntp
mail-client
mbox
mua
notmuch
jmap
imap-client
meli
nntp-client
-
Updated
Dec 7, 2020 - Rust
A light-weight, modular, message representation and mail delivery framework for Python.
python
email
gae
pypi
imap
email-sender
cpython
mailgun
attachment
smtp
postmark
sendgrid
maildir
pypy
mbox
sendmail
amazon-ses
tls-support
-
Updated
Oct 1, 2020 - Python
webpack架设react&node.js工程化开发架构实战,开发技术论坛
-
Updated
Apr 22, 2018 - JavaScript
Tool to verify DKIM signatures on an mbox of emails
-
Updated
Aug 3, 2018 - Shell
Python script for uploading a local mbox file to IMAP4 server.
-
Updated
Dec 3, 2020 - Python
Tool for forensic analysis, search and graphing of communications content such as email MBOX files and CSV text message data using Elasticsearch and Kibana
android
search
docker
elasticsearch
kibana
csv
analytics
email
graphs
sms
gmail
iphone
forensics
imessage
mbox
hotmail
text-messaging
-
Updated
Nov 3, 2019 - Dockerfile
Split message archived from Google Takeout into individual `.eml` message files
-
Updated
Mar 29, 2016 - Go
Export Github issue tracker and wiki contents to local email storage
-
Updated
Jun 11, 2018 - Python
Export / upload emails from Thunderbird mbox files to single eml files
-
Updated
Jun 16, 2020 - C++
Choosing Any Rectangular Data File Using Interactive GUI Dialog Box, and Seamlessly Manipulating Tidy Data between an Excel Window and R Session
tsv
data
gui
cran
r
excel
spss
picker
easy
convenient
mbox
beginner
rda
htm
rmd-files
tibble
choose
rdata
rectangular
rectangular-data
-
Updated
Nov 16, 2020 - R
Split large mbox files (from hunderbird) into smaller one, class by year of the message
-
Updated
Oct 14, 2020 - Perl
MBox file importer to MongoDB
-
Updated
Mar 4, 2020 - Go
Post/convert rss feeds to nntp servers or mbox files
-
Updated
May 25, 2018 - Makefile
Google Data Analysis Tool
-
Updated
May 2, 2020 - Python
mail filter to replace MS Word/HTML attachments with plain text
-
Updated
Nov 12, 2020 - Perl
Improve this page
Add a description, image, and links to the mbox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mbox topic, visit your repo's landing page and select "manage topics."
In #2761 I introduced a new API,
struct Mailbox *ctx_mailbox(struct Context* ctx), which has the sole purpose to avoid boilerplate likeif (Context && Context->mailbox).I would like to use the API more extensively, whenever
Context->mailboxis used. This needs to be done with care asContextis a global variable and its contents might change when calling other functions.This would