This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
"""MailBox class for processing IMAP email. | |
(To use with Gmail: enable IMAP access in your Google account settings) | |
usage with GMail: | |
import mailbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<section class="hero"> | |
<img src="http://placehold.it/1024x664"> | |
</section> | |
<section class="linkbox"> | |
<nav> | |
<img src="http://placehold.it/320x164"> | |
<img src="http://placehold.it/320x164"> | |
<img src="http://placehold.it/320x164"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker compose up calcom | |
[+] Running 2/0 | |
⠿ Container database Running 0.0s | |
⠿ Container calcom-docker-calcom-1 Created 0.0s | |
Attaching to calcom-docker-calcom-1 | |
calcom-docker-calcom-1 | + scripts/wait-for-it.sh database -- echo database is up | |
calcom-docker-calcom-1 | Unknown argument: database | |
calcom-docker-calcom-1 | Usage: | |
calcom-docker-calcom-1 | scripts/wait-for-it.sh host:port|url [-t timeout] [-- command args] | |
calcom-docker-calcom-1 | -q | --quiet Do not output any status messages |