Getmail (original) (raw)

About DBpedia

getmail es un agente de recuperación de correo que se creó para reemplazar fetchmail, implementado en Python. Puede recuperar correo desde servidores POP3, IMAP4 y Standard Dial-up POP3 Service con o sin SSL. Soporta filtrado de e-mails mediante cualquier programa arbitrario, y soporta una gran cantidad de tipos de destinos, incluyendo , maildir, y agentes de envío de correo arbitrarios externos. Getmail es free software y se encuentra bajo la licencia GNU General Public License version 2. Fue escrito y se encuentra en mantenimiento por .

Property Value
dbo:abstract getmail ist ein Mail Retrieval Agent, also ein Programm zum reinen Abholen von E-Mails. Es stellt eine einfache Alternative zu fetchmail dar und ist in Python geschrieben. Motivation für die Entwicklung von getmail war die Kritik an fetchmail, speziell wegen bekannt gewordener Sicherheitslücken. Als Konsolenprogramm wird getmail über Parameter beim Aufruf und Konfigurationsdateien gesteuert. Es kann E-Mails von POP3 und IMAP4 Servern abholen und unterstützt SSL/TLS für beide Protokolle. E-Mails werden direkt in der Mailbox gespeichert (unterstützte Formate sind mbox und Maildir) oder an ein anderes lokales Zustellprogramm übergeben. Über die Konfigurationsdatei können externe Programme als Filter eingebunden werden, um E-Mails vor der Zustellung zu überprüfen, z. B. auf Malware oder Spam. Im Gegensatz zu anderen Mail Retrieval Agents unterstützt getmail selbst keine Weiterleitung von Mails mittels SMTP. Als Grund gibt der Entwickler an, Endlosschleifen bei der Zustellung so zu verhindern. (de) getmail es un agente de recuperación de correo que se creó para reemplazar fetchmail, implementado en Python. Puede recuperar correo desde servidores POP3, IMAP4 y Standard Dial-up POP3 Service con o sin SSL. Soporta filtrado de e-mails mediante cualquier programa arbitrario, y soporta una gran cantidad de tipos de destinos, incluyendo , maildir, y agentes de envío de correo arbitrarios externos. Getmail es free software y se encuentra bajo la licencia GNU General Public License version 2. Fue escrito y se encuentra en mantenimiento por . (es) getmail is a simple mail retrieval agent intended as a replacement for fetchmail, implemented in Python. It can retrieve mail from POP3, IMAP4, and Standard Dial-up POP3 Service servers, with or without SSL. It supports simple and domain (multidrop) mailboxes, mail filtering via any arbitrary program, and supports a wide variety of mail destination types, including mboxrd, maildir, and external arbitrary mail delivery agents. Unlike fetchmail, getmail's Python foundation makes it nearly immune to buffer overflow security holes. It also has a simpler configuration syntax than fetchmail, but supports fewer authentication protocols. The software can also function as a basic mail delivery agent. Getmail is free software and is licensed under the GNU General Public License version 2. It is written and maintained by Charles Cazabon. The original getmail software requires Python 2, which is no longer supported. A fork named getmail6, which is not from getmail's original author, provides Python 3 support. (en)
dbo:genre dbr:E-mail
dbo:latestReleaseDate 2020-12-10 (xsd:date)
dbo:latestReleaseVersion 5.15
dbo:license dbr:GNU_General_Public_License
dbo:operatingSystem dbr:Unix-like dbr:Posix
dbo:programmingLanguage dbr:Python_(programming_language)
dbo:wikiPageExternalLink https://books.google.com/books%3Fid=6cn1K2flOc4C&pg=PA329&dq=%22getmail%22 https://books.google.com/books%3Fid=yUUnCgAAQBAJ&pg=PA372&dq=%22getmail%22 https://github.com/getmail6/getmail6
dbo:wikiPageID 1631071 (xsd:integer)
dbo:wikiPageLength 3380 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1050795912 (xsd:integer)
dbo:wikiPageWikiLink dbr:Python_(programming_language) dbr:Unix-like dbr:Internet_Message_Access_Protocol dbr:GNU_General_Public_License dbr:Post_Office_Protocol dbr:Maildir dbr:Transport_Layer_Security dbc:Free_email_software dbc:Free_software_programmed_in_Python dbr:E-mail dbr:Fdm_(software) dbr:Fetchmail dbc:Email_clients dbr:Apress dbr:Buffer_overflow dbr:Posix dbr:Free_software dbr:Mboxrd dbr:O'Reilly_Media dbr:Mail_delivery_agent dbr:Mail_retrieval_agent dbr:Mail_filter
dbp:author Charles Cazabon (en)
dbp:genre dbr:E-mail
dbp:latestReleaseDate 2020-12-10 (xsd:date)
dbp:latestReleaseVersion 5.150000 (xsd:double)
dbp:license GNU General Public License v2 (en)
dbp:name getmail (en)
dbp:operatingSystem dbr:Unix-like dbr:Posix
dbp:programmingLanguage Python (en)
dbp:wikiPageUsesTemplate dbt:Network-software-stub dbt:Citation_needed dbt:Cite_book dbt:Infobox_software dbt:Official_website dbt:Portal dbt:Refbegin dbt:Refend dbt:Refimprove dbt:Reflist dbt:Sfn dbt:Start_date_and_age dbt:URL dbt:Release_date_and_age dbt:Lowercase dbt:E-mail_clients
dbp:wordnet_type http://www.w3.org/2006/03/wn/wn20/instances/synset-software-noun-1
dcterms:subject dbc:Free_email_software dbc:Free_software_programmed_in_Python dbc:Email_clients
gold:hypernym dbr:Agent
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Writing106359877 yago:WrittenCommunication106349220 yago:Software106566077
rdfs:comment getmail es un agente de recuperación de correo que se creó para reemplazar fetchmail, implementado en Python. Puede recuperar correo desde servidores POP3, IMAP4 y Standard Dial-up POP3 Service con o sin SSL. Soporta filtrado de e-mails mediante cualquier programa arbitrario, y soporta una gran cantidad de tipos de destinos, incluyendo , maildir, y agentes de envío de correo arbitrarios externos. Getmail es free software y se encuentra bajo la licencia GNU General Public License version 2. Fue escrito y se encuentra en mantenimiento por . (es) getmail is a simple mail retrieval agent intended as a replacement for fetchmail, implemented in Python. It can retrieve mail from POP3, IMAP4, and Standard Dial-up POP3 Service servers, with or without SSL. It supports simple and domain (multidrop) mailboxes, mail filtering via any arbitrary program, and supports a wide variety of mail destination types, including mboxrd, maildir, and external arbitrary mail delivery agents. Unlike fetchmail, getmail's Python foundation makes it nearly immune to buffer overflow security holes. It also has a simpler configuration syntax than fetchmail, but supports fewer authentication protocols. The software can also function as a basic mail delivery agent. (en) getmail ist ein Mail Retrieval Agent, also ein Programm zum reinen Abholen von E-Mails. Es stellt eine einfache Alternative zu fetchmail dar und ist in Python geschrieben. Motivation für die Entwicklung von getmail war die Kritik an fetchmail, speziell wegen bekannt gewordener Sicherheitslücken. Im Gegensatz zu anderen Mail Retrieval Agents unterstützt getmail selbst keine Weiterleitung von Mails mittels SMTP. Als Grund gibt der Entwickler an, Endlosschleifen bei der Zustellung so zu verhindern. (de)
rdfs:label Getmail (de) Getmail (es) Getmail (en)
owl:sameAs freebase:Getmail wikidata:Getmail dbpedia-de:Getmail dbpedia-es:Getmail dbpedia-sr:Getmail https://global.dbpedia.org/id/2sPXj
prov:wasDerivedFrom wikipedia-en:Getmail?oldid=1050795912&ns=0
foaf:homepage http://pyropus.ca/software/getmail/
foaf:isPrimaryTopicOf wikipedia-en:Getmail
foaf:name getmail (en)
is dbo:wikiPageRedirects of dbr:Getmail4
is dbo:wikiPageWikiLink of dbr:Message_delivery_agent dbr:Maildir dbr:Fetchmail dbr:Mail_retrieval_agent dbr:Getmail4
is foaf:primaryTopic of wikipedia-en:Getmail