查询Android Gmail数据库只会返回当前加载的电子邮件

时间:2022-09-15 18:28:49

Working on an app that accesses Gmails stored within Androids databases. Querying

使用访问存储在Androids数据库中的Gmails的应用程序。查询

gmail-ls/conversations/EMAIL_ADDRESS

only returns emails that are currently loaded within Gmail, which makes sense. The only way I have found to get more is to physically scroll to the bottom of the list within the Gmail app.

只返回当前在Gmail中加载的电子邮件,这是有道理的。我发现获得更多的唯一方法是物理滚动到Gmail应用程序列表的底部。

Is there a way to get hold of all the users emails using that database, or is this something best handled through JavaMail etc?

有没有办法使用该数据库获取所有用户的电子邮件,或者这是通过JavaMail等最好地处理的?

Thanks!

1 个解决方案

#1


0  

Working on an app that accesses Gmails stored within Androids databases.

使用访问存储在Androids数据库中的Gmails的应用程序。

There are no "Gmails stored within Androids databases". There is no email support within the Android OS or SDK.

没有“存储在Androids数据库中的Gmails”。 Android操作系统或SDK中没有电子邮件支持。

is this something best handled through JavaMail etc?

这是通过JavaMail等最好地处理的东西吗?

Yes.

#1


0  

Working on an app that accesses Gmails stored within Androids databases.

使用访问存储在Androids数据库中的Gmails的应用程序。

There are no "Gmails stored within Androids databases". There is no email support within the Android OS or SDK.

没有“存储在Androids数据库中的Gmails”。 Android操作系统或SDK中没有电子邮件支持。

is this something best handled through JavaMail etc?

这是通过JavaMail等最好地处理的东西吗?

Yes.