projects
/
org.ibex.mail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bce16e
)
typo
author
adam
<adam@megacz.com>
Wed, 7 Jul 2004 08:57:23 +0000
(08:57 +0000)
committer
adam
<adam@megacz.com>
Wed, 7 Jul 2004 08:57:23 +0000
(08:57 +0000)
darcs-hash:
20040707085723
-5007d-
e781690854cc95fc7e63865cd5bb9a28bf010b45
.gz
src/org/ibex/mail/protocol/SMTP.java
patch
|
blob
|
history
diff --git
a/src/org/ibex/mail/protocol/SMTP.java
b/src/org/ibex/mail/protocol/SMTP.java
index
f7a91e0
..
31f9e59
100644
(file)
--- a/
src/org/ibex/mail/protocol/SMTP.java
+++ b/
src/org/ibex/mail/protocol/SMTP.java
@@
-152,7
+152,7
@@
public class SMTP {
Log.setThreadAnnotation("[outgoing smtp] ");
Log.info(SMTP.Outgoing.class, "outgoing thread started; " + spool.count(Query.all()) + " messages to send");
while(true) {
- for(Mailbox.Iterator it = spool.iterator(); it.next(); )
+ for(Mailbox.Iterator it = spool.iterator(); it.next(); ) {
try { if (attempt(it.cur())) it.delete(); }
catch (Exception e) { Log.error(SMTP.Outgoing.class, e); }
}