You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-mail/src/main/java/org/springframework/integration/mail/dsl/ImapIdleChannelAdapterSpec.java
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2014-2021 the original author or authors.
2
+
* Copyright 2014-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -52,6 +52,7 @@
52
52
*
53
53
* @author Gary Russell
54
54
* @author Artem Bilan
55
+
* @author Freya Nair
55
56
*
56
57
* @since 5.0
57
58
*/
@@ -383,6 +384,17 @@ public ImapIdleChannelAdapterSpec cancelIdleInterval(long interval) {
383
384
returnthis;
384
385
}
385
386
387
+
/**
388
+
* The time between connection attempts in milliseconds (default 10 seconds).
389
+
* @param reconnectDelay the reconnectDelay to set.
0 commit comments