mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #171] Vey low priority idea: batch import of mailing list archives #140
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dumblob on GitHub (Mar 8, 2017).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/171
Originally assigned to: @jasonmunro on GitHub.
Maling lists have wildly different cultures. Some have messages in archives, which are mostly valid for few hours, but some lists have mostly messages which are valid for several years. For the second type of mailing lists it would be really handy if there was any possibility to import historical messages from corresponding archives (e.g. by uploading a gzip as produced by mailman - see the rightmost column on http://lists.phcomp.co.uk/pipermail/arm-netbook/ for instance).
Not sure though whether IMAP supports this (just to "store" old messages without changing dates in their bodies). Anyone any insights or comments on this?
@jasonmunro commented on GitHub (Mar 8, 2017):
It's possible to store a message without altering it (IMAP APPEND), however, while the header dates won't change, there is an "internal date" or "arrival date" that the IMAP server controls which will correspond to the date the message was imported.
I took a look at one of the archive files, looks like a standard MBOX files format. We could build an imap_import plugin that takes 1 or more of these, and appends them to the selected folder.