Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Get started with Nexo.
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Beta state!
tisift:
scaning folder and sort messages with given filter rules.
tish:
imap shell = imap command line tools.
Example:
# Set MsgId on Mails without one
FOLDER="Archives" ; tils -I "$FOLDER" |grep "\{"|while read LINE ; do tish -x addheader "$FOLDER" "$LINE" "X-New-Header: true" ; done
# Correct Date to second received header:
tish date Archives PATTERN received2
# Import or export mbox
tish exportmbox Archives >file.mbox
tish importmbox Archives...
Translate CSV containing address information to vcard
Csv2vcard is a program for converting *.csv (comma seperated values as e.g. exported by M$ Outlook) files containing contact information to the industry standard vcard format which can be imported by most mailers and PIM software (optimized for evolution)
imap_tools consists of three programs: imap_search, imap_filter and imap_rename. All programs run from your PC against your imap server. No need to install any server side software. imap_filter provides a way to write easy filter rules. Written in Ruby.