Issue167

Title import should be able to parse mail messages / mailboxes
Priority feature Status chatting
Superseder Nosy List ThomasAH, bos, mpm, tonfa
Assigned To Topics

Created on 2006-03-14.22:36:11 by bos, last changed 2007-06-23.20:39:53 by mpm.

Messages
msg3326 (view) Author: mpm Date: 2007-06-23.20:39:53
Order should be from beginning to end, of course!
msg2287 (view) Author: ThomasAH Date: 2006-10-27.10:21:53
Maybe hg import should be able to import more than one patch at once.
Walking through all attachments of all messages in an mbox file?
For multiple messages: How should the order be determined?
msg2185 (view) Author: ThomasAH Date: 2006-10-13.13:39:32
works in main, tested with a base64 encoded attached patch
msg678 (view) Author: bos Date: 2006-03-14.22:36:07
Python has an excellent email package that we could be using to safely pull one
or more patches out of email messages or mbox files.

This would be really nice to have, particularly in the case of MIME-encoded
messages that turn "=" into "=3D", and the like.
History
Date User Action Args
2007-06-23 20:39:53mpmsetnosy: + mpm
messages: + msg3326
2006-10-27 10:21:54ThomasAHsetstatus: resolved -> chatting
nosy: bos, ThomasAH, tonfa
messages: + msg2287
2006-10-13 13:39:32ThomasAHsetstatus: unread -> resolved
nosy: bos, ThomasAH, tonfa
messages: + msg2185
2006-06-18 17:13:40tonfasetnosy: + tonfa
2006-03-15 07:57:07ThomasAHsetnosy: + ThomasAH
2006-03-14 22:36:11boscreate