586587588589590591592593594595596
BigInteger originalHistoryId = historyId; Label smsLabel = null; for (Label label : gmail.users().labels().list(email).execute().getLabels()){ if (label.getName().equals(smsFolderName)){ smsLabel = label; } } if (smsLabel == null)
688689690691692693694695696697698
BigInteger originalHistoryId = historyId; Label callLogLabel = null; for (Label label : gmail.users().labels().list(email).execute().getLabels()){ if (label.getName().equals(callLogFolderName)){ callLogLabel = label; } } if (callLogLabel == null)