Searched refs:_subtype (Results 1 – 3 of 3) sorted by relevance
96 msg = MIMEText(fp.read(), _subtype=subtype)129 msg.attach(MIMEText(mainMsg, _subtype='text/plain'))
49 private String _subtype; field in ServiceInfoImpl192 this._subtype = map.get(Fields.Subtype); in ServiceInfoImpl()218 this._subtype = info.getSubtype(); in ServiceInfoImpl()729 return (_subtype != null ? _subtype : ""); in getSubtype()914 _subtype = rec.getSubtype(); in updateRecord()
916 mime_con = email.mime.text.MIMEText(con, _subtype=subtype)