Re: question about reset counter/data



At 2008-08-27 01:43AM, "jjjackjill89@xxxxxxxxx" wrote:
Hi all,

receive msg : 1234
sent msg : 1234

Mailbox CountIn CountOut
Count
ABC 1232 1232 0
ASD 2 2 0

Where did that come from? Did an external program generate that text?
Is it what you see on a GUI program that you're just re-typing here?

According to the above, for example i have two mailboxs. The ABC
mailbox hav 1232 msg come in and 1232 msg come out and also same to
ASD mailbox. how should i do to reset the counter for both of receive
and sent msg using proc?

What does it mean to "reset a counter for a mailbox"?

The only thing I can think of is that you have a bunch of new messages
that you want to mark as read. In which case, you'll have to tell us
what protocol you use to communicate with these mailboxes (POP, IMAP,
....)

Also, what's the "CountOut" of a mailbox? To me, a mailbox is merely
somethat holds messages (mbox file, maildir folder). The "count in" and
"count out" is meaningless.



--
Glenn Jackman
Write a wise saying and your name will live forever. -- Anonymous
.



Relevant Pages

  • Okay Heres the problem: in Index
    ... the email message. ... import string, StringIO ... import mailbox, email, re ... for w in msg: ...
    (comp.lang.python)
  • Re: Reading a Directory of Emails - Problems
    ... like to parse them using the email and mailbox packages. ... From what I gather, I need to use MHMailbox, ... Yet this works when using PortableUnixMailbox (on an mbox file, ... Instead of print msg.keys(), just do a 'print msg' and see what data ...
    (comp.lang.python)
  • Re: question about reset counter/data
    ... receive msg: 1234 ... ASD mailbox. ... Can anyone tell me how to reset data/count after msg come in and out ... If things happen during this period of time, cancel the idle ...
    (comp.lang.tcl)
  • Re: deleted mail wont stay in trash
    ... alphabetize my Mail.app rules, other than the ones that deal with ... I now find that when I delete a mail msg that matches one of these ... it doesn't stay in the Trash. ... up back into its preordained mailbox. ...
    (comp.sys.mac.system)
  • Re: question about reset counter/data
    ... receive msg: 1234 ... out will be reset to zero. ... The "CountOut" of a mailbox meanz if the ...
    (comp.lang.tcl)