Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

How do I automate the reading of emails?

  • 3 válasz
  • 1 embernek van ilyen problémája
  • 1 megtekintés
  • Utolsó üzenet ettől: Zenos

more options

I get a lot of emails and want to create a script or program to automate the reading and scanning for information in these emails. Any suggestions other than digging into the various databases where the information is stored?

I get a lot of emails and want to create a script or program to automate the reading and scanning for information in these emails. Any suggestions other than digging into the various databases where the information is stored?

Összes válasz (3)

more options

What would you look for to identify an interesting or useful message? As put, it sounds like a non-trivial AI challenge.

more options

I would be looking for key words or phrases deemed important by the group.

It might be a trivial AI challenge if I had experience with AI, however, I do not. I also want to know what the database format is so I could query that. Is there an easier way to do it?

more options

There are Message Filters available to you, and you can add the abilty to use regular expressions in these. FiltaQuilla and Expression Search/GmailUI may be useful.

The "database" is based on mbox but I don't think parsing this would be an easy option. It is not wholly man-readable, being a near-verbatim record of the email messages as received, and message text may be encoded in a variety of ways. You'd need to be aware of mime and consequently what do with Base 64 etc. Some clients routinely use HTML-formatted wrapped up in Base 64.

https://en.m.wikipedia.org/wiki/Mbox https://en.m.wikipedia.org/wiki/MIME