Skip to content

Instantly share code, notes, and snippets.

@iesteban
iesteban / 0_python_email.md
Created January 14, 2021 13:21 — forked from nickoala/0_python_email.md
Use Python to send and receive emails

Use Python to:

  • send a plain text email
  • send an email with attachment
  • receive and filter emails according to some criteria
@iesteban
iesteban / ReduxNavigation.js
Last active January 31, 2018 20:27 — forked from jankalfus/ReduxNavigation.js
Multiple routers with Drawer ReduxNavigation
import React from "react"
import * as ReactNavigation from "react-navigation"
import { connect } from "react-redux"
import AppNavigation from "./AppNavigation"
import { BackHandler } from "react-native"
import PropTypes from "prop-types"
class ReduxNavigation extends React.Component {
static propTypes = {