|
NAMEwoob-smtp - daemon to send and check messagesSYNOPSISwoob smtp [-dqv] [-b backends] [-cnfs] [command [arguments..]]woob smtp [--help] [--version] DESCRIPTIONDaemon allowing to regularly check for new messages on various websites, and send an email for each message, and post a reply to a message on a website.Supported websites:* aum ("Adopte un Mec" French dating website)* blogspot (Blog reader for blogspot. Read-only and without comments.) * bnporc (BNP Paribas) * dlfp (Da Linux French Page news website) * feedly (handle the popular RSS reading service Feedly) * freemobile (Free Mobile website) * guerrillamail (GuerrillaMail temp mailbox) * happn (Happn dating mobile application) * hds (Histoires de Sexe French erotic novels) * inrocks (Les Inrocks French news website) * lefigaro (Le Figaro French newspaper website) * liberation (Libération newspaper website) * mailinator (mailinator temp mailbox) * minutes20 (20 Minutes French newspaper website) * newsfeed (Loads RSS and Atom feeds from any website) * openedx (Discussions on OpenEDX-powered coursewares) * phpbb (phpBB forum) * presseurop (Presseurop website) * reddit (reddit website) * tapatalk (Tapatalk-compatible sites) * taz (Taz newspaper website) * tinder (Tinder dating mobile application) * twitter (twitter website) SMTP COMMANDS
OPTIONS
SMTP OPTIONS
LOGGING OPTIONS
RESULTS OPTIONS
FORMATTING OPTIONS
CONDITIONThe -c and --condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY-MM-DD or YYYY-MM-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "field operator value". The field to test is always the left member of the expression.The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. The following operators are supported:
Expression combinationYou can make a expression combinations with the keywords " AND ", " OR " an " LIMIT ".The LIMIT keyword can be used to limit the number of items upon which running the expression. LIMIT can only be placed at the end of the expression followed by the number of elements you want. Examples:woob bank ls --condition 'label=Livret A'Display only the "Livret A" account. woob bank ls --condition 'balance>10000'Display accounts with a lot of money. woob bank history account@backend --condition 'label|rewe'Get transactions containing "rewe". woob bank history account@backend --condition 'date>2013-12-01 AND date<2013-12-09'Get transactions betweens the 2th December and 8th December 2013. woob bank history account@backend --condition 'date>2013-12-01 LIMIT 10'Get transactions after the 2th December in the last 10 transactions COPYRIGHTCopyright(C) 2010-2021 Romain BignonFor full copyright information see the COPYING file in the woob package. FILES"~/.config/woob/backends""~/.config/woob/smtp" SEE ALSOHome page: https://woob.tech/applications/smtp
Visit the GSP FreeBSD Man Page Interface. |