ANSI C mbox库? [英] ANSI C mbox library?

查看:91
本文介绍了ANSI C mbox库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人知道读取/写入mbox格式的库(用于在ANSI C中存储

电子邮件,例如在Thunderbird中)(跨平台是关键)?


有没有更合适的地方可以问这个?

-

回收你的收件箱! http://www.mozilla.org/products/thunderbird

Does anyone know of a library to read/write mbox format (used to store
emails e.g. in Thunderbird) in ANSI C (cross platform is key)?

Is there a more appropriate place to ask this?
--
Reclaim Your Inbox! http://www.mozilla.org/products/thunderbird

推荐答案

2006年9月11日星期一15:13:46 +0100

Jonathan Pritchard< jo ****** ****@f2s.comwrote:
On Mon, 11 Sep 2006 15:13:46 +0100
Jonathan Pritchard <jo**********@f2s.comwrote:

有没有人知道要读/写mbox格式的库(用于

存储电子邮件)例如,在Thunderbird中,ANSI C(跨平台是关键)?


有没有更合适的地方可以提出这个问题?
Does anyone know of a library to read/write mbox format (used to
store emails e.g. in Thunderbird) in ANSI C (cross platform is key)?

Is there a more appropriate place to ask this?



我知道它有点OT,但如果我没记错的话,mbox格式是

与stdio一起使用相对简单功能。它只是一个文本

文件,消息以a结尾。通过它自己。只需在

格式上做一些谷歌,你应该可以解决它没有问题。


cura,

Adam Shea。

I know it''s a bit OT, but if I remember correctly, the mbox format is
relatively simple to use with the stdio functions. It''s just a text
file with messages ended with a . by itself. Just do some google on
the format and you should be able to parse it with no problem.

cura,
Adam Shea.


" Jonathan Pritchard" < jo ********** @ f2s.com写了留言

新闻:ee ********** @ news.freedom2surf.net ...
"Jonathan Pritchard" <jo**********@f2s.comwrote in message
news:ee**********@news.freedom2surf.net...

有没有人知道用于读取/写入mbox格式的库(用于在ANSI C中存储

电子邮件,例如在Thunderbird中)(跨平台)关键)?


有没有更合适的地方问这个?
Does anyone know of a library to read/write mbox format (used to store
emails e.g. in Thunderbird) in ANSI C (cross platform is key)?

Is there a more appropriate place to ask this?



使用stdio.h。


mbox格式是简单文本,由<分隔(至少在unix系统上)分隔

以From开头的行 - 注意空间和缺少冒号。

文件绝对没什么特别的。


S


-

Stephen Sprunk上帝不玩骰子。 --Albert Einstein

CCIE#3723上帝是一个顽固的赌徒,他会在每一个可能的机会投掷
K5SSS骰子。 --Stephen Hawking


-

通过 http://www.teranews.com

警告:不要使用Ultimate-Anonymity

他们是无价值的垃圾邮件发送者正在运行一个骗局。

Use stdio.h.

mbox format is simple text, delimited (at least on unix systems) by a
line that starts with "From " -- note the space and lack of colon.
There is absolutely nothing else special about the file.

S

--
Stephen Sprunk "God does not play dice." --Albert Einstein
CCIE #3723 "God is an inveterate gambler, and He throws the
K5SSS dice at every possible opportunity." --Stephen Hawking

--
Posted via a free Usenet account from http://www.teranews.com
Warning: Do not use Ultimate-Anonymity
They are worthless spammers that are running a scam.


" Stephen Sprunk" < st ***** @ sprunk.orgwrote:
"Stephen Sprunk" <st*****@sprunk.orgwrote:

" Jonathan Pritchard" < jo ********** @ f2s.com写了留言

新闻:ee ********** @ news.freedom2surf.net ...
"Jonathan Pritchard" <jo**********@f2s.comwrote in message
news:ee**********@news.freedom2surf.net...

有没有人知道用于读取/写入mbox格式的库(用于在ANSI C中存储

电子邮件,例如在Thunderbird中)(跨平台)关键)?


有没有更合适的地方问这个?
Does anyone know of a library to read/write mbox format (used to store
emails e.g. in Thunderbird) in ANSI C (cross platform is key)?

Is there a more appropriate place to ask this?



使用stdio.h。


mbox格式是简单文本,由<分隔(至少在unix系统上)分隔

以From开头的行 - 注意空间和缺少冒号。

文件绝对没什么特别的。


Use stdio.h.

mbox format is simple text, delimited (at least on unix systems) by a
line that starts with "From " -- note the space and lack of colon.
There is absolutely nothing else special about the file.



那是危险的。


从上面的规范来看,这似乎不是一条消息。 />

Richard

That''s dangerous.

From the above specification, it would appear that this not one message.

Richard


这篇关于ANSI C mbox库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆