Home
last modified time | relevance | path

Searched refs:unixfrom (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/mail/mailman/mailman-2.1.39/Mailman/
H A DMessage.py169 unixfrom = self.get_unixfrom()
170 if unixfrom:
171 address = unixfrom.split()[1]
234 def as_string(self, unixfrom=False, mangle_from_=True): argument
244 g.flatten(self, unixfrom=unixfrom)
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/
H A DMessage.py169 unixfrom = self.get_unixfrom()
170 if unixfrom:
171 address = unixfrom.split()[1]
234 def as_string(self, unixfrom=False, mangle_from_=True): argument
244 g.flatten(self, unixfrom=unixfrom)
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/
H A DMessage.py169 unixfrom = self.get_unixfrom()
170 if unixfrom:
171 address = unixfrom.split()[1]
234 def as_string(self, unixfrom=False, mangle_from_=True): argument
244 g.flatten(self, unixfrom=unixfrom)
/dports/lang/python27/Python-2.7.18/Lib/email/
H A Dgenerator.py67 def flatten(self, msg, unixfrom=False): argument
78 if unixfrom:
203 g.flatten(part, unixfrom=False)
261 g.flatten(part, unixfrom=False)
288 g.flatten(msg.get_payload(0), unixfrom=False)
H A Dmessage.py122 return self.as_string(unixfrom=True)
124 def as_string(self, unixfrom=False): argument
137 g.flatten(self, unixfrom=unixfrom)
147 def set_unixfrom(self, unixfrom): argument
148 self._unixfrom = unixfrom
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/email/
H A DGenerator.py67 def flatten(self, msg, unixfrom=False): argument
78 if unixfrom:
203 g.flatten(part, unixfrom=False)
262 g.flatten(part, unixfrom=False)
289 g.flatten(msg.get_payload(0), unixfrom=False)
H A DMessage.py122 return self.as_string(unixfrom=True)
124 def as_string(self, unixfrom=False): argument
137 g.flatten(self, unixfrom=unixfrom)
147 def set_unixfrom(self, unixfrom): argument
148 self._unixfrom = unixfrom
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
H A Dgenerator.py67 def flatten(self, msg, unixfrom=False): argument
78 if unixfrom:
203 g.flatten(part, unixfrom=False)
254 g.flatten(part, unixfrom=False)
281 g.flatten(msg.get_payload(0), unixfrom=False)
H A Dmessage.py122 return self.as_string(unixfrom=True)
124 def as_string(self, unixfrom=False): argument
137 g.flatten(self, unixfrom=unixfrom)
147 def set_unixfrom(self, unixfrom): argument
148 self._unixfrom = unixfrom
/dports/lang/python-legacy/Python-2.7.18/Lib/email/
H A Dgenerator.py67 def flatten(self, msg, unixfrom=False): argument
78 if unixfrom:
203 g.flatten(part, unixfrom=False)
261 g.flatten(part, unixfrom=False)
288 g.flatten(msg.get_payload(0), unixfrom=False)
H A Dmessage.py122 return self.as_string(unixfrom=True)
124 def as_string(self, unixfrom=False): argument
137 g.flatten(self, unixfrom=unixfrom)
147 def set_unixfrom(self, unixfrom): argument
148 self._unixfrom = unixfrom
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/email/
H A Dgenerator.pyi13 def flatten(self, msg: Message, unixfrom: bool = ...,
22 def flatten(self, msg: Message, unixfrom: bool = ...,
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/email/
H A Dgenerator.pyi13 def flatten(self, msg: Message, unixfrom: bool = ...,
22 def flatten(self, msg: Message, unixfrom: bool = ...,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/email/
H A Dgenerator.pyi16 def flatten(self, msg: Message, unixfrom: bool = ..., linesep: Optional[str] = ...) -> None: ...
29 def flatten(self, msg: Message, unixfrom: bool = ..., linesep: Optional[str] = ...) -> None: ...
H A Dmessage.pyi22 def set_unixfrom(self, unixfrom: str) -> None: ...
57 …def as_string(self, unixfrom: bool = ..., maxheaderlen: int = ..., policy: Optional[Policy] = ...)…
58 def as_bytes(self, unixfrom: bool = ..., policy: Optional[Policy] = ...) -> bytes: ...
87 …def as_string(self, unixfrom: bool = ..., maxheaderlen: Optional[int] = ..., policy: Optional[Poli…
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/email/
H A Dgenerator.pyi16 def flatten(self, msg: Message, unixfrom: bool = ..., linesep: Optional[str] = ...) -> None: ...
29 def flatten(self, msg: Message, unixfrom: bool = ..., linesep: Optional[str] = ...) -> None: ...
H A Dmessage.pyi22 def set_unixfrom(self, unixfrom: str) -> None: ...
57 …def as_string(self, unixfrom: bool = ..., maxheaderlen: int = ..., policy: Optional[Policy] = ...)…
58 def as_bytes(self, unixfrom: bool = ..., policy: Optional[Policy] = ...) -> bytes: ...
87 …def as_string(self, unixfrom: bool = ..., maxheaderlen: Optional[int] = ..., policy: Optional[Poli…
/dports/lang/python310/Python-3.10.1/Lib/email/
H A Dmessage.py137 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None): argument
158 g.flatten(self, unixfrom=unixfrom)
166 def as_bytes(self, unixfrom=False, policy=None): argument
178 g.flatten(self, unixfrom=unixfrom)
188 def set_unixfrom(self, unixfrom): argument
189 self._unixfrom = unixfrom
954 def as_string(self, unixfrom=False, maxheaderlen=None, policy=None): argument
968 return super().as_string(unixfrom, maxheaderlen, policy)
/dports/lang/python311/Python-3.11.0a3/Lib/email/
H A Dmessage.py137 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None): argument
158 g.flatten(self, unixfrom=unixfrom)
166 def as_bytes(self, unixfrom=False, policy=None): argument
178 g.flatten(self, unixfrom=unixfrom)
188 def set_unixfrom(self, unixfrom): argument
189 self._unixfrom = unixfrom
954 def as_string(self, unixfrom=False, maxheaderlen=None, policy=None): argument
968 return super().as_string(unixfrom, maxheaderlen, policy)
/dports/lang/python39/Python-3.9.9/Lib/email/
H A Dmessage.py137 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None): argument
158 g.flatten(self, unixfrom=unixfrom)
166 def as_bytes(self, unixfrom=False, policy=None): argument
178 g.flatten(self, unixfrom=unixfrom)
188 def set_unixfrom(self, unixfrom): argument
189 self._unixfrom = unixfrom
954 def as_string(self, unixfrom=False, maxheaderlen=None, policy=None): argument
968 return super().as_string(unixfrom, maxheaderlen, policy)
/dports/mail/py-milter/pymilter-pymilter-1.0.4/
H A Dmime.py242 def dump(self,file,unixfrom=False): argument
245 g.flatten(self,unixfrom=unixfrom)
247 def as_bytes(self, unixfrom=False): argument
250 self.dump(fp,unixfrom=unixfrom)
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/
H A Dbill.inc.php50 $unixfrom = dbFetchCell("SELECT UNIX_TIMESTAMP('$datefrom')"); variable
215 $bi .= '&from=' . $unixfrom . '&to=' . $unixto;
235 $bi .= '&from=' . $unixfrom . '&to=' . $unixto;
/dports/mail/emil/emil-2.1.0-beta9/
H A Dhelper.c16 int unixfrom = 0; in main() local
98 unixfrom = 1; in main()
184 if (unixfrom) in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/fs/
H A Dtester.c33 if(m->unixfrom != nil) in info()
34 print("uf %s ", s_to_c(m->unixfrom)); in info()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/email/
H A Dgenerator.py72 def flatten(self, msg, unixfrom=False, linesep=None): argument
111 if unixfrom:
276 g.flatten(part, unixfrom=False, linesep=self._NL)
335 g.flatten(part, unixfrom=False, linesep=self._NL)
362 g.flatten(msg.get_payload(0), unixfrom=False, linesep=self._NL)

12345678