<p>i am using mysql database to store password of gmail and getting it via function<br>
python file <br>
def username():<br>
   db = MySQLdb.connect(host="localhost", # your host, usually localhost<br>
                     user="root", # your username<br>
                      passwd="1555511", # your password<br>
                      db="database") # name of the data base</p>

<h1>you must create a Cursor object. It will let</h1>

<h1>you execute all the queries you need</h1>

<p>cur = db.cursor()</p>

<h1>Use all the SQL you like</h1>

<p>cur.execute("select password from database)<br>
   data = cur.fetchall()<br>
   for row in data:<br>
       fname = row[0]</p>

<h1>print all the first cell of all the rows</h1>

<pre><code>   return fname 
</code></pre>

<p>and my offlineimaprc files is <br>
[Repository Remote2]<br>
type = IMAP<br>
remotehost = imap.gmail.com<br>
remoteuser = <a href="mailto:nk86@gmail.com">nk86@gmail.com</a><br>
remotepasseval = username()<br>
ssl = yes<br>
sslcacertfile = /etc/ssl/certs/ca-certificates.crt<br>
maxconnections = 3</p>

<p>realdelete = no<br>
but error in authentication how to correct this error</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/OfflineIMAP/offlineimap/issues/175">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AKFSEFPY_8LTI0Eg7VZo3BYSnbEol9d-ks5n2JoYgaJpZM4DwS67.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/OfflineIMAP/offlineimap/issues/175"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>