"""Return the notification types this mail plugin registers."""
return[
{"type_key":"mail_new","category":"mail","label":"Neue E-Mail empfangen","description":"Benachrichtigung bei neuen E-Mails","is_enabled_by_default":True},
{"type_key":"mail_error","category":"mail","label":"IMAP-Verbindungsfehler","description":"Fehler bei der Verbindung zum Mailserver","is_enabled_by_default":True},
{"type_key":"mail_auth","category":"mail","label":"IMAP-Login-Fehler","description":"Anmeldung am Mailserver fehlgeschlagen","is_enabled_by_default":True},
{"type_key":"mail_quota","category":"mail","label":"Postfach fast voll","description":"Warnung bei hohem Postfach-Füllstand","is_enabled_by_default":True},
{"type_key":"mail_sent","category":"mail","label":"E-Mail gesendet","description":"Bestätigung beim Senden einer E-Mail","is_enabled_by_default":False},
{"type_key":"mail_send_error","category":"mail","label":"SMTP-Sendefehler","description":"E-Mail konnte nicht gesendet werden","is_enabled_by_default":True},
{"type_key":"mail_draft","category":"mail","label":"Entwurf gespeichert","description":"Bestätigung beim Speichern eines Entwurfs","is_enabled_by_default":False},
{"type_key":"mail_account","category":"mail","label":"Account deaktiviert","description":"Warnung bei deaktiviertem Mail-Account","is_enabled_by_default":True},
{"type_key":"mail_folder","category":"mail","label":"Ordner erstellt/gelöscht","description":"Bestätigung bei Ordner-Operationen","is_enabled_by_default":False},