Welcome to the private homepage of Stephan Klimek. Mainly this a place to publish articles of my current interests, to host some of my software projects in development and to provide some personal stuff. This site was developed using the excellent dokuwiki framework. For further info you can have a look at the Inprint page and use this Contact form for any feedback or requests.

Wiki Index

Mail

Signatur in Mail.app mit Bildern

Original sources of information

FIXME mail.pdf Tutorial

Mails vom GMX-Pop Server löschen

  1. Auf das Rad unten links in Mail klicken (oder rechtsklicken auf ein Postfachsymbol)
  2. Informationen auswählen
  3. Das gewünschte Postfach auswählen
  4. Bei E-Mails anzeigen: Die auf meinem Mac gelöscht worden sind
  5. Alle angezeigten E-Mails auswählen
  6. Unten rechts im Fenster auf “Vom Server löschen” klicken

Mehrere Email-Accounts in einer Liste betrachten

Or, simply select both boxes (command + click) or groups of boxes. This is what I believe to be one of Mail's greatest features and one of my personal favorites. You can select any combintation of boxes to view in the Viewer Window. You can also have multiple Viewer Windows. You can view all of your accounts Inboxes at once or just one at a time. You can view account A's Inbox, Sent, and Trash all at the same time. Or, your view account A's Inbox, account B's Sentbox, and account C's Trash all at the same time. And with Organize by Thread, you can view any combination as a thread. And, as noted, if there is a specific view that you wish to see often, you can save it with smart mailboxes.

Sprache einstellen in Rechtsschreibprüfung

  • Rechtschreibung→Rechtschreibung oder
  • Apfel+:

und dann die Sprache des Wörterbuchs ändern.

Created bulleted lists in Mail

Original sources of information

Fire up TextEdit and format your text however you would like. It supports bulleted lists, numbered lists, colors, etc. Once you have the text the way you like it, highlight it, and copy. Switch back to Mail and paste the text into your mail message. Mail should preserve all of the formatting that you made in TextEdit. And you can keep on merrily editing. If you want even more than TextEdit can provide, you can do the same in other HTML editors (like DreamWeaver).

In GMX per Applescript automatisch einloggen

Anpassung ggf. durch:

  • URL-Source in Editor öffnen
  • Nach <form suchen
  • i in_document.forms[i] anpassen: die Benutzerabfrage-Form ist die Form mit der laufenden Nummer i, wobei ab 0_ gezählt wird
  • Innerhalb der Form die Input Felder zählen und die elements[i] Indexe für Benutzername unnd Passwort anpassen, wobei ab 0 gezählt wird
  • Benutzername und Passwort in Script eintragen und speichern ggf. kompilieren und aufrufen
property target_URL : "http://www.gmx.net/de/dienst/index.html"
tell application "Safari" to open location target_URL
set x to "document.forms[1].elements[4].value = 'your login without quotes';
document.forms[1].elements[5].value = 'your password without quotes';
document.forms[1].submit();"
tell application "Safari" to do JavaScript x in document 1
wiki/tools/mail.txt · Last modified: 2006-11-21 11:18 (external edit)
init24.de = chi`s home Mac OS X Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Valid CSS Valid XHTML 1.0 Recent changes RSS feed