Home
last modified time | relevance | path

Searched defs:msgdata (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dindex.h146 typedef struct msgdata { struct
151 uint32_t msgno; /* message number */
152 conversation_id_t cid; /* conversation id */
153 strarray_t ref; /* array of references */
156 time_t internaldate; /* internaldate */
157 size_t size; /* message size */
158 modseq_t modseq; /* modseq of record*/
160 struct message_guid guid; /* message guid */
161 uint32_t system_flags; /* system flags */
164 modseq_t convmodseq; /* modseq of conversation */
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dindex.h148 typedef struct msgdata { struct
153 uint32_t msgno; /* message number */
154 conversation_id_t cid; /* conversation id */
158 time_t internaldate; /* internaldate */
159 time_t savedate; /* savedate */
160 size_t size; /* message size */
161 modseq_t modseq; /* modseq of record*/
164 struct message_guid guid; /* message guid */
165 uint32_t system_flags; /* system flags */
166 uint32_t internal_flags; /* internal flags */
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dindex.h148 typedef struct msgdata { struct
153 uint32_t msgno; /* message number */
154 conversation_id_t cid; /* conversation id */
158 time_t internaldate; /* internaldate */
159 time_t savedate; /* savedate */
160 size_t size; /* message size */
161 modseq_t modseq; /* modseq of record*/
164 struct message_guid guid; /* message guid */
165 uint32_t system_flags; /* system flags */
166 uint32_t internal_flags; /* internal flags */
[all …]
/dports/mail/mailman3/mailman-3.3.1/src/mailman/handlers/
H A Ddmarc.py65 def munged_headers(mlist, msg, msgdata): argument
145 def munge_from(mlist, msg, msgdata): argument
152 def wrap_message(mlist, msg, msgdata): argument
189 def process(mlist, msg, msgdata): argument
224 def process(self, mlist, msg, msgdata): argument
H A Dsubject_prefix.py35 def ascii_header(mlist, msgdata, subject, prefix, prefix_pattern, ws): argument
69 def all_same_charset(mlist, msgdata, subject, prefix, prefix_pattern, ws): argument
113 def mixed_charsets(mlist, msgdata, subject, prefix, prefix_pattern, ws): argument
155 def process(self, mlist, msg, msgdata): argument
H A Darc_sign.py37 def sign(msg, msgdata): argument
67 def process(self, mlist, msg, msgdata): argument
H A Dmember_recipients.py44 def process(self, mlist, msg, msgdata): argument
98 def do_topic_filters(mlist, msg, msgdata, recipients): argument
H A Drfc_2369.py37 def process(mlist, msg, msgdata): argument
129 def process(self, mlist, msg, msgdata): argument
H A Dmime_delete.py55 def dispose(mlist, msg, msgdata, why): argument
93 def process(mlist, msg, msgdata): argument
321 def process(self, mlist, msg, msgdata): argument
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/Handlers/
H A DCalcRecips.py45 def process(mlist, msg, msgdata): argument
107 def do_topic_filters(mlist, msg, msgdata, recips): argument
153 def do_exclude(mlist, msg, msgdata, recips): argument
202 def do_include(mlist, msg, msgdata, recips): argument
H A DCookHeaders.py76 def change_header(name, value, mlist, msg, msgdata, delete=True, repl=True): argument
94 def process(mlist, msg, msgdata): argument
377 def prefix_subject(mlist, msg, msgdata): argument
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/Handlers/
H A DCalcRecips.py45 def process(mlist, msg, msgdata): argument
107 def do_topic_filters(mlist, msg, msgdata, recips): argument
153 def do_exclude(mlist, msg, msgdata, recips): argument
202 def do_include(mlist, msg, msgdata, recips): argument
H A DCookHeaders.py76 def change_header(name, value, mlist, msg, msgdata, delete=True, repl=True): argument
94 def process(mlist, msg, msgdata): argument
377 def prefix_subject(mlist, msg, msgdata): argument
/dports/mail/mailman/mailman-2.1.39/Mailman/Handlers/
H A DCalcRecips.py45 def process(mlist, msg, msgdata): argument
107 def do_topic_filters(mlist, msg, msgdata, recips): argument
153 def do_exclude(mlist, msg, msgdata, recips): argument
202 def do_include(mlist, msg, msgdata, recips): argument
H A DCookHeaders.py76 def change_header(name, value, mlist, msg, msgdata, delete=True, repl=True): argument
94 def process(mlist, msg, msgdata): argument
377 def prefix_subject(mlist, msg, msgdata): argument
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/Queue/
H A DIncomingRunner.py112 def _dispose(self, mlist, msg, msgdata): argument
139 def _get_pipeline(self, mlist, msg, msgdata): argument
146 def _dopipeline(self, mlist, msg, msgdata, pipeline): argument
H A DVirginRunner.py34 def _dispose(self, mlist, msg, msgdata): argument
40 def _get_pipeline(self, mlist, msg, msgdata): argument
/dports/mail/mailman/mailman-2.1.39/Mailman/Queue/
H A DIncomingRunner.py112 def _dispose(self, mlist, msg, msgdata): argument
139 def _get_pipeline(self, mlist, msg, msgdata): argument
146 def _dopipeline(self, mlist, msg, msgdata, pipeline): argument
H A DVirginRunner.py34 def _dispose(self, mlist, msg, msgdata): argument
40 def _get_pipeline(self, mlist, msg, msgdata): argument
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/Queue/
H A DIncomingRunner.py112 def _dispose(self, mlist, msg, msgdata): argument
139 def _get_pipeline(self, mlist, msg, msgdata): argument
146 def _dopipeline(self, mlist, msg, msgdata, pipeline): argument
H A DVirginRunner.py34 def _dispose(self, mlist, msg, msgdata): argument
40 def _get_pipeline(self, mlist, msg, msgdata): argument
/dports/mail/mailman3/mailman-3.3.1/src/mailman/mta/
H A Dbase.py53 def _deliver_to_recipients(self, mlist, msg, msgdata, recipients): argument
97 def _get_sender(self, mlist, msg, msgdata): argument
141 def deliver(self, mlist, msg, msgdata): argument
/dports/mail/mailman3/mailman-3.3.1/src/mailman/rules/
H A Dmoderation.py67 def check(self, mlist, msg, msgdata): argument
98 def _record_action(msgdata, action, sender, reason): argument
113 def check(self, mlist, msg, msgdata): argument
/dports/mail/mailman3/mailman-3.3.1/src/mailman/runners/
H A Darchive.py37 def _should_clobber(msg, msgdata, archiver): argument
83 def _dispose(self, mlist, msg, msgdata): argument
H A Dnntp.py53 def _dispose(self, mlist, msg, msgdata): argument
113 def prepare_message(mlist, msg, msgdata): argument

12345678910>>...13