如何在python中使电子邮件正文的特定部分加粗?

时间:2018-10-31 13:20:45

标签: python email

我正在使用smtp,mac,python 2.7。

对此进行了尝试:this approach

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:id="@+id/relativeLayoutMatchScreenContainer"
android:layout_height="match_parent"
android:orientation="vertical"
tools:mContext="com.genesissoft.musictwin.fragment.MatchScreenFragment">

<com.lorentzos.flingswipe.SwipeFlingAdapterView
    android:id="@+id/swipteFlingAdapterViewFrame"
    android:layout_width="match_parent"
    android:layout_height="300dp"
    android:layout_centerInParent="true"
    android:background="#ffeee9e2"
    android:baselineAligned="false"
    app:rotation_degrees="15.5"
    tools:mContext=".MyActivity" >

</com.lorentzos.flingswipe.SwipeFlingAdapterView>

<com.genesissoft.musictwin.view.SwipeableLinearLayout
    android:id="@+id/viewRightNavigation"
    android:layout_centerInParent="true"
    android:orientation="vertical"
    android:layout_alignParentRight="true"
    android:layout_width="200dp"
    android:layout_height="300dp"/>

结果:

  

这是\ 033 [1m文本\ 033 [0m

0 个答案:

没有答案